DBA Data[Home] [Help]

APPS.IGS_AD_IMP_004 dependencies on IGS_GE_MSG_STACK

Line 552: l_msg_at_index := igs_ge_msg_stack.count_msg;

548: CLOSE c_aa;
549: BEGIN
550: p_status := 'S';
551: SAVEPOINT before_insert_appl;
552: l_msg_at_index := igs_ge_msg_stack.count_msg;
553: IGS_AD_APPL_PKG.insert_row (
554: X_Mode => 'R',
555: X_RowId => l_rowid,
556: X_Person_Id => p_appl_rec.Person_Id,

Line 650: l_msg_at_index := igs_ge_msg_stack.count_msg;

646: l_error_code VARCHAR2(10);
647: l_error_text VARCHAR2(2000);
648: BEGIN
649: BEGIN
650: l_msg_at_index := igs_ge_msg_stack.count_msg;
651: SAVEPOINT before_update_appl;
652: IGS_AD_APPL_PKG.update_row (
653: X_Mode => 'R',
654: X_RowId => dup_cur_rec.rowid,

Line 906: l_msg_at_index := igs_ge_msg_stack.count_msg;

902: END IF;
903: OPEN c_prg_exists(p_person_id,p_admission_Appl_number,p_applinst_rec.nominated_course_cd);
904: FETCH c_prg_exists INTO c_prg_exists_rec;
905: --create/update program
906: l_msg_at_index := igs_ge_msg_stack.count_msg;
907: SAVEPOINT before_insert_ps_appl;
908: IF c_prg_exists%NOTFOUND THEN
909: IGS_AD_PS_APPL_PKG.Insert_Row (
910: X_Mode => 'R',

Line 1363: l_msg_at_index := igs_ge_msg_stack.count_msg;

1359: ELSE
1360: l_finaid_apply_date := applinst_rec.finaid_apply_date;
1361: END IF;
1362:
1363: l_msg_at_index := igs_ge_msg_stack.count_msg;
1364: SAVEPOINT before_update_appl_inst;
1365: igs_ad_ps_appl_inst_pkg.update_row(
1366: x_rowid => dup_applinst_rec.rowid,
1367: x_person_id =>dup_applinst_rec.person_id,