DBA Data[Home] [Help]

APPS.EAM_WORKORDER_UTIL_PKG dependencies on MFG_LOOKUPS

Line 30: mfg_lookups lu

26: bic.wip_supply_type,
27: lu.meaning wip_supply_type_disp
28: from bom_inventory_components bic,
29: mtl_system_items_kfv msik,
30: mfg_lookups lu
31: where bic.bill_sequence_id = l_bill_sequence_id
32: and bic.effectivity_date <= sysdate
33: and (bic.disable_date >= sysdate or
34: bic.disable_date is null)

Line 64: mfg_lookups lu

60: lu.meaning wip_supply_type_disp
61: FROM
62: bom_inventory_components bic,
63: mtl_system_items_kfv msik,
64: mfg_lookups lu
65: WHERE
66: bic.bill_sequence_id = l_bill_sequence_id
67: and bic.effectivity_date <= sysdate
68: and (bic.disable_date >= sysdate or

Line 103: mfg_lookups lu

99: lu.meaning wip_supply_type_disp
100: from bom_inventory_components bic,
101: bom_bill_of_materials bbom,
102: mtl_system_items_kfv msik,
103: mfg_lookups lu
104: where bbom.assembly_item_id = i_phantom_item_id
105: and bbom.organization_id = i_organization_id
106: and bbom.alternate_bom_designator is null
107: and bic.bill_sequence_id = bbom.common_bill_sequence_id