DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on HTF

Line 285: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')

281: htp.tableRowOpen;
282: htp.tableData(wf_core.translate('NEW_PAGE_NAME'),
283: cattributes => 'VALIGN="MIDDLE"');
284:
285: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
286: || htf.formText(cname => 'p_page_name', csize => '20', cmaxlength => '30',
287: cattributes => 'VALUE="'||l_page_name||'"')|| --mputman removed onClick
288: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
289: htp.tableRowClose;

Line 286: || htf.formText(cname => 'p_page_name', csize => '20', cmaxlength => '30',

282: htp.tableData(wf_core.translate('NEW_PAGE_NAME'),
283: cattributes => 'VALIGN="MIDDLE"');
284:
285: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
286: || htf.formText(cname => 'p_page_name', csize => '20', cmaxlength => '30',
287: cattributes => 'VALUE="'||l_page_name||'"')|| --mputman removed onClick
288: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
289: htp.tableRowClose;
290: htp.formHidden('p_mode',p_mode);

Line 288: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');

284:
285: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
286: || htf.formText(cname => 'p_page_name', csize => '20', cmaxlength => '30',
287: cattributes => 'VALUE="'||l_page_name||'"')|| --mputman removed onClick
288: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
289: htp.tableRowClose;
290: htp.formHidden('p_mode',p_mode);
291:
292: end if;