DBA Data[Home] [Help]

APPS.WF_ITEM_DEFINITION dependencies on HTF

Line 210: htp.tableData(cvalue=>htf.formText(cname=>'p_effective_date',

206: ** Set the default Effective Date value based on the l_expected_format
207: */
208: l_char_date := TO_CHAR(SYSDATE, l_expected_format);
209:
210: htp.tableData(cvalue=>htf.formText(cname=>'p_effective_date',
211: csize=>'30',
212: cmaxlength=>'240',
213: cvalue=>l_char_date,
214: cattributes=>'id="i_effective_date"'),