DBA Data[Home] [Help]

APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_GE_MSG_STACK

Line 1311: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;

1307:
1308: logdetail(t_offresp_int_id(t_idx), 'E621', NULL,'imp_off_resp: igs_ad_ps_appl_inst_pkg.update_row',NULL);
1309:
1310: --Loop through all messages in stack to check if there is Security Policy exception already set or not. Ref: Bug 3919112
1311: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;
1312: WHILE l_sc_msg_count <> 0 loop
1313: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
1314: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
1315: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN

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

1309:
1310: --Loop through all messages in stack to check if there is Security Policy exception already set or not. Ref: Bug 3919112
1311: l_sc_msg_count := IGS_GE_MSG_STACK.COUNT_MSG;
1312: WHILE l_sc_msg_count <> 0 loop
1313: igs_ge_msg_stack.get(l_sc_msg_count, 'T', l_sc_encoded_text, l_sc_msg_index);
1314: fnd_message.parse_encoded(l_sc_encoded_text, l_sc_app_short_name, l_sc_message_name);
1315: IF l_sc_message_name = 'IGS_SC_POLICY_EXCEPTION' OR l_sc_message_name = 'IGS_SC_POLICY_UPD_DEL_EXCEP' THEN
1316: --print the the security exception in log file.
1317: fnd_message.set_encoded(l_sc_encoded_text);

Line 1531: Igs_Ge_Msg_Stack.CONC_EXCEPTION_HNDL;

1527: END IF;
1528: retcode:=2;
1529: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION')||' '||SQLERRM;
1530: FND_FILE.PUT_LINE(FND_FILE.LOG,'igs_ad_imp_off_resp_data.imp_off_resp: '||errbuf);
1531: Igs_Ge_Msg_Stack.CONC_EXCEPTION_HNDL;
1532:
1533: END imp_off_resp; -- End of the main procedure
1534:
1535: END igs_ad_imp_off_resp_data; --End of Package