Regarding PO Receipts using interface.
Hi,I need to create PO Receipt. I populated the table "RCV_HEADERS_INTERFACE" first and then "RCV_TRANSACTIONS_INTERFACE" table.
I then ran "Receiving Transaction Processor" concurrent program.
The concurrent program ended in NORMAL status. It did not show any output.
For the records that I inserted into the 2 interface tables, the column "PROCESSING_STATUS_CODE" is set to "ERROR".
Which table should I query for the details of error?
Please point out any mistake in the values that I have passed.
Please guide me in this regard.
Thanks,
Krishna
Code Snippet:
DECLARE
X_USER_ID NUMBER;
X_PO_HEADER_ID NUMBER;
I then ran "Receiving Transaction Processor" concurrent program.
The concurrent program ended in NORMAL status. It did not show any output.
For the records that I inserted into the 2 interface tables, the column "PROCESSING_STATUS_CODE" is set to "ERROR".
Which table should I query for the details of error?
Please point out any mistake in the values that I have passed.
Please guide me in this regard.
Thanks,
Krishna
Code Snippet:
DECLARE
X_USER_ID NUMBER;
X_PO_HEADER_ID NUMBER;
0