DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on BOM_OPERATION_SEQUENCES

Line 749: FROM bom_operation_sequences o,

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