DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on BOM_OPERATION_SEQUENCES

Line 750: FROM bom_operation_sequences o,

746: FROM bom_inventory_comps_interface ci,
747: eng_revised_items_interface ri
748: WHERE ci.operation_seq_num NOT IN (
749: SELECT o.operation_seq_num
750: FROM bom_operation_sequences o,
751: bom_operational_routings r
752: WHERE NVL(TRUNC(o.disable_date), NVL(ri.scheduled_date,
753: TRUNC(SYSDATE)) + 1)
754: > NVL(ri.scheduled_date,TRUNC(SYSDATE))