DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on MTL_ITEM_FLEXFIELDS

Line 256: mtl_item_flexfields flex

252: and (inventory_item_id, organization_id) IN
253: (select flex.inventory_item_id,
254: flex.organization_id
255: from mrp_system_items msi,
256: mtl_item_flexfields flex
257: where msi.compile_designator = mr.compile_designator
258: and flex.inventory_item_id = msi.inventory_item_id
259: and flex.organization_id = msi.organization_id
260: and flex.release_time_fence_code = 6);