inv_txn_manager_pub.process_transactions not processing the records to perform the misc. receipts in
Hi All,
Using below script to perform the misc. receipt in Oracle inventory. the Insert script is inserting the records into the interface table which i can see from front end as well but the API returns with error but no error message.. Can you please help in correcting the script if i'm missing anything....
DECLARE
l_trx_type_id NUMBER;
l_trx_act_id NUMBER;
l_trx_source_id NUMBER;
l_org_id NUMBER;
l_trx_type_name VARCHAR2(100);
l_subinventory_code VARCHAR2(10) := 'FGI';
l_owning_org_id NUMBER;
l_user_id NUMBER;
l_resp_id NUMBER;
l_application_id NUMBER;