DBA Data[Home] [Help]

APPS.IGS_UC_DAT_IMP_FROM_UCAS dependencies on IGS_UC_APPLICANTS_PKG

Line 190: igs_uc_applicants_pkg.update_row

186: --Loop through the all the Applicants records that needs to populate the OSS_person_id value.
187: FOR applicant_rec IN cur_applicant
188: LOOP
189: --Updates the IGS_UC_APPLICANTS.OSS_PERSON_ID column with the IGS_PE_ALT_PERS_ID_V.PE_PERSON_ID column value.
190: igs_uc_applicants_pkg.update_row
191: ( x_rowid => applicant_rec.rowid
192: ,x_app_id => applicant_rec.app_id
193: ,x_app_no => applicant_rec.app_no
194: ,x_check_digit => applicant_rec.check_digit