DBA Data[Home] [Help]

APPS.IGS_AD_AC_COMP dependencies on IGS_GE_MSG_STACK

Line 331: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;

327:
328: WHEN others THEN
329: ROLLBACK TO IGSADA8_SP1;
330: --Loop through the messages in stack to check if there is Security Policy exception already set or not. Ref: Bug 3919112
331: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;
332: WHILE l_sc_msg_count <> 0 LOOP
333: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
334: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
335: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN

Line 333: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);

329: ROLLBACK TO IGSADA8_SP1;
330: --Loop through the messages in stack to check if there is Security Policy exception already set or not. Ref: Bug 3919112
331: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;
332: WHILE l_sc_msg_count <> 0 LOOP
333: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
334: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
335: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN
336: --print the the security exception in log file and return.
337: fnd_file.put_line( fnd_file.log, 'Error occured while processing the Application instance with Person Id: '||p_person_id||', Admission Application Number: '||p_admission_appl_number||

Line 780: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;

776: WHEN OTHERS THEN
777: ROLLBACK;
778: RETCODE := 2;
779: ERRBUF := fnd_message.get_string( 'IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
780: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;
781:
782: END upd_apl_cmp_st;
783:
784: END igs_ad_ac_comp;