DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on MTL_PARAMETERS

Line 154: mtl_parameters mp,

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

Line 220: mtl_parameters mp,

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

Line 954: mtl_parameters mp

950: from bom_explosion_temp be,
951: bom_inventory_components bic,
952: mtl_system_items_kfv msi,
953: mtl_item_locations_kfv milk,
954: mtl_parameters mp
955: where be.group_id = v_grpID
956: and be.component_sequence_id = bic.component_sequence_id
957: and be.component_item_id = msi.inventory_item_id
958: and be.component_item_id <> p_itemID --exclude assy if it is in the table