DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on HTF

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

1102: htp.tableRowOpen;
1103: htp.tableData(wf_core.translate('WIDTH'),
1104: cattributes => 'VALIGN="MIDDLE"');
1105:
1106: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',
1108: cattributes => 'VALUE="'||l_region.width||'" onChange="javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')"')
1109: || htf.fontClose,
1110: cattributes => 'VALIGN="MIDDLE"');

Line 1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',

1103: htp.tableData(wf_core.translate('WIDTH'),
1104: cattributes => 'VALIGN="MIDDLE"');
1105:
1106: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',
1108: cattributes => 'VALUE="'||l_region.width||'" onChange="javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')"')
1109: || htf.fontClose,
1110: cattributes => 'VALIGN="MIDDLE"');
1111: htp.tableRowClose;

Line 1109: || htf.fontClose,

1105:
1106: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1107: || htf.formText(cname => 'p_region_width', csize => '3', cmaxlength => '3',
1108: cattributes => 'VALUE="'||l_region.width||'" onChange="javascript:applySubmit('''||l_agent||'OracleConfigure.save_editregion'||''')"')
1109: || htf.fontClose,
1110: cattributes => 'VALIGN="MIDDLE"');
1111: htp.tableRowClose;
1112:
1113: -- border

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

1388:
1389:
1390: htp.tableRowOpen;
1391: htp.tableData(cvalue=>wf_core.translate('NEW_PLUG_NAME'), cattributes => 'VALIGN="MIDDLE"');
1392: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1393: || htf.formText(cname => 'p_plug_name', csize => '20', cmaxlength => '80',
1394: cattributes => 'VALUE="'||l_plug_name||'"')||
1395: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
1396: htp.tableRowClose;

Line 1393: || htf.formText(cname => 'p_plug_name', csize => '20', cmaxlength => '80',

1389:
1390: htp.tableRowOpen;
1391: htp.tableData(cvalue=>wf_core.translate('NEW_PLUG_NAME'), cattributes => 'VALIGN="MIDDLE"');
1392: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1393: || htf.formText(cname => 'p_plug_name', csize => '20', cmaxlength => '80',
1394: cattributes => 'VALUE="'||l_plug_name||'"')||
1395: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
1396: htp.tableRowClose;
1397:

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

1391: htp.tableData(cvalue=>wf_core.translate('NEW_PLUG_NAME'), cattributes => 'VALIGN="MIDDLE"');
1392: htp.tableData(htf.fontOpen(cface => 'arial,helvetica')
1393: || htf.formText(cname => 'p_plug_name', csize => '20', cmaxlength => '80',
1394: cattributes => 'VALUE="'||l_plug_name||'"')||
1395: htf.fontClose, cattributes => 'VALIGN="MIDDLE"');
1396: htp.tableRowClose;
1397:
1398: htp.formhidden('p_plug_id', p_plug_id);
1399: htp.p('
');