DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on MTL_ITEM_LOCATIONS_KFV

Line 151: mtl_item_locations_kfv milk,

147: mil.task_id
148: from wip_requirement_operations wro,
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

Line 218: mtl_item_locations_kfv milk,

214: wip_repetitive_schedules wrs,
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

Line 969: mtl_item_locations_kfv milk,

965: 1, inv_project.get_pjm_locsegs(milk.concatenated_segments)) locatorName
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