DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION_UTIL_PUB dependencies on HTF

Line 116: the htf.anchor2 web server call because the anchor2 created an

112:
113: The creation of the anchor from the summary frame to the detail
114: frame was very complex so I've extracted the function into its
115: own routine. I used the straight tabledata call rather than
116: the htf.anchor2 web server call because the anchor2 created an
117: HREF string that would never seem to create the proper syntax
118:
119: How this call works is that the A HREF is preceeded by the indent
120: characters. This is so the indent characters are not part of the

Line 748: htf.formcheckbox(

744: */
745: IF (p_image_name IS NOT NULL) THEN
746: htp.tableData(
747: cvalue=>
748: htf.formcheckbox(
749: cname=>p_name,
750: cvalue=>p_value,
751: cchecked=>p_checked,
752: cattributes=>NULL)||' '||

Line 753: htf.img(

749: cname=>p_name,
750: cvalue=>p_value,
751: cchecked=>p_checked,
752: cattributes=>NULL)||' '||
753: htf.img(
754: curl=>wfa_html.image_loc||p_image_name,
755: calign=>'absmiddle',
756: calt=>null,
757: cismap=>null,

Line 766: htf.formcheckbox(

762: ELSE
763:
764: htp.tableData(
765: cvalue=>
766: htf.formcheckbox(
767: cname=>p_name,
768: cvalue=>p_value,
769: cchecked=>p_checked,
770: cattributes=>NULL)||