DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on MTL_ITEM_LOCATIONS

Line 100: mtl_item_locations mil,

96: wdj.project_id source_project_id,
97: wdj.task_id source_task_id,
98: msi.eam_item_type
99: FROM mtl_parameters mp,
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,

Line 187: mtl_item_locations mil,

183: decode(p_transaction_action_id, 1, -1, 2, -1, 33, -1, 1)/
184: decode(l_include_yield,2,1,wro.component_yield_factor))
185: transaction_quantity /* ER 4369064: Component Yield Enhancement */
186: FROM mtl_parameters mp,
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,