DBA Data[Home] [Help]

APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_COM_EBL_SUBJ_PKG

Line 835: igs_uc_com_ebl_subj_pkg.insert_row -- IGSXI08B.pls

831: IF old_eblsubj_rec.rowid IS NULL THEN
832:
833: BEGIN
834: -- insert a new record in the main table
835: igs_uc_com_ebl_subj_pkg.insert_row -- IGSXI08B.pls
836: (
837: x_rowid => old_eblsubj_rec.rowid
838: ,x_subject_id => new_eblsubj_rec.subjectid
839: ,x_year => new_eblsubj_rec.year

Line 860: igs_uc_com_ebl_subj_pkg.update_row -- IGSXI08B.pls

856: ELSE -- update
857:
858: BEGIN
859: -- update a new record in the main table
860: igs_uc_com_ebl_subj_pkg.update_row -- IGSXI08B.pls
861: (
862: x_rowid => old_eblsubj_rec.rowid
863: ,x_subject_id => old_eblsubj_rec.subject_id
864: ,x_year => new_eblsubj_rec.year