DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on INV_RCV_INTEGRATION_APIS

Line 347: INV_RCV_INTEGRATION_APIS.INSERT_MTLI

343: -- Now, call the Inventory/WMS API for Lot Insertion.
344: -- Passing NULL value to p_transaction_interface_id to allow the
345: -- API to generate one.
346:
347: INV_RCV_INTEGRATION_APIS.INSERT_MTLI
348: (p_api_version => 1.0,
349: p_init_msg_lst => NULL,
350: x_return_status => x_return_status,
351: x_msg_count => x_msg_count,

Line 393: INV_RCV_INTEGRATION_APIS.INSERT_MSNI

389: -- Now, call the Inventory/WMS API for Serial Insertion.
390: -- Passing NULL value to p_transaction_interface_id to allow the
391: -- API to generate one.
392:
393: INV_RCV_INTEGRATION_APIS.INSERT_MSNI
394: (p_api_version => 1.0,
395: p_init_msg_lst => NULL,
396: x_return_status => x_return_status,
397: x_msg_count => x_msg_count,

Line 736: INV_RCV_INTEGRATION_APIS.INSERT_MTLI

732:
733: -- Bug 3225280. Changed the value passed as p_product_transaction_id
734: -- to l_rti_int_txn_id, derived above.
735:
736: INV_RCV_INTEGRATION_APIS.INSERT_MTLI
737: (p_api_version => 1.0,
738: p_init_msg_lst => NULL,
739: x_return_status => x_return_status,
740: x_msg_count => x_msg_count,

Line 785: INV_RCV_INTEGRATION_APIS.INSERT_MSNI

781:
782: -- Bug 3225280. Changed the value passed as p_product_transaction_id
783: -- to l_rti_int_txn_id, derived above.
784:
785: INV_RCV_INTEGRATION_APIS.INSERT_MSNI
786: (p_api_version => 1.0,
787: p_init_msg_lst => NULL,
788: x_return_status => x_return_status,
789: x_msg_count => x_msg_count,