DBA Data[Home] [Help]

APPS.IGS_ST_GEN_002 dependencies on IGS_GE_MSG_STACK

Line 145: IGS_GE_MSG_STACK.ADD;

141: EXCEPTION
142: WHEN OTHERS THEN
143: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
144: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stap_get_crs_study');
145: IGS_GE_MSG_STACK.ADD;
146: App_Exception.Raise_Exception;
147: END stap_get_crs_study;
148:
149: Function Stap_Get_Govt_Ou_Cd(

Line 175: IGS_GE_MSG_STACK.ADD;

171: EXCEPTION
172: WHEN OTHERS THEN
173: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
174: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stap_get_govt_ou_cd');
175: IGS_GE_MSG_STACK.ADD;
176: App_Exception.Raise_Exception;
177: END stap_get_govt_ou_cd;
178:
179: Function Stap_Get_Govt_Sem(

Line 310: IGS_GE_MSG_STACK.ADD;

306: EXCEPTION
307: WHEN OTHERS THEN
308: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
309: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stap_get_new_hgh_edu');
310: IGS_GE_MSG_STACK.ADD;
311: App_Exception.Raise_Exception;
312: END stap_get_new_hgh_edu;
313:
314: Procedure Stap_Get_Pcc_Pe_Dtl(

Line 450: IGS_GE_MSG_STACK.ADD;

446: EXCEPTION
447: WHEN OTHERS THEN
448: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
449: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stap_get_pcc_pe_dtl');
450: IGS_GE_MSG_STACK.ADD;
451: App_Exception.Raise_Exception;
452: END stap_get_pcc_pe_dtl;
453:
454: Procedure Stap_Get_Person_Data(

Line 625: IGS_GE_MSG_STACK.ADD;

621: EXCEPTION
622: WHEN OTHERS THEN
623: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
624: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stapl_ins_log_message');
625: IGS_GE_MSG_STACK.ADD;
626: App_Exception.Raise_Exception;
627: END stapl_ins_log_message;
628: BEGIN -- this routine returns all the person details
629: -- get the person data

Line 637: IGS_GE_MSG_STACK.ADD;

633: -- raise an exception if no person record found
634: IF (c_get_person_dtls%NOTFOUND) THEN
635: CLOSE c_get_person_dtls;
636: Fnd_Message.Set_Name('IGS','IGS_GE_INVALID_VALUE');
637: IGS_GE_MSG_STACK.ADD;
638: App_Exception.Raise_Exception;
639: gv_other_detail := 'Parm:'
640: || ' p_person_id-' || TO_CHAR(p_person_id)
641: || ', p_effective_dt-' || IGS_GE_DATE.igschar(p_effective_dt)

Line 1336: IGS_GE_MSG_STACK.ADD;

1332: EXCEPTION
1333: WHEN OTHERS THEN
1334: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1335: FND_MESSAGE.SET_TOKEN('NAME','IGSST_GEN_002.stap_get_person_data');
1336: IGS_GE_MSG_STACK.ADD;
1337: App_Exception.Raise_Exception;
1338: END stap_get_person_data;
1339:
1340: END IGS_ST_GEN_002;