DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on INV_RCV_MOBILE_PROCESS_TXN

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

4002: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
4003: BEGIN
4004:
4005: --Commenting out the commit below since it would be done by the wrapper
4006: --to the receiving manager call (INV_RCV_MOBILE_PROCESS_TXN)
4007: --COMMIT;
4008:
4009: -- calling label printing API
4010: /* FP-J Lot/Serial Support Enhancement

Line 4074: INV_RCV_MOBILE_PROCESS_TXN.rcv_process_receive_txn(

4070: INV_RCV_COMMON_APIS.g_po_startup_value.transaction_mode
4071: || ' ************',4);
4072: END IF;
4073:
4074: INV_RCV_MOBILE_PROCESS_TXN.rcv_process_receive_txn(
4075: x_return_status => x_return_status
4076: , x_msg_data => l_msg_data);
4077:
4078: IF (l_debug = 1) THEN