DBA Data[Home] [Help]

APPS.IGS_UC_GEN_001 dependencies on FND_MESSAGE

Line 153: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');

149:
150: EXCEPTION
151: WHEN OTHERS THEN
152: -- Incase if there is any exception, raise the exception
153: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
154: fnd_message.set_token('NAME','IGS_UC_GEN_001.SS_IDENTIFY_TRANS_PAGE');
155: igs_ge_msg_stack.add;
156: app_exception.raise_exception;
157:

Line 154: fnd_message.set_token('NAME','IGS_UC_GEN_001.SS_IDENTIFY_TRANS_PAGE');

150: EXCEPTION
151: WHEN OTHERS THEN
152: -- Incase if there is any exception, raise the exception
153: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
154: fnd_message.set_token('NAME','IGS_UC_GEN_001.SS_IDENTIFY_TRANS_PAGE');
155: igs_ge_msg_stack.add;
156: app_exception.raise_exception;
157:
158: END ss_identify_trans_page;