DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT2_PKG dependencies on APP_EXCEPTION

Line 152: App_Exception.Raise_Exception;

148:
149: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
150: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_FIELDS_PKG.get_pgce_subj');
151: IGS_GE_MSG_STACK.ADD;
152: App_Exception.Raise_Exception;
153:
154: END get_pgce_subj ;
155:
156:

Line 355: App_Exception.Raise_Exception;

351:
352: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
353: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.get_map_values_from_sql');
354: IGS_GE_MSG_STACK.ADD;
355: App_Exception.Raise_Exception;
356:
357: END get_map_values_from_sql;
358:
359: BEGIN

Line 453: App_Exception.Raise_Exception;

449:
450: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
451: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.get_map_values');
452: IGS_GE_MSG_STACK.ADD;
453: App_Exception.Raise_Exception;
454:
455: END get_map_values;
456:
457: /*----------------------------------------------------------------------

Line 541: App_Exception.Raise_Exception;

537: write_to_log(SQLERRM);
538: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
539: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.log_error');
540: IGS_GE_MSG_STACK.ADD;
541: App_Exception.Raise_Exception;
542:
543: END log_error;
544:
545: /*----------------------------------------------------------------------

Line 663: App_Exception.Raise_Exception;

659:
660: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
661: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.get_field_defn');
662: IGS_GE_MSG_STACK.ADD;
663: App_Exception.Raise_Exception;
664:
665: END get_field_defn;
666:
667:

Line 4592: App_Exception.Raise_Exception;

4588: IGS_GE_MSG_STACK.ADD;
4589: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
4590: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_comb_fields');
4591: IGS_GE_MSG_STACK.ADD;
4592: App_Exception.Raise_Exception;
4593:
4594: END process_comb_fields;
4595:
4596:

Line 8210: App_Exception.Raise_Exception;

8206: IGS_GE_MSG_STACK.ADD;
8207: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
8208: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_stdnt_fields');
8209: IGS_GE_MSG_STACK.ADD;
8210: App_Exception.Raise_Exception;
8211:
8212: END process_stdnt_fields;
8213:
8214: /*----------------------------------------------------------------------

Line 8580: App_Exception.Raise_Exception;

8576:
8577: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
8578: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_module_fields');
8579: IGS_GE_MSG_STACK.ADD;
8580: App_Exception.Raise_Exception;
8581: END process_module_fields;
8582:
8583:
8584:

Line 9174: App_Exception.Raise_Exception;

9170: IGS_GE_MSG_STACK.ADD;
9171: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
9172: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_dlhe_fields');
9173: IGS_GE_MSG_STACK.ADD;
9174: App_Exception.Raise_Exception;
9175:
9176: END process_dlhe_fields;
9177:
9178:

Line 10325: App_Exception.Raise_Exception;

10321: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
10322: Fnd_Message.Set_Token('NAME',
10323: 'IGS_HE_EXTRACT2_PKG.process_comb_stdnt_return');
10324: IGS_GE_MSG_STACK.ADD;
10325: App_Exception.Raise_Exception;
10326: END process_comb_stdnt_return;
10327:
10328:
10329: /*----------------------------------------------------------------------

Line 10435: App_Exception.Raise_Exception;

10431: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
10432: Fnd_Message.Set_Token('NAME',
10433: 'IGS_HE_EXTRACT2_PKG.process_module_return');
10434: IGS_GE_MSG_STACK.ADD;
10435: App_Exception.Raise_Exception;
10436: END process_module_return;
10437:
10438:
10439:

Line 10570: App_Exception.Raise_Exception;

10566:
10567: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
10568: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_dlhe_return');
10569: IGS_GE_MSG_STACK.ADD;
10570: App_Exception.Raise_Exception;
10571: END process_dlhe_return;
10572:
10573:
10574:

Line 10857: App_Exception.Raise_Exception;

10853: END LOOP;
10854: -- Commit the Delete Records as they are already processed successfully
10855: COMMIT;
10856: -- Raise The exception
10857: App_Exception.Raise_Exception;
10858: END;
10859:
10860: -- Delete the records from igs_he_ext_run_interim of the current Run ID, p_extract_run_id
10861: -- The direct Delete Statement is used against the standards because of performance improvement only.

Line 10874: App_Exception.Raise_Exception;

10870: write_to_log(SQLERRM);
10871: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
10872: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT2_PKG.process_temp_table');
10873: IGS_GE_MSG_STACK.ADD;
10874: App_Exception.Raise_Exception;
10875:
10876: END process_temp_table;
10877:
10878: END IGS_HE_EXTRACT2_PKG;