DBA Data[Home] [Help]

APPS.ICX_QUESTIONS_ADMIN dependencies on WFA_SEC

Line 31: wfa_sec.Header(background_only=>TRUE);

27: htp.title(wf_core.translate('ERROR'));
28: htp.headClose;
29:
30: begin
31: wfa_sec.Header(background_only=>TRUE);
32: exception
33: when others then
34: htp.bodyOpen;
35: end;

Line 53: wfa_sec.Footer;

49: htp.br;
50: htp.p(wf_core.translate('WFENG_ERRSTACK')||': '||
51: replace(error_stack,wf_core.newline,'
'));
52:
53: wfa_sec.Footer;
54: htp.htmlClose;
55:
56: end Error;
57:

Line 163: wfa_sec.GetSession(l_username);

159:
160: BEGIN
161:
162: -- Check current user has admin authority
163: wfa_sec.GetSession(l_username);
164:
165: -- Set page title
166: htp.htmlOpen;
167: htp.headOpen;

Line 176: wfa_sec.Header(FALSE, '', wf_core.translate('ICX_FIND_QUESTIONS_TITLE'), TRUE);

172:
173: htp.headClose;
174:
175: -- Page header
176: wfa_sec.Header(FALSE, '', wf_core.translate('ICX_FIND_QUESTIONS_TITLE'), TRUE);
177:
178: htp.tableopen(calign=>'CENTER');
179:
180: htp.p('

');

Line 254: wfa_sec.Footer;

250: htp.tableclose;
251:
252: htp.formClose;
253:
254: wfa_sec.Footer;
255: htp.htmlClose;
256:
257:
258: exception

Line 319: wfa_sec.GetSession(username);

315: icx_questions_admin.set_find_criteria (
316: P_APPLICATION_SHORT_NAME, P_QUESTION_CODE, P_QUESTION);
317:
318: -- Check current user has admin authority
319: wfa_sec.GetSession(username);
320:
321: -- Set page title
322: htp.htmlOpen;
323: htp.headOpen;

Line 328: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_QUESTIONS_TITLE'), FALSE);

324: htp.p('');
325: htp.title(wf_core.translate('ICX_QUESTIONS_TITLE'));
326: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
327: htp.headClose;
328: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_QUESTIONS_TITLE'), FALSE);
329: htp.br;
330:
331: -- Column headers
332: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');

Line 416: wfa_sec.Footer;

412: htp.tableRowClose;
413:
414: htp.tableclose;
415:
416: wfa_sec.Footer;
417: htp.htmlClose;
418:
419: exception
420: when others then

Line 457: wfa_sec.GetSession(l_username);

453:
454: BEGIN
455:
456: -- Check current user has admin authority
457: wfa_sec.GetSession(l_username);
458:
459: if (P_INSERT = 'FALSE' AND P_ERROR_MESSAGE IS NULL) THEN
460:
461: SELECT FND.APPLICATION_SHORT_NAME,

Line 495: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions', wf_core.translate('ICX_EDIT_QUESTION_TITLE'), TRUE);

491:
492: htp.headClose;
493:
494: -- Page header
495: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions', wf_core.translate('ICX_EDIT_QUESTION_TITLE'), TRUE);
496:
497: -- Print the error message if there is one
498: if (P_ERROR_MESSAGE IS NOT NULL) THEN
499:

Line 625: wfa_sec.Footer;

621: htp.tableclose;
622:
623: htp.formClose;
624:
625: wfa_sec.Footer;
626: htp.htmlClose;
627:
628:
629: exception

Line 828: wfa_sec.GetSession(username);

824: l_error_msg varchar2(2000);
825: s0 varchar2(2000);
826: BEGIN
827: -- Check current user has admin authority
828: wfa_sec.GetSession(username);
829:
830: -- Set page title
831: htp.htmlOpen;
832: htp.headOpen;

Line 837: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_CONFIRMTITLE'), FALSE);

833: htp.p('');
834: htp.title(wf_core.translate('ICX_CONFIRMTITLE'));
835: wfa_html.create_help_function('wf/links/dmn.htm?DMND');
836: htp.headClose;
837: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_CONFIRMTITLE'), FALSE);
838: htp.br;
839:
840: htp.bodyOpen(cattributes=>'bgcolor="#CCCCCC"');
841: htp.tableOpen(calign=>'CENTER');

Line 876: wfa_sec.Footer;

872:
873: htp.tableRowClose;
874: htp.tableclose;
875: htp.formClose;
876: wfa_sec.Footer;
877: htp.htmlClose;
878:
879: exception
880: when others then

Line 1053: wfa_sec.GetSession(username);

1049:
1050: begin
1051:
1052: -- Check current user has admin authority
1053: wfa_sec.GetSession(username);
1054:
1055: -- Set page title
1056: htp.htmlOpen;
1057: htp.headOpen;

Line 1062: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_FUNCTIONS_TITLE'), FALSE);

1058: htp.p('');
1059: htp.title(wf_core.translate('ICX_FUNCTIONS_TITLE'));
1060: wfa_html.create_help_function('wf/links/dmr.htm?DMREP');
1061: htp.headClose;
1062: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions',wf_core.translate('ICX_FUNCTIONS_TITLE'), FALSE);
1063: htp.br;
1064:
1065: -- Column headers
1066: htp.tableOpen('border=1 cellpadding=3 bgcolor=white width="100%"');

Line 1153: wfa_sec.Footer;

1149: htp.tableRowClose;
1150:
1151: htp.tableclose;
1152:
1153: wfa_sec.Footer;
1154: htp.htmlClose;
1155:
1156: exception
1157: when others then

Line 1193: wfa_sec.GetSession(l_username);

1189:
1190: BEGIN
1191:
1192: -- Check current user has admin authority
1193: wfa_sec.GetSession(l_username);
1194:
1195: if (P_INSERT = 'FALSE' AND P_ERROR_MESSAGE IS NULL) THEN
1196:
1197: SELECT FND.FUNCTION_ID,

Line 1224: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions', wf_core.translate('ICX_EDIT_FUNCTION_TITLE'), TRUE);

1220:
1221: htp.headClose;
1222:
1223: -- Page header
1224: wfa_sec.Header(FALSE, 'icx_questions_admin.find_questions', wf_core.translate('ICX_EDIT_FUNCTION_TITLE'), TRUE);
1225:
1226: -- Print the error message if there is one
1227: if (P_ERROR_MESSAGE IS NOT NULL) THEN
1228:

Line 1340: wfa_sec.Footer;

1336: htp.tableclose;
1337:
1338: htp.formClose;
1339:
1340: wfa_sec.Footer;
1341: htp.htmlClose;
1342:
1343:
1344: exception