DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on MTL_SECONDARY_INVENTORIES

Line 103: mtl_secondary_inventories msinv,

99: wdj.task_id source_task_id,
100: msi.eam_item_type
101: FROM mtl_parameters mp,
102: mtl_item_locations mil,
103: mtl_secondary_inventories msinv,
104: mtl_units_of_measure mum,
105: bom_departments bd,
106: mtl_system_items msi,
107: wip_discrete_jobs wdj,

Line 191: mtl_secondary_inventories msinv,

187: decode(l_include_yield,2,1,nvl(wro.component_yield_factor,1))),
188: wip_constants.inv_max_precision) transaction_quantity /* ER 4369064: Component Yield Enhancement */
189: FROM mtl_parameters mp,
190: mtl_item_locations mil,
191: mtl_secondary_inventories msinv,
192: mtl_units_of_measure mum,
193: bom_departments bd,
194: mtl_system_items msi,
195: bom_calendar_dates bcd1,