DBA Data[Home] [Help]

APPS.IGR_IMP_001 dependencies on IGS_GE_MSG_STACK

Line 445: igs_ge_msg_stack.initialize;

441:
442: BEGIN
443: retcode:=0;
444: igs_ge_gen_003.set_org_id(null);
445: igs_ge_msg_stack.initialize;
446: -- Navin.Sinha 30-Jun-03 Bug No: 3023795 If end date is not entered, then default in the end date to be the sysdate.
447: IF l_inq_start_date IS NOT NULL AND l_inq_end_date IS NULL THEN
448: l_inq_end_date := SYSDATE;
449: END IF;

Line 1896: igs_ge_msg_stack.add;

1892: EXCEPTION -- main block
1893: WHEN date_validation_fails THEN
1894: retcode:=2;
1895: fnd_message.set_name('IGS','IGS_AD_STDATE_GT_ENDDATE_FAIL');
1896: igs_ge_msg_stack.add;
1897: fnd_file.put_line(fnd_file.log,fnd_message.get);
1898:
1899: WHEN OTHERS THEN
1900: ROLLBACK;

Line 1903: Igs_Ge_Msg_Stack.CONC_EXCEPTION_HNDL;

1899: WHEN OTHERS THEN
1900: ROLLBACK;
1901: retcode:=2;
1902: ERRBUF := FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION');
1903: Igs_Ge_Msg_Stack.CONC_EXCEPTION_HNDL;
1904:
1905: END trn_ss_inq_int_data;
1906: END IGR_IMP_001; --End of Package