DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on DUAL

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

1057: DBMS_LOB.WRITEAPPEND ( l_loc, 4, const_file_signature );
1058:
1059: IF ( this_segment_nbr = 1 ) THEN
1060:
1061: SELECT cz_fce_files_s.NEXTVAL INTO this_file_id FROM DUAL;
1062:
1063: --This does not delete a logic file if there is no such type in the current generation.
1064: --For example, if an only port has been removed from the model, there will be no port
1065: --file in this generation, so the current port file will not be deleted.

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

11551: BEGIN --> compile_logic_
11552:
11553: IF ( x_run_id IS NULL OR x_run_id = 0 ) THEN
11554:
11555: SELECT cz_xfr_run_infos_s.NEXTVAL INTO x_run_id FROM DUAL;
11556:
11557: END IF;
11558:
11559: --Read effectivity sets into memory and build hash tables for quick lookup.