DBA Data[Home] [Help]

APPS.WF_PLUG dependencies on HTF

Line 290: htp.tableData(htf.formText(cname=>'fromuser', csize=>'30',

286: htp.tableData(cvalue=>wf_core.translate('NOTIF_FROM'), calign=>'right');
287:
288: IF (fromuser = '*') THEN
289:
290: htp.tableData(htf.formText(cname=>'fromuser', csize=>'30',
291: cvalue=>'', cmaxlength=>'30'));
292:
293: ELSE
294:

Line 295: htp.tableData(htf.formText(cname=>'fromuser', csize=>'30',

291: cvalue=>'', cmaxlength=>'30'));
292:
293: ELSE
294:
295: htp.tableData(htf.formText(cname=>'fromuser', csize=>'30',
296: cvalue=>fromuser, cmaxlength=>'30'));
297:
298: END IF;
299:

Line 358: htp.tableData(htf.formText(cname=>'beg_sent', csize=>'5',

354:
355: END IF;
356:
357:
358: htp.tableData(htf.formText(cname=>'beg_sent', csize=>'5',
359: cvalue=>lbeg_sent, cmaxlength=>'5'));
360:
361:
362: htp.tableRowClose;

Line 387: cvalue=>htf.formcheckbox(

383:
384: END IF;
385:
386: htp.tableData(
387: cvalue=>htf.formcheckbox(
388: cname=>'HPRIORITY',
389: cvalue=>'H',
390: cchecked=>lchecked)||
391: ' '||wf_core.translate('HIGH_MESSAGES')||'   ',

Line 412: cvalue=>htf.formcheckbox(

408:
409: END IF;
410:
411: htp.tableData(
412: cvalue=>htf.formcheckbox(
413: cname=>'MPRIORITY',
414: cvalue=>'M',
415: cchecked=>lchecked)||
416: ' '||wf_core.translate('MEDIUM_MESSAGES')||'   ',

Line 437: cvalue=>htf.formcheckbox(

433:
434: END IF;
435:
436: htp.tableData(
437: cvalue=>htf.formcheckbox(
438: cname=>'LPRIORITY',
439: cvalue=>'L',
440: cchecked=>lchecked)||
441: ' '||wf_core.translate('LOW_MESSAGES')||'   ',

Line 911: htp.tableData(cvalue=>htf.img(curl=>n_priority));

907: htp.tableData(cvalue=>' ');
908:
909: ELSE
910:
911: htp.tableData(cvalue=>htf.img(curl=>n_priority));
912:
913: END IF;
914:
915: FOR l_record_num IN 1..l_worklist_col_definition.count LOOP

Line 934: htf.anchor(owa_util.get_owa_service_path||

930: Wfa_Html_Util.GetDenormalizedValues(notrec.nid, userenv('LANG'),
931: nf_from_user, nf_to_user, nf_subject);
932:
933: htp.tableData(cvalue=>''||
934: htf.anchor(owa_util.get_owa_service_path||
935: Wfa_Sec.DetailURL(notrec.nid),
936: ctext=>nf_subject, cattributes=>'TARGET="_top"'),
937: calign=>'left');
938:

Line 942: htf.anchor(owa_util.get_owa_service_path||

938:
939: else
940:
941: htp.tableData( cvalue=>''||
942: htf.anchor(owa_util.get_owa_service_path||
943: Wfa_Sec.DetailURL(notrec.nid),
944: ctext=>notrec.subject, cattributes=>'TARGET="_top"'),
945: calign=>'left');
946:

Line 1327: htp.tableData(htf.br);

1323: htp.tableOpen; -- Show me only
1324:
1325: -- Add blank row
1326: htp.tableRowOpen;
1327: htp.tableData(htf.br);
1328: htp.tableRowClose;
1329:
1330: find_criteria (username=>l_username,
1331: status=>l_worklist_definition.where_status,

Line 1346: htp.tableData(htf.br);

1342: customize=>'Y');
1343:
1344: -- Add blank row
1345: htp.tableRowOpen;
1346: htp.tableData(htf.br);
1347: htp.tableRowClose;
1348:
1349: htp.formHidden(cname=>'definition_exists', cvalue=>l_definition_exists);
1350: htp.tableClose; -- Show me only