DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on GMD_QC_SPEC_VR_ID_S

Line 2219: SELECT gmd_qc_spec_vr_id_s.nextval

2215: FROM SYS.DUAL;
2216:
2217: /* Get the next spec validity rule id */
2218: CURSOR c_get_spec_vr_id IS
2219: SELECT gmd_qc_spec_vr_id_s.nextval
2220: FROM SYS.DUAL;
2221:
2222: /* Bug 3934121; Removed CURSOR c_chk_for_dup_tests */
2223: /* Bug 3934121; Removed CURSOR c_get_dup_tests */