DBA Data[Home] [Help]

APPS.IGS_AD_GEN_011 dependencies on APP_EXCEPTION

Line 586: WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN

582:
583: END IF;
584: END;
585: EXCEPTION
586: WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN
587: IF FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
588: FND_LOG.STRING(FND_LOG.LEVEL_UNEXPECTED,'igs.plsql.igs_ad_gen_011.admp_ins_acai_hist.APP_EXP','Application Exception raised with code '||SQLCODE||' and error '||SQLERRM);
589: END IF;
590: WHEN OTHERS THEN

Line 599: App_Exception.Raise_Exception;

595: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
596: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
597: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN
598: --Raise the exception to Higher Level with out setting any Unhandled exception.
599: App_Exception.Raise_Exception;
600: END IF;
601: l_sc_msg_count := l_sc_msg_count - 1;
602: END LOOP;
603: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');

Line 606: App_Exception.Raise_Exception;

602: END LOOP;
603: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
604: Fnd_Message.Set_Token('NAME','IGS_AD_GEN_011.admp_ins_acai_hist');
605: IGS_GE_MSG_STACK.ADD;
606: App_Exception.Raise_Exception;
607: END admp_ins_acai_hist;
608:
609: Procedure Admp_Ins_Aca_Hist(
610: p_person_id IN NUMBER ,

Line 722: App_Exception.Raise_Exception;

718: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
719: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
720: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN
721: --Raise the exception to Higher Level with out setting any Unhandled exception.
722: App_Exception.Raise_Exception;
723: END IF;
724: l_sc_msg_count := l_sc_msg_count - 1;
725: END LOOP;
726:

Line 730: App_Exception.Raise_Exception;

726:
727: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
728: Fnd_Message.Set_Token('NAME','IGS_AD_GEN_011.admp_ins_aca_hist');
729: IGS_GE_MSG_STACK.ADD;
730: App_Exception.Raise_Exception;
731: END admp_ins_aca_hist;
732: --
733: --
734: --

Line 1073: app_exception.raise_exception;

1069: WHEN OTHERS THEN
1070: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1071: fnd_message.set_token ('NAME', 'IGS_AD_GEN_011.ADMPL_PROCESS_PERSON');
1072: igs_ge_msg_stack.add;
1073: app_exception.raise_exception;
1074: END Admpl_Process_Person;
1075: --
1076: --
1077: --

Line 1376: app_exception.raise_exception;

1372: v_message_name
1373: ) = FALSE) THEN
1374: fnd_message.set_name ('IGS', 'IGS_AD_LETTER_NOTUPD_LOCKING');
1375: igs_ge_msg_stack.add;
1376: app_exception.raise_exception;
1377: ELSE
1378: v_success_count := v_success_count + 1;
1379: END IF;
1380: END IF;

Line 1396: app_exception.raise_exception;

1392: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1393: ROLLBACK TO sp_before;
1394: fnd_message.set_token ('NAME', 'IGS_AD_GEN_011.ADMPL_INS_ADM_LETTER');
1395: igs_ge_msg_stack.add;
1396: app_exception.raise_exception;
1397: END Admp_Ins_Adm_Letter;
1398: --
1399: PROCEDURE Adms_Ins_Adm_Letter (
1400: errbuf OUT NOCOPY VARCHAR2,

Line 1686: App_Exception.Raise_Exception;

1682: WHEN OTHERS THEN
1683: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1684: Fnd_Message.Set_Token('NAME','IGS_AD_GEN_011.admp_ins_phrase_splp');
1685: IGS_GE_MSG_STACK.ADD;
1686: App_Exception.Raise_Exception;
1687: END admp_ins_phrase_splp;
1688:
1689: END igs_ad_gen_011;