DBA Data[Home] [Help]

APPS.IGS_UC_EXP_QUAL_SUM_IMP_PKG dependencies on IGS_UC_EXP_QUAL_SUM_PKG

Line 67: igs_uc_exp_qual_sum_pkg.update_row(

63: IF NVL(l_row1.exam_change_date, SYSDATE) >
64: l_row2.seq_updated_date THEN --(2)
65:
66: --smaddali passing lrow1.previous instead of lrow2.prev_a_levels to field x_prev_a_levels for bug 2430178
67: igs_uc_exp_qual_sum_pkg.update_row(
68: X_ROWID =>l_row2.rowid,
69: X_EXP_QUAL_SUM_ID =>l_row2.exp_qual_sum_id,
70: X_PERSON_ID =>l_row2.person_id,
71: X_EXP_GCE =>l_row1.gce,

Line 96: igs_uc_exp_qual_sum_pkg.insert_row(

92: CLOSE c2;
93:
94: ELSIF(c2%NOTFOUND) THEN
95: --smaddali passing lrow1.previous instead of NULL to field x_prev_a_levels for bug 2430178
96: igs_uc_exp_qual_sum_pkg.insert_row(
97: X_ROWID =>l_rowid,
98: X_EXP_QUAL_SUM_ID =>l_exp_qual_sum_id,
99: X_PERSON_ID =>l_row1.oss_person_id,
100: X_EXP_GCE =>l_row1.GCE,