DBA Data[Home] [Help]

APPS.INV_MO_CANCEL_PVT dependencies on INV_INSTALL

Line 259: l_is_wms_org := inv_install.adv_inv_installed(l_org_id);

255: RAISE fnd_api.g_exc_error;
256: END IF;
257: CLOSE c_line_info;
258:
259: l_is_wms_org := inv_install.adv_inv_installed(l_org_id);
260:
261: --
262: -- If not all of the move order quantity is detailed, we may
263: -- need to delete some outstanding reservations here. If this API

Line 1662: IF inv_install.adv_inv_installed(l_organization_id)

1658: IF l_reduction_quantity > 0
1659: THEN
1660: -- {
1661: -- Check if WMS is installed
1662: IF inv_install.adv_inv_installed(l_organization_id)
1663: THEN
1664: -- {
1665: OPEN c_undispatched_tasks;
1666: LOOP