DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_WRONG_APP_PKG

Line 6754: igs_uc_wrong_app_pkg.insert_row -- IGSXI34B.pls

6750: IF old_starw_rec.rowid IS NULL THEN -- i.e. new record.
6751:
6752: BEGIN
6753: -- call the TBH to update the record
6754: igs_uc_wrong_app_pkg.insert_row -- IGSXI34B.pls
6755: (
6756: x_rowid => old_starw_rec.rowid -- since it would be NULL if old rec not found
6757: ,x_wrong_app_id => old_starw_rec.wrong_app_id -- since it would be NULL if old rec not found
6758: ,x_app_no => new_ivstarw_rec.appno

Line 6788: igs_uc_wrong_app_pkg.update_row -- IGSXI34B.pls

6784: ELSE -- update
6785:
6786: BEGIN
6787: -- call the TBH to update the record
6788: igs_uc_wrong_app_pkg.update_row -- IGSXI34B.pls
6789: (
6790: x_rowid => old_starw_rec.rowid
6791: ,x_wrong_app_id => old_starw_rec.wrong_app_id
6792: ,x_app_no => old_starw_rec.app_no