DBA Data[Home] [Help]

APPS.ICX_TAG dependencies on HTF

Line 206: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40'));

202: htp.p(''||v_prompts(1)||'');
203:
204: /**********Leave the name field blank if it is being copied **************/
205: IF p_copy ='Y' then
206: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40'));
207: ELSE
208: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40', cvalue => v_tag_name));
209: END IF;
210: htp.tableRowClose;

Line 208: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40', cvalue => v_tag_name));

204: /**********Leave the name field blank if it is being copied **************/
205: IF p_copy ='Y' then
206: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40'));
207: ELSE
208: htp.tableData(cvalue => htf.formText(cname => 'p_tag_name', csize => '40', cvalue => v_tag_name));
209: END IF;
210: htp.tableRowClose;
211:
212: htp.tableRowOpen;