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 717: INV_RCV_INTEGRATION_APIS.INSERT_MTLI

713:
714: -- Bug 3225280. Changed the value passed as p_product_transaction_id
715: -- to l_rti_int_txn_id, derived above.
716:
717: INV_RCV_INTEGRATION_APIS.INSERT_MTLI
718: (p_api_version => 1.0,
719: p_init_msg_lst => NULL,
720: x_return_status => x_return_status,
721: x_msg_count => x_msg_count,

Line 766: INV_RCV_INTEGRATION_APIS.INSERT_MSNI

762:
763: -- Bug 3225280. Changed the value passed as p_product_transaction_id
764: -- to l_rti_int_txn_id, derived above.
765:
766: INV_RCV_INTEGRATION_APIS.INSERT_MSNI
767: (p_api_version => 1.0,
768: p_init_msg_lst => NULL,
769: x_return_status => x_return_status,
770: x_msg_count => x_msg_count,