R12 - API to create a serial numbers for ordered point in reception

Hi all

I had a requirement to create PO receipt using PL/SQL code. For this I created the PL/SQL code to insert data into the tables Interface below,
(a) rcv_headers_interface
(b) rcv_transactions_interface

After inserting data in the Interface table executed program simultaneous "receiving Transaction processor" to deal with the Interface to Base of Table table data. This process works perfectly fine for applications for "Non-catalogue." But if I try to treat any PO have the item in stock including series control is set on "at the reception" so I got following error in the Interface table.
"In case of failure to validate soap operas".

To resolve this problem, I need to create and number of process for the ordered article selected to receive. Can anyone guide me regarding how can I generate serial numbers using the APIs for the received PO.

Kind regards
Priyanka

Hello

Just fill out mtl_serial_numbers_temp table correctly (by specifying transaction_temp_id = RTI.interface_transaction_id)
and the serial number are respectively fm_serial_number - to_serial_number.

You can records MSNT entermultiple with the same transaction_temp_id.

You may need to fill PRODUCT_TRANSACTION_ID = RTI.interface_transaction_id and PRODUCT_CODE = "RRS".

Oracle will create all the serial numbers for you when files handled.

Thank you
Claire

Tags: Oracle Applications

Similar Questions

Maybe you are looking for