DBA Data[Home] [Help]

APPS.IGS_AD_CANCEL_RECONSIDER dependencies on IGS_GE_MSG_STACK

Line 606: igs_ge_msg_stack.initialize;

602: l_acad_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 14, 6));
603: l_adm_cal_type := RTRIM ( SUBSTR ( p_calendar_details, 23, 10));
604: l_adm_sequence_number := IGS_GE_NUMBER.TO_NUM ( SUBSTR ( p_calendar_details, 37, 6));
605: l_record_errored := 'N';
606: igs_ge_msg_stack.initialize;
607:
608: -- If the person id group as well as the session details are not entered then
609: -- it should give an error, since for job atleast one of the person id group or the session details are mandatory
610:

Line 1702: igs_ge_msg_stack.conc_exception_hndl;

1698: WHEN OTHERS THEN
1699: FND_FILE.PUT_LINE(FND_FILE.LOG, sqlerrm);
1700: retcode:=2;
1701: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION');
1702: igs_ge_msg_stack.conc_exception_hndl;
1703: END cancel_reconsider_appl;
1704:
1705: END igs_ad_cancel_reconsider;