127: --NEED TO DO!::
128: --if this is portal/sso, send to oraclesswa.convertsession
129: --if this is php, send to oracleapps.convertsession with encrypted param string
130: -- htp.p(SQLERRM);
131: htp.p(dbms_utility.format_error_stack);
132:
133: end;
134:
135: -- OA Framework version of bookmarkthis which can do some really
204:
205: exception
206: when others then
207: -- htp.p(SQLERRM);
208: htp.p(dbms_utility.format_error_stack);
209: end;
210:
211: function listener_token return varchar2 is
212:
571:
572: exception
573: when others then
574: -- htp.p(SQLERRM);
575: htp.p(dbms_utility.format_error_stack);
576:
577: end;
578:
579: procedure execute (F IN VARCHAR2,
1061: -- c_login_msg := fnd_message.get;
1062:
1063: fnd_message.set_name('ICX','ICX_CONTACT_WEBMASTER');
1064: c_error_msg := fnd_message.get;
1065: c_login_msg := dbms_utility.format_error_stack;
1066:
1067: OracleApps.displayLogin(c_error_msg||' '||c_login_msg,'IC','Y');
1068: END;
1069:
1171: --wpg_docload.download_file(l_img);
1172: EXCEPTION
1173: WHEN OTHERS THEN
1174: -- htp.p(sqlerrm);
1175: htp.p(dbms_utility.format_error_stack);
1176: END logout;
1177:
1178: end OracleSSWA;