DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on DUAL

Line 1048: from dual ;

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

Line 1846: from dual

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