DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_INST dependencies on IGS_UC_COM_INST_PKG

Line 127: igs_uc_com_inst_pkg.Insert_Row (

123: fnd_message.set_token('INST', inst_int_rec.inst);
124: fnd_file.put_line( fnd_file.log, fnd_message.get());
125:
126: --Call the TBH of the Reference codes table to insert a new Degree Subject.
127: igs_uc_com_inst_pkg.Insert_Row (
128: x_rowid => l_rowid,
129: x_inst => inst_int_rec.inst,
130: x_inst_code => inst_int_rec.inst_code,
131: x_inst_name => inst_int_rec.inst_name,

Line 167: igs_uc_com_inst_pkg.Update_Row (

163: fnd_message.set_token('INST', instcodes_rec.inst);
164: fnd_file.put_line( fnd_file.log, fnd_message.get());
165:
166: --Call the TBH of the Reference codes table to update a new Degree Subject.
167: igs_uc_com_inst_pkg.Update_Row (
168: x_rowid => l_rowid,
169: x_inst => instcodes_rec.inst,
170: x_inst_code => inst_int_rec.inst_code,
171: x_inst_name => inst_int_rec.inst_name,