DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_CLEARING_PKG

Line 5949: igs_uc_app_clearing_pkg.insert_row -- IGSXI04B.pls

5945: IF old_starz1_rec.rowid IS NULL THEN -- i.e. new record.
5946:
5947: BEGIN
5948: -- call the TBH to update the record
5949: igs_uc_app_clearing_pkg.insert_row -- IGSXI04B.pls
5950: (
5951: x_rowid => old_starz1_rec.rowid -- it would be NULL since rec not found.
5952: ,x_clearing_app_id => old_starz1_rec.clearing_app_id -- since it would be NULL as rec not found
5953: ,x_app_id => appl_det_rec.app_id

Line 5983: igs_uc_app_clearing_pkg.update_row -- IGSXI04B.pls

5979: ELSE -- update
5980:
5981: BEGIN
5982: -- call the TBH to update the record
5983: igs_uc_app_clearing_pkg.update_row -- IGSXI04B.pls
5984: (
5985: x_rowid => old_starz1_rec.rowid
5986: ,x_clearing_app_id => old_starz1_rec.clearing_app_id
5987: ,x_app_id => old_starz1_rec.app_id