DBA Data[Home] [Help]

APPS.GMD_QC_MIGRATE_TO_1151J dependencies on GMD_QC_EVENT_SPEC_DISP_ID_S

Line 3829: SELECT gmd_qc_event_spec_disp_id_s.nextval

3825: FROM SYS.DUAL;
3826:
3827: /* Get the next event spec diposition id */
3828: CURSOR c_get_event_spec_disp_id IS
3829: SELECT gmd_qc_event_spec_disp_id_s.nextval
3830: FROM SYS.DUAL;
3831:
3832: /* Select sample data that has not been migrated */
3833: CURSOR c_get_samples IS

Line 5038: gmd_qc_event_spec_disp_id_s.nextval, --Bug 3486120, changed it for performance

5034: last_update_login
5035: )
5036: VALUES
5037: (
5038: gmd_qc_event_spec_disp_id_s.nextval, --Bug 3486120, changed it for performance
5039: l_sampling_event_id,
5040: l_spec_id,
5041: l_spec_vr_id,
5042: l_disposition,