DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_REFEREES_PKG

Line 6979: igs_uc_app_referees_pkg.insert_row -- IGSXI49B.pls

6975: IF old_refer_rec.rowid IS NULL THEN -- i.e. new record.
6976:
6977: BEGIN
6978: -- call the TBH to update the record
6979: igs_uc_app_referees_pkg.insert_row -- IGSXI49B.pls
6980: (
6981: x_rowid => old_refer_rec.rowid
6982: ,x_app_no => new_ireference_rec.appno
6983: ,x_referee_name => new_ireference_rec.refereename

Line 7023: igs_uc_app_referees_pkg.update_row -- IGSXI49B.pls

7019: ELSE -- update
7020:
7021: BEGIN
7022: -- call the TBH to update the record
7023: igs_uc_app_referees_pkg.update_row -- IGSXI49B.pls
7024: (
7025: x_rowid => old_refer_rec.rowid
7026: ,x_app_no => old_refer_rec.app_no
7027: ,x_referee_name => old_refer_rec.referee_name