DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on MTL_PARAMETERS

Line 153: mtl_parameters mp,

149: mtl_system_items_kfv msi,
150: wip_operations wo,
151: mtl_item_locations_kfv milk,
152: wip_discrete_jobs wdj,
153: mtl_parameters mp,
154: -- Fixed bug 4692413. We should not refer to column in kfv directly.
155: mtl_item_locations mil
156: where wro.inventory_item_id = msi.inventory_item_id
157: and wro.organization_id = msi.organization_id

Line 219: mtl_parameters mp,

215: wip_repetitive_items wri,
216: mtl_system_items_kfv msi,
217: wip_operations wo,
218: mtl_item_locations_kfv milk,
219: mtl_parameters mp,
220: -- Fixed bug 4692413. We should not refer to column in kfv directly.
221: mtl_item_locations mil
222: where wro.wip_entity_id = p_wipEntityID
223: and wro.repetitive_schedule_id = p_repSchedID

Line 970: mtl_parameters mp

966: from bom_explosion_temp be,
967: bom_inventory_components bic,
968: mtl_system_items_kfv msi,
969: mtl_item_locations_kfv milk,
970: mtl_parameters mp
971: where be.group_id = v_grpID
972: and be.component_sequence_id = bic.component_sequence_id
973: and be.component_item_id = msi.inventory_item_id
974: and be.component_item_id <> p_itemID --exclude assy if it is in the table