DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_NAMES_PKG

Line 996: igs_uc_app_names_pkg.insert_row

992: IF old_starn_rec.rowid IS NULL THEN
993: -- since corresponding record does not exist in UCAS APplicants, Insert a record with basic details.
994: BEGIN
995: -- call the insert row to insert a new record
996: igs_uc_app_names_pkg.insert_row
997: (
998: x_rowid => old_starn_rec.rowid, -- while insert this rec variable would be null.
999: x_app_no => new_ivstarn_rec.appno,
1000: x_check_digit => new_ivstarn_rec.checkdigit,

Line 1023: igs_uc_app_names_pkg.update_row

1019: ELSE -- Corr. rec exists in UCAS Names table hence going for update.
1020:
1021: BEGIN
1022: -- call the update row to update existing record in UC APP NAMES table.
1023: igs_uc_app_names_pkg.update_row
1024: (
1025: x_rowid => old_starn_rec.rowid, -- while insert this rec variable would be null.
1026: x_app_no => old_starn_rec.app_no,
1027: x_check_digit => old_starn_rec.check_digit,