DBA Data[Home] [Help]

APPS.XNP_SV_NETWORK$SMS_FE_MAP dependencies on HTP

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

300: XNP_WSGL.ClosePageHead;
301:
302: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>RL_BODY_ATTRIBUTES);
303:
304: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
305: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPSVNWK_PROV_TITLE')));
306: if (Z_ACTION = RL_LAST_BUT_ACTION) or (Z_ACTION = RL_LAST_BUT_CAPTION) or
307: (Z_ACTION = RL_COUNT_BUT_ACTION) or (Z_ACTION = RL_COUNT_BUT_CAPTION) or
308: (RL_TOTAL_COUNT_REQD)

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

301:
302: XNP_WSGL.OpenPageBody(FALSE, p_attributes=>RL_BODY_ATTRIBUTES);
303:
304: htp.p(htf.bold(fnd_message.get_string('XNP','WEB_TITLE')));
305: htp.p(htf.header(1,fnd_message.get_string('XNP','WEB_XNPSVNWK_PROV_TITLE')));
306: if (Z_ACTION = RL_LAST_BUT_ACTION) or (Z_ACTION = RL_LAST_BUT_CAPTION) or
307: (Z_ACTION = RL_COUNT_BUT_ACTION) or (Z_ACTION = RL_COUNT_BUT_CAPTION) or
308: (RL_TOTAL_COUNT_REQD)
309: then

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

432:
433: XNP_WSGL.LayoutClose;
434:
435: if I_START = I_TOTAL_ROWS then
436: htp.p(XNP_WSGL.MsgGetText(109,XNP_WSGLM.DSP109_RECORD, to_char(I_TOTAL_ROWS))||I_OF_TOTAL_TEXT);
437: else
438: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
439: to_char(I_START), to_char(I_TOTAL_ROWS))||
440: I_OF_TOTAL_TEXT);

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

434:
435: if I_START = I_TOTAL_ROWS then
436: htp.p(XNP_WSGL.MsgGetText(109,XNP_WSGLM.DSP109_RECORD, to_char(I_TOTAL_ROWS))||I_OF_TOTAL_TEXT);
437: else
438: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
439: to_char(I_START), to_char(I_TOTAL_ROWS))||
440: I_OF_TOTAL_TEXT);
441: end if;
442: htp.para;

Line 442: htp.para;

438: htp.p(XNP_WSGL.MsgGetText(110,XNP_WSGLM.DSP110_RECORDS_N_M,
439: to_char(I_START), to_char(I_TOTAL_ROWS))||
440: I_OF_TOTAL_TEXT);
441: end if;
442: htp.para;
443: else
444: htp.p(XNP_WSGL.MsgGetText(112,XNP_WSGLM.DSP112_NO_RECORDS));
445: end if;
446:

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

440: I_OF_TOTAL_TEXT);
441: end if;
442: htp.para;
443: else
444: htp.p(XNP_WSGL.MsgGetText(112,XNP_WSGLM.DSP112_NO_RECORDS));
445: end if;
446:
447: if nvl(Z_ACTION, 'X') <> 'DONTQUERY' then
448: dbms_sql.close_cursor(I_CURSOR);

Line 451: htp.formOpen(curl => 'xnp_sv_network$sms_fe_map.querylist', cattributes => 'NAME="frmZero"');

447: if nvl(Z_ACTION, 'X') <> 'DONTQUERY' then
448: dbms_sql.close_cursor(I_CURSOR);
449: end if;
450:
451: htp.formOpen(curl => 'xnp_sv_network$sms_fe_map.querylist', cattributes => 'NAME="frmZero"');
452: XNP_WSGL.HiddenField('P_SV_SMS_ID', P_SV_SMS_ID);
453: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
454: htp.p ('');
458:

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

451: htp.formOpen(curl => 'xnp_sv_network$sms_fe_map.querylist', cattributes => 'NAME="frmZero"');
452: XNP_WSGL.HiddenField('P_SV_SMS_ID', P_SV_SMS_ID);
453: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
454: htp.p ('');
458:
459: 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 456: htp.p ('//-->');

452: XNP_WSGL.HiddenField('P_SV_SMS_ID', P_SV_SMS_ID);
453: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
454: htp.p ('');
458:
459: 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,
460: 'onClick="this.form.Z_ACTION.value=\''' || RL_FIRST_BUT_ACTION || '\''"');

Line 457: htp.p ('');

453: XNP_WSGL.HiddenField('Z_START', to_char(I_START));
454: htp.p ('');
458:
459: 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,
460: 'onClick="this.form.Z_ACTION.value=\''' || RL_FIRST_BUT_ACTION || '\''"');
461: 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 472: htp.formClose;

468: XNP_WSGL.RecordListButton(TRUE, 'Z_ACTION', htf.escape_sc(RL_REQUERY_BUT_CAPTION),p_dojs=>FALSE,
469: buttonJS => 'onClick="this.form.Z_ACTION.value=\''' || RL_REQUERY_BUT_ACTION || '\''"');
470: XNP_WSGL.HiddenField('Z_CHK',
471: to_char(XNP_WSGL.Checksum(''||P_SV_SMS_ID)));
472: htp.formClose;
473:
474: XNP_WSGL.ReturnLinks('0.1', XNP_WSGL.MENU_LONG);
475: XNP_WSGL.NavLinks;
476:

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

473:
474: XNP_WSGL.ReturnLinks('0.1', XNP_WSGL.MENU_LONG);
475: XNP_WSGL.NavLinks;
476:
477: htp.p(htf.img('/OA_MEDIA/FNDLOGOS.gif'));
478:
479: XNP_WSGL.ClosePageBody;
480:
481: exception

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

542: --
543: --------------------------------------------------------------------------------
544: procedure CreateListJavaScript is
545: begin
546: htp.p(XNP_WSGJSL.OpenScript);
547: htp.p('var FormType = "List";');
548: htp.p(XNP_WSGJSL.CloseScript);
549: exception
550: when others then

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

543: --------------------------------------------------------------------------------
544: procedure CreateListJavaScript is
545: begin
546: htp.p(XNP_WSGJSL.OpenScript);
547: htp.p('var FormType = "List";');
548: htp.p(XNP_WSGJSL.CloseScript);
549: exception
550: when others then
551: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'Monitor Network Subscriptions'||' : '||'Provisioning Status',

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

544: procedure CreateListJavaScript is
545: begin
546: htp.p(XNP_WSGJSL.OpenScript);
547: htp.p('var FormType = "List";');
548: htp.p(XNP_WSGJSL.CloseScript);
549: exception
550: when others then
551: XNP_WSGL.DisplayMessage(XNP_WSGL.MESS_EXCEPTION, SQLERRM, 'Monitor Network Subscriptions'||' : '||'Provisioning Status',
552: RL_BODY_ATTRIBUTES, 'xnp_sv_network$sms_fe_map.CreateListJavaScript');