[API]Unexpected error in EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data: ORA-01403: no data found (Doc ID 1925506.1)
In this Document
APPLIES TO:Oracle Product Hub - Version 12.1.3 and laterInformation in this document applies to any platform. SYMPTOMSThe API EGO_ITEM_PUB.process_item raises an error but still creates the item. Error Entity: ITEM_USER_ATTRS_ENTITY_CODE. Row Identifier: -1. Table Name: The error is raised but the item is getting created or updated successfully. Error in log of concurrent program: [NO_DATA_FOUND exception overwrites other critical exceptions such as INV_IOI_MASTER_CHILD_4H and INV_IOI_ITEM_NUMBER_NO_EXIST. ] Expected Behavior Expect no error raised and no error in log file when the item is created or updated successfully. CHANGES
CAUSEThe public API listed non-critical exceptions in the log causing the program to show errors even though the item was created.
SOLUTIONSummary: The API was corrected to avoid non-critical errors so the error is not raised when the item is successfully created or updated. Action Details: To implement the solution, please execute the following steps:
2. Ensure that you have taken a backup of your system before applying the recommended patch. strings -a $EGO_TOP/patch/115/sql/EGOCIUAB.pls | grep -i '$Header'
Or SQL like: select text from dba_source where name =
('EGO_ITEM_USER_ATTRS_CP_PUB') and owner = 'APPS' and line = 2; -- API proccess_item| Or you could run the Apps Check for Application Parameter: Advanced Product Catalog (in R12.2.4 and above, 'Product Hub') -- refer to Note 276207.1. REFERENCESBUG:18846783 - AFTER R12 UPGRADE: EGO_ITEM_USER_ATTRS_CP_PUB.PROCESS_ITEM_USER_ATTRS_DATA: ORA- |
|
http://www.onejava.com/article/oracle/wip/wiptop.htm
https://docs.oracle.com/cd/A60725_05/html/comnls/us/index.htm
http://www.oracle.com/technetwork/cn/developer-tools/apex/getting-started-094884-zhs.html
https://docs.oracle.com/cd/B34956_01/current/html/docset.html