DBA Data[Home] [Help]

APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_INST_CONTROL_PKG

Line 128: igs_uc_inst_control_pkg.insert_row -- IGSXI20B.pls

124:
125: -- check that the Institution data is setup. If not available then insert a record.
126: IF(l_rowcnt = 0) THEN
127: BEGIN
128: igs_uc_inst_control_pkg.insert_row -- IGSXI20B.pls
129: (
130: x_rowid => l_rowid
131: ,x_updater => '-1'
132: ,x_inst_type => 'C'

Line 205: igs_uc_inst_control_pkg.update_row -- IGSXI20B.pls

201:
202: IF g_error_code IS NULL THEN
203:
204: BEGIN
205: igs_uc_inst_control_pkg.update_row -- IGSXI20B.pls
206: (
207: x_rowid => old_inst_ctl_rec.row_id
208: ,x_updater => new_uinst_rec.updater
209: ,x_inst_type => new_uinst_rec.insttype