DBA Data[Home] [Help]

APPS.XNP_MSG_DIAGNOSTICS$XNP_MSGS dependencies on HTP

Line 281: htp.p ('');

Line 310: htp.p('');

306: htp.p('function Close_OnClick() {
307: close();
308: }');
309: end if;
310: htp.p('');
311: end if;
312:
313: xnp_msg_diagnostics$.TemplateHeader(TRUE,0);
314:

Line 319: htp.header(2, htf.italic(XNP_WSGL.MsgGetText(123,XNP_WSGLM.DSP123_LOV_CAPTION,'Code, Event Indicator')));

315: XNP_WSGL.ClosePageHead;
316:
317: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>L_BODY_ATTRIBUTES);
318:
319: htp.header(2, htf.italic(XNP_WSGL.MsgGetText(123,XNP_WSGLM.DSP123_LOV_CAPTION,'Code, Event Indicator')));
320:
321: if Z_ISSUE_WAIT is not null then
322: htp.p(XNP_WSGL.MsgGetText(127,XNP_WSGLM.DSP127_LOV_PLEASE_WAIT));
323: XNP_WSGL.ClosePageBody;

Line 322: htp.p(XNP_WSGL.MsgGetText(127,XNP_WSGLM.DSP127_LOV_PLEASE_WAIT));

318:
319: htp.header(2, htf.italic(XNP_WSGL.MsgGetText(123,XNP_WSGLM.DSP123_LOV_CAPTION,'Code, Event Indicator')));
320:
321: if Z_ISSUE_WAIT is not null then
322: htp.p(XNP_WSGL.MsgGetText(127,XNP_WSGLM.DSP127_LOV_PLEASE_WAIT));
323: XNP_WSGL.ClosePageBody;
324: return;
325: else
326: htp.formOpen('xnp_msg_diagnostics$xnp_msgs.msg_code_listofvalues');

Line 326: htp.formOpen('xnp_msg_diagnostics$xnp_msgs.msg_code_listofvalues');

322: htp.p(XNP_WSGL.MsgGetText(127,XNP_WSGLM.DSP127_LOV_PLEASE_WAIT));
323: XNP_WSGL.ClosePageBody;
324: return;
325: else
326: htp.formOpen('xnp_msg_diagnostics$xnp_msgs.msg_code_listofvalues');
327: XNP_WSGL.HiddenField('Z_CALLER_URL', Z_CALLER_URL);
328: XNP_WSGL.HiddenField('Z_MODE', Z_MODE);
329: end if;
330:

Line 340: htp.para;

336: else
337: L_SEARCH_STRING := '%';
338: end if;
339:
340: htp.para;
341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));
342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');

Line 341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));

337: L_SEARCH_STRING := '%';
338: end if;
339:
340: htp.para;
341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));
342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');
345: if LOV_FRAME is null then

Line 342: htp.para;

338: end if;
339:
340: htp.para;
341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));
342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');
345: if LOV_FRAME is null then
346: htp.p('');

Line 343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);

339:
340: htp.para;
341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));
342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');
345: if LOV_FRAME is null then
346: htp.p('');
347: end if;

Line 344: htp.p('');

340: htp.para;
341: htp.p(XNP_WSGL.MsgGetText(19,XNP_WSGLM.CAP019_LOV_FILTER_CAPTION,'Code'));
342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');
345: if LOV_FRAME is null then
346: htp.p('');
347: end if;
348: htp.formClose;

Line 346: htp.p('');

342: htp.para;
343: htp.formText('Z_FILTER', cvalue=>L_SEARCH_STRING);
344: htp.p('');
345: if LOV_FRAME is null then
346: htp.p('');
347: end if;
348: htp.formClose;
349:
350:

Line 348: htp.formClose;

344: htp.p('');
345: if LOV_FRAME is null then
346: htp.p('');
347: end if;
348: htp.formClose;
349:
350:
351: if not L_ABORT then
352:

Line 387: htp.p(XNP_WSGL.MsgGetText(224,XNP_WSGLM.MSG224_LOV_NO_ROWS));

383: l_any := true;
384: end loop;
385: XNP_WSGL.LayoutClose;
386: if not l_any then
387: htp.p(XNP_WSGL.MsgGetText(224,XNP_WSGLM.MSG224_LOV_NO_ROWS));
388: end if;
389: end;
390: end if;
391:

