DBA Data[Home] [Help]

APPS.IGS_EN_GEN_018 dependencies on IGS_GE_MSG_STACK

Line 1010: IF IGS_GE_MSG_STACK.COUNT_MSG <> 0 THEN

1006: p_core_indicator_code =>l_core_indicator_code,
1007: p_calling_obj =>'JOB');
1008: EXCEPTION WHEN OTHERS THEN
1009: --When an exception is raised..get the exception text and store it in l_error_message
1010: IF IGS_GE_MSG_STACK.COUNT_MSG <> 0 THEN
1011: l_error_message := FND_MESSAGE.GET;
1012: ELSE
1013: l_error_message := SQLERRM;
1014: END IF;

Line 1142: IF IGS_GE_MSG_STACK.COUNT_MSG <> 0 THEN

1138: p_enr_method =>l_enr_method,
1139: p_enrolled_dt =>SYSDATE);
1140: EXCEPTION WHEN OTHERS THEN
1141: --If an exception is thrown, get the error message text and save it in the message name variable
1142: IF IGS_GE_MSG_STACK.COUNT_MSG <> 0 THEN
1143: l_error_message := FND_MESSAGE.GET;
1144: ELSE
1145: l_error_message := SQLERRM;
1146: END IF;

Line 1230: IGS_GE_MSG_STACK.ADD;

1226: ROLLBACK TO blk_sua_job;
1227: fnd_file.put_line(fnd_file.LOG,SQLERRM);
1228: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
1229: FND_MESSAGE.SET_TOKEN('NAME','Igs_En_Gen_018.Enrp_batch_sua_upload');
1230: IGS_GE_MSG_STACK.ADD;
1231: igs_ge_msg_stack.conc_exception_hndl;
1232: END enrp_batch_sua_upload;
1233:
1234: FUNCTION enrp_get_uoo_info (

Line 1231: igs_ge_msg_stack.conc_exception_hndl;

1227: fnd_file.put_line(fnd_file.LOG,SQLERRM);
1228: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
1229: FND_MESSAGE.SET_TOKEN('NAME','Igs_En_Gen_018.Enrp_batch_sua_upload');
1230: IGS_GE_MSG_STACK.ADD;
1231: igs_ge_msg_stack.conc_exception_hndl;
1232: END enrp_batch_sua_upload;
1233:
1234: FUNCTION enrp_get_uoo_info (
1235: p_unit_cd IN VARCHAR2,