DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on WMS_INSTALL

Line 13881: IF (NOT wms_install.check_install(x_return_status,l_msg_count,

13877: END If;
13878:
13879: --For a non-wms org if the transfer_lpn is not null
13880: --for a deliver transaction then we should fail the txn.
13881: IF (NOT wms_install.check_install(x_return_status,l_msg_count,
13882: l_msg_data,l_lpn_rec.to_organization_id)) THEN
13883: IF (l_lpn_rec.transaction_type = 'DELIVER' OR
13884: l_lpn_rec.auto_transact_code = 'DELIVER') THEN
13885: l_progress := 'WMSINB-18400';