Line 392: htp.p('');

388: end if;
389: end;
390: end if;
391:
392: htp.p('');
393:
394: XNP_WSGL.ClosePageBody;
395:
396: exception

Line 694: htp.p('');
697: -- <<
698: xnp_msg_diagnostics$.TemplateHeader(TRUE,0);

Line 696: htp.p('');

692: CreateQueryJavaScript;
693: -- Added for iHelp
694: htp.p('');
697: -- <<
698: xnp_msg_diagnostics$.TemplateHeader(TRUE,0);
699: XNP_WSGL.ClosePageHead;
700:

Line 702: htp.p('

698: xnp_msg_diagnostics$.TemplateHeader(TRUE,0);
699: XNP_WSGL.ClosePageHead;
700:
701: -- Added for iHelp
702: htp.p('
703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');
704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));
705: htp.p('
');
706: htp.p(htf.nl);

Line 703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');

699: XNP_WSGL.ClosePageHead;
700:
701: -- Added for iHelp
702: htp.p(' 703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');
704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));
705: htp.p('
');
706: htp.p(htf.nl);
707: -- <<

Line 704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));

700:
701: -- Added for iHelp
702: htp.p(' 703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');
704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));
705: htp.p('
');
706: htp.p(htf.nl);
707: -- <<
708:

Line 705: htp.p('');

701: -- Added for iHelp
702: htp.p(' 703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');
704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));
705: htp.p('
');
706: htp.p(htf.nl);
707: -- <<
708:
709: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>QF_BODY_ATTRIBUTES);

Line 706: htp.p(htf.nl);

702: htp.p(' 703: htp.p('onMouseOver="window.status='||''''||'Help'||''''||';return true">');
704: htp.p(htf.img('/OA_MEDIA/afhelp.gif'));
705: htp.p('
');
706: htp.p(htf.nl);
707: -- <<
708:
709: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>QF_BODY_ATTRIBUTES);
710:

Line 711: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));

707: -- <<
708:
709: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>QF_BODY_ATTRIBUTES);
710:
711: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
712: xnp_msg_diagnostics$.FirstPage(TRUE);
713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));

Line 713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));

709: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>QF_BODY_ATTRIBUTES);
710:
711: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
712: xnp_msg_diagnostics$.FirstPage(TRUE);
713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));
716: htp.para;
717:

Line 714: htp.para;

710:
711: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
712: xnp_msg_diagnostics$.FirstPage(TRUE);
713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));
716: htp.para;
717:
718: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.actionquery', cattributes => 'NAME="frmZero"');

Line 715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));

711: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
712: xnp_msg_diagnostics$.FirstPage(TRUE);
713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));
716: htp.para;
717:
718: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.actionquery', cattributes => 'NAME="frmZero"');
719:

Line 716: htp.para;

712: xnp_msg_diagnostics$.FirstPage(TRUE);
713: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));
716: htp.para;
717:
718: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.actionquery', cattributes => 'NAME="frmZero"');
719:
720: XNP_WSGL.LayoutOpen(XNP_WSGL.LAYOUT_TABLE);

Line 718: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.actionquery', cattributes => 'NAME="frmZero"');

714: htp.para;
715: htp.p(XNP_WSGL.MsgGetText(116,XNP_WSGLM.DSP116_ENTER_QRY_CAPTION,'Message Details'));
716: htp.para;
717:
718: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.actionquery', cattributes => 'NAME="frmZero"');
719:
720: XNP_WSGL.LayoutOpen(XNP_WSGL.LAYOUT_TABLE);
721:
722: XNP_WSGL.LayoutRowStart;

Line 787: htp.p ('');
791: htp.p ('');
791: htp.p ('');
791: htp.p ('');

786:
787: htp.p ('');
791: htp.p ('');

Line 791: htp.p ('');
791: htp.p ('');
795:

