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 1681: IF inv_install.adv_inv_installed(l_organization_id)

1677: IF l_reduction_quantity > 0
1678: THEN
1679: -- {
1680: -- Check if WMS is installed
1681: IF inv_install.adv_inv_installed(l_organization_id)
1682: THEN
1683: -- {
1684: OPEN c_undispatched_tasks;
1685: LOOP