DBA Data[Home] [Help]

APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on APP_EXCEPTION

Line 214: app_exception.raise_exception;

210: fnd_message.set_name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
211: igs_ge_msg_stack.add;
212: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
213: igs_ge_msg_stack.add;
214: app_exception.raise_exception;
215:
216: END get_msg_class_from_filename;
217:
218:

Line 255: app_exception.raise_exception;

251: fnd_message.set_name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
252: igs_ge_msg_stack.add;
253: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
254: igs_ge_msg_stack.add;
255: app_exception.raise_exception;
256: END is_payment_isir;
257:
258:
259:

Line 395: app_exception.raise_exception;

391: fnd_message.set_name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
392: igs_ge_msg_stack.add;
393: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
394: igs_ge_msg_stack.add;
395: app_exception.raise_exception;
396: END process_todo_items;
397:
398:
399: PROCEDURE update_isir_int_record (p_si_id igf_ap_isir_ints.si_id%TYPE,

Line 458: app_exception.raise_exception;

454: fnd_message.set_name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
455: igs_ge_msg_stack.add;
456: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
457: igs_ge_msg_stack.add;
458: app_exception.raise_exception;
459: END update_isir_int_record;
460:
461:
462: PROCEDURE update_fa_base_rec(p_fabase_rec igf_ap_fa_base_rec%ROWTYPE,

Line 627: app_exception.raise_exception;

623: fnd_message.set_name('IGS' , 'IGS_GE_UNHANDLED_EXCEPTION');
624: igs_ge_msg_stack.add;
625: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
626: igs_ge_msg_stack.add;
627: app_exception.raise_exception;
628: END update_fa_base_rec;
629:
630: PROCEDURE update_isir_matched_rec(p_isir_matched_record igf_ap_isir_matched%ROWTYPE,
631: p_payment_isir igf_ap_isir_matched_all.payment_isir%TYPE,

Line 973: app_exception.raise_exception;

969: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
970: igs_ge_msg_stack.add;
971: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
972: igs_ge_msg_stack.add;
973: app_exception.raise_exception;
974: END update_isir_matched_rec;
975:
976: PROCEDURE make_old_isir_non_awarding(p_base_id NUMBER) AS
977:

Line 1390: app_exception.raise_exception;

1386: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1387: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.insert_isir_matched_rec');
1388: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
1389: igs_ge_msg_stack.add;
1390: app_exception.raise_exception;
1391: END insert_isir_matched_rec;
1392:
1393:
1394:

Line 1642: app_exception.raise_exception;

1638: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1639: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.insert_nslds_data_rec');
1640: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
1641: igs_ge_msg_stack.add;
1642: app_exception.raise_exception;
1643: END insert_nslds_data_rec;
1644:
1645: PROCEDURE create_ssn(cp_person_id igs_pe_alt_pers_id.pe_person_id%TYPE,
1646: cp_original_ssn_txt VARCHAR2

Line 1887: app_exception.raise_exception;

1883:
1884: IF pn_base_id IS NULL THEN
1885: fnd_message.set_name ('IGF', 'IGF_AP_ERR_FA_REC');
1886: fnd_file.put_line(fnd_file.log,fnd_message.get );
1887: app_exception.raise_exception;
1888: END IF;
1889:
1890: log_debug_message(' Successfully inserted FA Base Record. Base ID: ' || pn_base_id);
1891: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN

Line 1910: app_exception.raise_exception;

1906: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1907: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.insert_fa_base_record');
1908: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
1909: igs_ge_msg_stack.add;
1910: app_exception.raise_exception;
1911: END insert_fa_base_record;
1912:
1913:
1914:

Line 2022: app_exception.raise_exception;

2018: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
2019: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.update_prsn_match_rec_status');
2020: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
2021: igs_ge_msg_stack.add;
2022: app_exception.raise_exception;
2023: END update_prsn_match_rec_status;
2024:
2025:
2026: PROCEDURE raise_cps_pushed_isir_event

Line 2717: app_exception.raise_exception;

2713: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
2714: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.update_person_info');
2715: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
2716: igs_ge_msg_stack.add;
2717: app_exception.raise_exception;
2718: END update_person_info;
2719:
2720:
2721: PROCEDURE validate_correction_school(p_payment_isir OUT NOCOPY VARCHAR2)

Line 2950: app_exception.raise_exception;

2946: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
2947: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.validate_correction_school');
2948: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
2949: igs_ge_msg_stack.add;
2950: app_exception.raise_exception;
2951: END validate_correction_school;
2952:
2953:
2954: PROCEDURE delete_person_match_rec(p_si_id igf_ap_person_match_all.si_id%TYPE,

Line 3053: app_exception.raise_exception;

3049: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
3050: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.delete_person_match_rec' );
3051: igs_ge_msg_stack.add;
3052: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
3053: app_exception.raise_exception;
3054: END delete_person_match_rec;
3055:
3056:
3057: PROCEDURE create_admission_rec(

Line 3115: app_exception.raise_exception;

3111: CLOSE cur_adm_cal_conf;
3112:
3113: fnd_message.set_name('IGF','IGF_AP_NO_DEF_ADM_CAL');
3114: fnd_file.put_line(fnd_file.log,fnd_message.get );
3115: app_exception.raise_exception;
3116: END IF;
3117: CLOSE cur_adm_cal_conf;
3118:
3119: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN

Line 3816: app_exception.raise_exception;

3812: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
3813: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.auto_fa_rec');
3814: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
3815: igs_ge_msg_stack.add;
3816: app_exception.raise_exception;
3817: END auto_fa_rec;
3818:
3819:
3820: PROCEDURE rvw_fa_rec(p_apm_id igf_ap_person_match_all.apm_id%TYPE ) IS

Line 3865: app_exception.raise_exception;

3861: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
3862: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.rvw_fa_rec');
3863: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
3864: igs_ge_msg_stack.add;
3865: app_exception.raise_exception;
3866: END rvw_fa_rec ;
3867:
3868:
3869: PROCEDURE unmatched_rec(p_apm_id igf_ap_person_match_all.apm_id%TYPE,

Line 4026: app_exception.raise_exception;

4022: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
4023: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.unmatched_rec');
4024: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
4025: igs_ge_msg_stack.add;
4026: app_exception.raise_exception;
4027: END unmatched_rec ;
4028:
4029:
4030:

Line 4374: app_exception.raise_exception;

4370: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
4371: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.calculate_match_score' );
4372: igs_ge_msg_stack.add;
4373: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
4374: app_exception.raise_exception;
4375: END calculate_match_score;
4376:
4377:
4378:

Line 4652: app_exception.raise_exception;

4648: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
4649: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.perform_record_matching' );
4650: igs_ge_msg_stack.add;
4651: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
4652: app_exception.raise_exception;
4653: END perform_record_matching ;
4654:
4655:
4656: PROCEDURE process_unidentified_isir_rec IS

Line 4895: app_exception.raise_exception;

4891: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
4892: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.process_unidentified_isir_rec');
4893: igs_ge_msg_stack.add;
4894: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
4895: app_exception.raise_exception;
4896: END process_unidentified_isir_rec;
4897:
4898: /* Added as a part of Bug 4403807
4899: This procedure returns the payment isir id if it exists,

Line 6652: app_exception.raise_exception;

6648: fnd_message.set_name('IGS','IGS_GE_PARAMETERS');
6649: fnd_message.set_token('VALUE',lv_param_values);
6650: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
6651: igs_ge_msg_stack.add;
6652: app_exception.raise_exception;
6653: END process_corrections;
6654:
6655: PROCEDURE process_non_payment_isir
6656: IS

Line 6733: app_exception.raise_exception;

6729: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
6730: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.process_non_payment_isir');
6731: igs_ge_msg_stack.add;
6732: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
6733: app_exception.raise_exception;
6734: END process_non_payment_isir;
6735:
6736: PROCEDURE process_new_isir_rec IS
6737: /*

Line 6961: app_exception.raise_exception;

6957: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
6958: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.process_new_isir_rec');
6959: igs_ge_msg_stack.add;
6960: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
6961: app_exception.raise_exception;
6962: END process_new_isir_rec;
6963:
6964:
6965:

Line 7043: app_exception.raise_exception;

7039: WHEN INVALID_PROFILE_ERROR THEN
7040: -- print the log message
7041: fnd_message.set_name('IGF','IGF_AP_HZ_GEN_PARTY_NUMBER');
7042: fnd_file.put_line(FND_FILE.LOG,fnd_message.get);
7043: app_exception.raise_exception;
7044:
7045: WHEN OTHERS THEN
7046: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
7047: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_ap_matching_process_pkg.pell_match_type_rec_processing.exception','The exception is : ' || SQLERRM);

Line 7054: app_exception.raise_exception;

7050: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
7051: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.pell_match_type_rec_processing');
7052: igs_ge_msg_stack.add;
7053: fnd_file.put_line(fnd_file.log, ' - '|| SQLERRM);
7054: app_exception.raise_exception;
7055: END pell_match_type_rec_processing;
7056:
7057:
7058: PROCEDURE process_correction_isir

Line 7096: app_exception.raise_exception;

7092: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
7093: fnd_message.set_token('NAME','IGF_AP_MATCHING_PROCESS_PKG.process_correction_isir');
7094: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
7095: igs_ge_msg_stack.add;
7096: app_exception.raise_exception;
7097: END process_correction_isir;
7098:
7099:
7100: PROCEDURE process_int_record

Line 7931: app_exception.raise_exception;

7927: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.convert_negative_char');
7928: fnd_file.put_line(fnd_file.log,fnd_message.get);
7929: igs_ge_msg_stack.add;
7930: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
7931: app_exception.raise_exception;
7932:
7933: END convert_negative_char;
7934:
7935:

Line 7999: app_exception.raise_exception;

7995: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
7996: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.load_isir_matched');
7997: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
7998: igs_ge_msg_stack.add;
7999: app_exception.raise_exception;
8000: END load_matched_isir;
8001:
8002:
8003:

Line 8055: app_exception.raise_exception;

8051: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
8052: fnd_message.set_token('NAME','igf_ap_matching_process_pkg.create_isir_matched');
8053: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
8054: igs_ge_msg_stack.add;
8055: app_exception.raise_exception;
8056:
8057: END create_isir_matched;
8058:
8059:

Line 8110: app_exception.raise_exception;

8106: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
8107: fnd_message.set_token('NAME','IGF_AP_MATCHING_PROCESS_PKG.UPDATE_ISIR_INTRFACE');
8108: fnd_file.put_line(fnd_file.log,fnd_message.get || ' - '|| SQLERRM);
8109: igs_ge_msg_stack.add;
8110: app_exception.raise_exception;
8111: END update_isir_intrface;
8112:
8113:
8114: