DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on MTL_ITEM_LOCATIONS_KFV

Line 152: mtl_item_locations_kfv milk,

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

Line 219: mtl_item_locations_kfv milk,

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

Line 953: mtl_item_locations_kfv milk,

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