DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on BOM_BILL_OF_MATERIALS

Line 503: bom_bill_of_materials bbom,

499: from bom_inventory_components bic,
500: mtl_system_items_kfv msik,
501: wip_discrete_jobs wdj,
502: csi_item_instances cii,
503: bom_bill_of_materials bbom,
504: mfg_lookups lu
505: where bic.effectivity_date <= sysdate
506: and (bic.disable_date >= sysdate or
507: bic.disable_date is null)

Line 533: bom_bill_of_materials bbom,

529: lu.meaning as "SUPPLYTYPE")) AssetBom
530: from bom_inventory_components bic,
531: mtl_system_items_kfv msik,
532: wip_discrete_jobs wdj,
533: bom_bill_of_materials bbom,
534: mfg_lookups lu
535: where bic.effectivity_date <= sysdate
536: and (bic.disable_date >= sysdate or
537: bic.disable_date is null)