DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on BOM_BILL_OF_MATERIALS

Line 521: bom_bill_of_materials bbom,

517: from bom_inventory_components bic,
518: mtl_system_items_kfv msik,
519: wip_discrete_jobs wdj,
520: csi_item_instances cii,
521: bom_bill_of_materials bbom,
522: mfg_lookups lu
523: where bic.effectivity_date <= sysdate
524: and (bic.disable_date >= sysdate or
525: bic.disable_date is null)

Line 551: bom_bill_of_materials bbom,

547: lu.meaning as "SUPPLYTYPE")) AssetBom
548: from bom_inventory_components bic,
549: mtl_system_items_kfv msik,
550: wip_discrete_jobs wdj,
551: bom_bill_of_materials bbom,
552: mfg_lookups lu
553: where bic.effectivity_date <= sysdate
554: and (bic.disable_date >= sysdate or
555: bic.disable_date is null)