DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on WMS_INSTALL

Line 10313: if wms_install.check_install(l_wms_return_status,

10309: print_debug('l_mol_res_in(1).lpn_id => '||l_mol_res_in(1).lpn_id,1);
10310: --13784450
10311:
10312: -- 10396979 addition
10313: if wms_install.check_install(l_wms_return_status,
10314: l_wms_msg_count,
10315: l_wms_msg_data,
10316: l_rti_rec.to_organization_id) then
10317:

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

14569: END If;
14570:
14571: --For a non-wms org if the transfer_lpn is not null
14572: --for a deliver transaction then we should fail the txn.
14573: IF (NOT wms_install.check_install(x_return_status,l_msg_count,
14574: l_msg_data,l_lpn_rec.to_organization_id)) THEN
14575: IF (l_lpn_rec.transaction_type = 'DELIVER' OR
14576: l_lpn_rec.auto_transact_code = 'DELIVER') THEN
14577: l_progress := 'WMSINB-18400';