DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on DUAL

Line 1051: from dual ;

1047:
1048:
1049: select bom_cto_order_lines_s1.nextval
1050: into bcol_tab(bcol_index).line_id
1051: from dual ;
1052: /* Temporary Fix, Need a new sequence for bom_cto_order_lines */
1053:
1054: /*
1055: bcol_tab(bcol_index).header_id := config_data_tab(1).parent_config_item_id ;

Line 1849: from dual

1845:
1846: v_step := 'Step 16 ' ;
1847:
1848: select 'Y' into x_routing_exists
1849: from dual
1850: where EXISTS (
1851: select routing_sequence_id
1852: from bom_operational_routings bor, bom_cto_src_orgs bcso
1853: where bor.assembly_item_id = bcso.config_item_id