DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on DUAL

Line 1004: SELECT cz_fce_files_s.NEXTVAL INTO this_file_id FROM DUAL;

1000: DBMS_LOB.WRITEAPPEND ( l_loc, 4, const_file_signature );
1001:
1002: IF ( this_segment_nbr = 1 ) THEN
1003:
1004: SELECT cz_fce_files_s.NEXTVAL INTO this_file_id FROM DUAL;
1005:
1006: --This does not delete a logic file if there is no such type in the current generation.
1007: --For example, if an only port has been removed from the model, there will be no port
1008: --file in this generation, so the current port file will not be deleted.

Line 11419: SELECT cz_xfr_run_infos_s.NEXTVAL INTO x_run_id FROM DUAL;

11415: BEGIN --> compile_logic_
11416:
11417: IF ( x_run_id IS NULL OR x_run_id = 0 ) THEN
11418:
11419: SELECT cz_xfr_run_infos_s.NEXTVAL INTO x_run_id FROM DUAL;
11420:
11421: END IF;
11422:
11423: --Read effectivity sets into memory and build hash tables for quick lookup.