DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on INV_RCV_MOBILE_PROCESS_TXN

Line 5906: --to the receiving manager call (INV_RCV_MOBILE_PROCESS_TXN)

5902: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
5903: BEGIN
5904:
5905: --Commenting out the commit below since it would be done by the wrapper
5906: --to the receiving manager call (INV_RCV_MOBILE_PROCESS_TXN)
5907: --COMMIT;
5908:
5909: -- calling label printing API
5910: /* FP-J Lot/Serial Support Enhancement

Line 5974: INV_RCV_MOBILE_PROCESS_TXN.rcv_process_receive_txn(

5970: INV_RCV_COMMON_APIS.g_po_startup_value.transaction_mode
5971: || ' ************',4);
5972: END IF;
5973:
5974: INV_RCV_MOBILE_PROCESS_TXN.rcv_process_receive_txn(
5975: x_return_status => x_return_status
5976: , x_msg_data => l_msg_data);
5977:
5978: IF (l_debug = 1) THEN