DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on MTL_SYSTEM_ITEMS

Line 1173: FROM MTL_SYSTEM_ITEMS msi

1169: msi.restrict_subinventories_code,
1170: msi.location_control_code,
1171: msi.reservable_type,
1172: msi.MTL_TRANSACTIONS_ENABLED_FLAG -- Bug 3599363
1173: FROM MTL_SYSTEM_ITEMS msi
1174: WHERE msi.inventory_item_id = v_inventory_item_id
1175: AND msi.organization_id = v_organization_id;
1176:
1177: