DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on MTL_SYSTEM_ITEMS

Line 104: mtl_system_items msi,

100: mtl_item_locations mil,
101: mtl_secondary_inventories msinv,
102: mtl_units_of_measure mum,
103: bom_departments bd,
104: mtl_system_items msi,
105: wip_discrete_jobs wdj,
106: wip_requirement_operations wro
107: WHERE wro.wip_entity_id = p_wip_entity_id
108: AND wro.organization_id = p_organization_id

Line 191: mtl_system_items msi,

187: mtl_item_locations mil,
188: mtl_secondary_inventories msinv,
189: mtl_units_of_measure mum,
190: bom_departments bd,
191: mtl_system_items msi,
192: bom_calendar_dates bcd1,
193: wip_requirement_operations wro,
194: wip_repetitive_schedules wrs
195: WHERE wro.wip_entity_id = wrs.wip_entity_id