Line 792: htp.p ('document.write (''' || htf.formSubmit('', htf.escape_sc(QF_QUERY_BUT_CAPTION), 'onClick="this.form.Z_ACTION.value=\''' || QF_QUERY_BUT_ACTION || '\''"') || ''')');

788: htp.p ('document.write ('''')');
789: htp.p ('//-->');
790: htp.p ('');
791: htp.p ('');
795:
796: if XNP_WSGL.IsSupported ('NOSCRIPT')

Line 793: htp.p ('//-->');

789: htp.p ('//-->');
790: htp.p ('');
791: htp.p ('');
795:
796: if XNP_WSGL.IsSupported ('NOSCRIPT')
797: then

Line 794: htp.p ('');

790: htp.p ('');
791: htp.p ('');
795:
796: if XNP_WSGL.IsSupported ('NOSCRIPT')
797: then
798:

Line 799: htp.p ('

795:
796: if XNP_WSGL.IsSupported ('NOSCRIPT')
797: then
798:
799: htp.p ('');
802:
803: end if;

Line 800: htp.formSubmit('Z_ACTION', htf.escape_sc(QF_QUERY_BUT_CAPTION));

796: if XNP_WSGL.IsSupported ('NOSCRIPT')
797: then
798:
799: htp.p ('');
802:
803: end if;
804: htp.formReset(htf.escape_sc(QF_CLEAR_BUT_CAPTION));

Line 801: htp.p ('');

797: then
798:
799: htp.p ('');
802:
803: end if;
804: htp.formReset(htf.escape_sc(QF_CLEAR_BUT_CAPTION));
805:

Line 804: htp.formReset(htf.escape_sc(QF_CLEAR_BUT_CAPTION));

800: htp.formSubmit('Z_ACTION', htf.escape_sc(QF_QUERY_BUT_CAPTION));
801: htp.p ('');
802:
803: end if;
804: htp.formReset(htf.escape_sc(QF_CLEAR_BUT_CAPTION));
805:
806: XNP_WSGL.HiddenField('Z_CHK',
807: to_char(XNP_WSGL.Checksum('')));
808: htp.formClose;

Line 808: htp.formClose;

804: htp.formReset(htf.escape_sc(QF_CLEAR_BUT_CAPTION));
805:
806: XNP_WSGL.HiddenField('Z_CHK',
807: to_char(XNP_WSGL.Checksum('')));
808: htp.formClose;
809:
810: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));
811:
812: XNP_WSGL.ClosePageBody;

Line 810: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));

806: XNP_WSGL.HiddenField('Z_CHK',
807: to_char(XNP_WSGL.Checksum('')));
808: htp.formClose;
809:
810: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));
811:
812: XNP_WSGL.ClosePageBody;
813:
814: exception

Line 841: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));

837: XNP_WSGL.ClosePageHead;
838:
839: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>VF_BODY_ATTRIBUTES);
840:
841: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
842: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
843: InitialiseDomain('L_MTE_MSG_TYPE');
844: InitialiseDomain('MSG_STATUS');
845: InitialiseDomain('DIRECTION_INDICATOR');

Line 842: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));

838:
839: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>VF_BODY_ATTRIBUTES);
840:
841: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
842: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
843: InitialiseDomain('L_MTE_MSG_TYPE');
844: InitialiseDomain('MSG_STATUS');
845: InitialiseDomain('DIRECTION_INDICATOR');
846: InitialiseDomain('PRIORITY');

Line 1045: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));

1041: XNP_WSGL.ReturnLinks('0.1', XNP_WSGL.MENU_LONG);
1042: XNP_WSGL.NavLinks;
1043:
1044:
1045: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));
1046:
1047: XNP_WSGL.ClosePageBody;
1048:
1049: exception

Line 1060: htp.htmlopen;

1056: --------------------------------------------------------------------------------
1057: procedure retry_message
1058: is
1059: begin
1060: htp.htmlopen;
1061: htp.bodyopen;
1062: htp.p('Please use the notification for retrying this message.') ;
1063: htp.bodyclose;
1064: htp.htmlclose;

Line 1061: htp.bodyopen;

1057: procedure retry_message
1058: is
1059: begin
1060: htp.htmlopen;
1061: htp.bodyopen;
1062: htp.p('Please use the notification for retrying this message.') ;
1063: htp.bodyclose;
1064: htp.htmlclose;
1065: end;

Line 1062: htp.p('Please use the notification for retrying this message.') ;

1058: is
1059: begin
1060: htp.htmlopen;
1061: htp.bodyopen;
1062: htp.p('Please use the notification for retrying this message.') ;
1063: htp.bodyclose;
1064: htp.htmlclose;
1065: end;
1066: --------------------------------------------------------------------------------

Line 1063: htp.bodyclose;

1059: begin
1060: htp.htmlopen;
1061: htp.bodyopen;
1062: htp.p('Please use the notification for retrying this message.') ;
1063: htp.bodyclose;
1064: htp.htmlclose;
1065: end;
1066: --------------------------------------------------------------------------------
1067: -- Name: xnp_msg_diagnostics$xnp_msgs.QueryView

Line 1064: htp.htmlclose;

1060: htp.htmlopen;
1061: htp.bodyopen;
1062: htp.p('Please use the notification for retrying this message.') ;
1063: htp.bodyclose;
1064: htp.htmlclose;
1065: end;
1066: --------------------------------------------------------------------------------
1067: -- Name: xnp_msg_diagnostics$xnp_msgs.QueryView
1068: --

Line 1302: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));

1298: XNP_WSGL.ClosePageHead;
1299:
1300: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>RL_BODY_ATTRIBUTES);
1301:
1302: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
1303: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
1304: if (Z_ACTION = RL_LAST_BUT_ACTION) or (Z_ACTION = RL_LAST_BUT_CAPTION) or
1305: (Z_ACTION = RL_COUNT_BUT_ACTION) or (Z_ACTION = RL_COUNT_BUT_CAPTION) or
1306: (RL_TOTAL_COUNT_REQD)

Line 1303: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));

1299:
1300: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>RL_BODY_ATTRIBUTES);
1301:
1302: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
1303: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPMSGDG_DETAILS_TITLE')));
1304: if (Z_ACTION = RL_LAST_BUT_ACTION) or (Z_ACTION = RL_LAST_BUT_CAPTION) or
1305: (Z_ACTION = RL_COUNT_BUT_ACTION) or (Z_ACTION = RL_COUNT_BUT_CAPTION) or
1306: (RL_TOTAL_COUNT_REQD)
1307: then

Line 1509: htp.p(XNP_WSGL.MsgGetText(109,XNP_WSGLM.DSP109_RECORD, to_char(I_TOTAL_ROWS))||I_OF_TOTAL_TEXT);

1505:
1506: XNP_WSGL.LayoutClose;
1507:
1508: if I_START = I_TOTAL_ROWS then
1509: htp.p(XNP_WSGL.MsgGetText(109,XNP_WSGLM.DSP109_RECORD, to_char(I_TOTAL_ROWS))||I_OF_TOTAL_TEXT);
1510: else
1511: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
1512: to_char(I_START), to_char(I_TOTAL_ROWS))||
1513: I_OF_TOTAL_TEXT);

Line 1511: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,

1507:
1508: if I_START = I_TOTAL_ROWS then
1509: htp.p(XNP_WSGL.MsgGetText(109,XNP_WSGLM.DSP109_RECORD, to_char(I_TOTAL_ROWS))||I_OF_TOTAL_TEXT);
1510: else
1511: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
1512: to_char(I_START), to_char(I_TOTAL_ROWS))||
1513: I_OF_TOTAL_TEXT);
1514: end if;
1515: htp.para;

Line 1515: htp.para;

1511: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
1512: to_char(I_START), to_char(I_TOTAL_ROWS))||
1513: I_OF_TOTAL_TEXT);
1514: end if;
1515: htp.para;
1516: else
1517: htp.p(XNP_WSGL.MsgGetText(112,XNP_WSGLM.DSP112_NO_RECORDS));
1518: end if;
1519:

Line 1517: htp.p(XNP_WSGL.MsgGetText(112,XNP_WSGLM.DSP112_NO_RECORDS));

1513: I_OF_TOTAL_TEXT);
1514: end if;
1515: htp.para;
1516: else
1517: htp.p(XNP_WSGL.MsgGetText(112,XNP_WSGLM.DSP112_NO_RECORDS));
1518: end if;
1519:
1520: if nvl(Z_ACTION, 'X') <> 'DONTQUERY' then
1521: dbms_sql.close_cursor(I_CURSOR);

Line 1524: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.querylist', cattributes => 'NAME="frmZero"');

1520: if nvl(Z_ACTION, 'X') <> 'DONTQUERY' then
1521: dbms_sql.close_cursor(I_CURSOR);
1522: end if;
1523:
1524: htp.formOpen(curl => 'xnp_msg_diagnostics$xnp_msgs.querylist', cattributes => 'NAME="frmZero"');
1525: XNP_WSGL.HiddenField('P_MSG_ID', P_MSG_ID);
1526: XNP_WSGL.HiddenField('P_MSG_CODE', P_MSG_CODE);
1527: XNP_WSGL.HiddenField('P_L_MTE_MSG_TYPE', P_L_MTE_MSG_TYPE);
1528: XNP_WSGL.HiddenField('P_MSG_STATUS', P_MSG_STATUS);

Line 1539: htp.p ('');
1543:

Line 1540: htp.p ('document.write ('''')');

1536: XNP_WSGL.HiddenField('P_WI_INSTANCE_ID', P_WI_INSTANCE_ID);
1537: XNP_WSGL.HiddenField('P_FA_INSTANCE_ID', P_FA_INSTANCE_ID);
1538: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
1539: htp.p ('');
1543:
1544: XNP_WSGL.RecordListButton(I_PREV_BUT, 'Z_ACTION', htf.escape_sc(RL_FIRST_BUT_CAPTION), XNP_WSGL.MsgGetText(213,XNP_WSGLM.MSG213_AT_FIRST), FALSE,

Line 1541: htp.p ('//-->');

1537: XNP_WSGL.HiddenField('P_FA_INSTANCE_ID', P_FA_INSTANCE_ID);
1538: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
1539: htp.p ('');
1543:
1544: XNP_WSGL.RecordListButton(I_PREV_BUT, 'Z_ACTION', htf.escape_sc(RL_FIRST_BUT_CAPTION), XNP_WSGL.MsgGetText(213,XNP_WSGLM.MSG213_AT_FIRST), FALSE,
1545: 'onClick="this.form.Z_ACTION.value=\''' || RL_FIRST_BUT_ACTION || '\''"');

Line 1542: htp.p ('');

1538: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
1539: htp.p ('');
1543:
1544: XNP_WSGL.RecordListButton(I_PREV_BUT, 'Z_ACTION', htf.escape_sc(RL_FIRST_BUT_CAPTION), XNP_WSGL.MsgGetText(213,XNP_WSGLM.MSG213_AT_FIRST), FALSE,
1545: 'onClick="this.form.Z_ACTION.value=\''' || RL_FIRST_BUT_ACTION || '\''"');
1546: XNP_WSGL.RecordListButton(I_PREV_BUT, 'Z_ACTION', htf.escape_sc(RL_PREV_BUT_CAPTION), XNP_WSGL.MsgGetText(213,XNP_WSGLM.MSG213_AT_FIRST), FALSE,

Line 1555: htp.para;

1551: 'onClick="this.form.Z_ACTION.value=\''' || RL_LAST_BUT_ACTION || '\''"');
1552:
1553: XNP_WSGL.RecordListButton(TRUE, 'Z_ACTION', htf.escape_sc(RL_REQUERY_BUT_CAPTION),p_dojs=>FALSE,
1554: buttonJS => 'onClick="this.form.Z_ACTION.value=\''' || RL_REQUERY_BUT_ACTION || '\''"');
1555: htp.para;
1556:
1557: XNP_WSGL.RecordListButton(TRUE, 'Z_ACTION', htf.escape_sc(RL_QUERY_BUT_CAPTION),p_dojs=>FALSE,
1558: buttonJS => 'onClick="this.form.Z_ACTION.value=\''' || RL_QUERY_BUT_ACTION || '\''"');
1559: XNP_WSGL.HiddenField('Z_CHK',

Line 1561: htp.formClose;

1557: XNP_WSGL.RecordListButton(TRUE, 'Z_ACTION', htf.escape_sc(RL_QUERY_BUT_CAPTION),p_dojs=>FALSE,
1558: buttonJS => 'onClick="this.form.Z_ACTION.value=\''' || RL_QUERY_BUT_ACTION || '\''"');
1559: XNP_WSGL.HiddenField('Z_CHK',
1560: to_char(XNP_WSGL.Checksum('')));
1561: htp.formClose;
1562:
1563: XNP_WSGL.ReturnLinks('0', XNP_WSGL.MENU_LONG);
1564: XNP_WSGL.NavLinks;
1565:

Line 1566: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));

1562:
1563: XNP_WSGL.ReturnLinks('0', XNP_WSGL.MENU_LONG);
1564: XNP_WSGL.NavLinks;
1565:
1566: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));
1567:
1568: XNP_WSGL.ClosePageBody;
1569:
1570: exception

Line 1794: htp.p(XNP_WSGJSL.OpenScript);

1790: --
1791: --------------------------------------------------------------------------------
1792: procedure CreateQueryJavaScript is
1793: begin
1794: htp.p(XNP_WSGJSL.OpenScript);
1795: htp.p('var FormType = "Query";');
1796:
1797: htp.p(
1798: 'function MSG_CODE_LOV() {

Line 1795: htp.p('var FormType = "Query";');

1791: --------------------------------------------------------------------------------
1792: procedure CreateQueryJavaScript is
1793: begin
1794: htp.p(XNP_WSGJSL.OpenScript);
1795: htp.p('var FormType = "Query";');
1796:
1797: htp.p(
1798: 'function MSG_CODE_LOV() {
1799: var filter = "";

Line 1797: htp.p(

1793: begin
1794: htp.p(XNP_WSGJSL.OpenScript);
1795: htp.p('var FormType = "Query";');
1796:
1797: htp.p(
1798: 'function MSG_CODE_LOV() {
1799: var filter = "";
1800: var the_pathname = location.pathname;
1801: var i = the_pathname.indexOf (''/:'');

Line 1818: htp.p(' "'||LOV_FRAME||'");');

1814: "?Z_FILTER=" + escape(filter) + "&Z_MODE=Q" +
1815: "&Z_CALLER_URL=" + escape(location.protocol + ''//'' + location.host + the_pathname + location.search) +
1816: "&Z_ISSUE_WAIT=Y",');
1817: if LOV_FRAME is not null then
1818: htp.p(' "'||LOV_FRAME||'");');
1819: else
1820: htp.p(' "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400");');
1821: end if;
1822: htp.p(' if (frmLOV.opener == null) {

Line 1820: htp.p(' "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400");');

1816: "&Z_ISSUE_WAIT=Y",');
1817: if LOV_FRAME is not null then
1818: htp.p(' "'||LOV_FRAME||'");');
1819: else
1820: htp.p(' "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400");');
1821: end if;
1822: htp.p(' if (frmLOV.opener == null) {
1823: frmLOV.opener = self;
1824: }

Line 1822: htp.p(' if (frmLOV.opener == null) {

1818: htp.p(' "'||LOV_FRAME||'");');
1819: else
1820: htp.p(' "winLOV", "scrollbars=yes,resizable=yes,width=400,height=400");');
1821: end if;
1822: htp.p(' if (frmLOV.opener == null) {
1823: frmLOV.opener = self;
1824: }
1825: }
1826: ');

Line 1828: htp.p(XNP_WSGJSL.CloseScript);

1824: }
1825: }
1826: ');
1827:
1828: htp.p(XNP_WSGJSL.CloseScript);
1829: exception
1830: when others then
1831: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'SFM iMessage Diagnostics'||' : '||'Message Details',
1832: QF_BODY_ATTRIBUTES, 'xnp_msg_diagnostics$xnp_msgs.CreateQueryJavaScript');

Line 1845: htp.p(XNP_WSGJSL.OpenScript);

1841: --
1842: --------------------------------------------------------------------------------
1843: procedure CreateListJavaScript is
1844: begin
1845: htp.p(XNP_WSGJSL.OpenScript);
1846: htp.p('var FormType = "List";');
1847: htp.p(XNP_WSGJSL.CloseScript);
1848: exception
1849: when others then

Line 1846: htp.p('var FormType = "List";');

1842: --------------------------------------------------------------------------------
1843: procedure CreateListJavaScript is
1844: begin
1845: htp.p(XNP_WSGJSL.OpenScript);
1846: htp.p('var FormType = "List";');
1847: htp.p(XNP_WSGJSL.CloseScript);
1848: exception
1849: when others then
1850: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'SFM iMessage Diagnostics'||' : '||'Message Details',

Line 1847: htp.p(XNP_WSGJSL.CloseScript);

1843: procedure CreateListJavaScript is
1844: begin
1845: htp.p(XNP_WSGJSL.OpenScript);
1846: htp.p('var FormType = "List";');
1847: htp.p(XNP_WSGJSL.CloseScript);
1848: exception
1849: when others then
1850: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'SFM iMessage Diagnostics'||' : '||'Message Details',
1851: RL_BODY_ATTRIBUTES, 'xnp_msg_diagnostics$xnp_msgs.CreateListJavaScript');