DBA Data[Home] [Help]

APPS.INV_RCV_MOBILE_PROCESS_TXN dependencies on WMS_INSTALL

Line 495: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN

491: END IF;
492: l_progress := '10';
493:
494: -- calling lpn_pack_complete api to clear the LPN weight/volume pl/sql table
495: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN
496: IF wms_container_pub.lpn_pack_complete(0) THEN
497: NULL;
498: END IF;
499: END IF;