DBA Data[Home] [Help]

APPS.IGS_UC_PROC_REFERENCE_DATA dependencies on IGS_UC_REF_SUBJ_PKG

Line 1150: igs_uc_ref_subj_pkg.Insert_row

1146:
1147: -- If not found then insert
1148: IF l_rowid IS NULL THEN
1149: BEGIN
1150: igs_uc_ref_subj_pkg.Insert_row
1151: (
1152: x_rowid => l_rowid,
1153: x_subj_code => new_refsubj_rec.subjcode,
1154: x_subj_text => new_refsubj_rec.subjtext ,

Line 1169: igs_uc_ref_subj_pkg.update_row

1165: END;
1166:
1167: ELSE -- update
1168: BEGIN
1169: igs_uc_ref_subj_pkg.update_row
1170: (
1171: x_rowid => l_rowid,
1172: x_subj_code => new_refsubj_rec.subjcode,
1173: x_subj_text => new_refsubj_rec.subjtext ,