Import Price Catalog Program Fails When Submitted Using the "fnd_request.submit_request" API
(Doc ID 1329656.1)
Last updated on JANUARY 16, 2020
Applies to:
Oracle Purchasing - Version 12.1.3 and laterOracle Concurrent Processing - Version 12.0.0 to 12.1.3 [Release 12 to 12.1]
Information in this document applies to any platform.
Symptoms
When attempting to run the "Import Price Catalog" program using the API "fnd_request.submit_request" all the records remain in the interface tables po_headers_interface and po_lines_interface with PENDING status. The log file of the concurrent program has the following error message:
fnd_request.submit_request
( 'PO'
,'POXPDOI'
,'Import Price Catalogs'
,SYSDATE
,FALSE
,NULL
,'BLANKET'
,NULL
,'N'
,'N'
,'Approved'
,NULL
,v_batch_id -- batch id
,v_org_id -- operating unit ID
,'N'
);
ERROR
-----------------------
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_PVT. Procedure init_startup_values.0
ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_PVT. Procedure start_process.50
User-Defined Exception in Package po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30"
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Run Import Price Catalog program using the fnd_request.submit_request API
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |