DBA Data[Home] [Help]

APPS.BOM_ROUTINGREVISION_PVT dependencies on MTL_SYSTEM_ITEMS

Line 132: from mtl_system_items

128: Select 'x' dummy
129: From dual
130: Where not exists(
131: Select null
132: from mtl_system_items
133: where organization_id = P_OrgId
134: and inventory_item_id = P_ItemId);
135: cursor l_routing_csr(P_ItemId number, P_OrgId number) is
136: Select 'x' dummy