DBA Data[Home] [Help]

APPS.GMD_RESULT_TRANSFER_GRP dependencies on GMD_QC_UPDATE_INST_ID_S

Line 531: select GMD_QC_UPDATE_INST_ID_S.NEXTVAL

527: l_place := 5;
528: IF (p_transfer_type = 'S') THEN
529: l_place := 7;
530: --Take update instance id for updating all the result rows.
531: select GMD_QC_UPDATE_INST_ID_S.NEXTVAL
532: into l_update_instance_id
533: from dual;
534:
535: l_place := 10;