DBA Data[Home] [Help]

APPS.ICX_TAG dependencies on HTP

Line 24: htp.htmlOpen;

20: IF icx_sec.validateSession THEN
21: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
22: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
23:
24: htp.htmlOpen;
25: htp.title('HTML Template Tags');
26: htp.headOpen;
27: js.scriptOpen;
28:

Line 25: htp.title('HTML Template Tags');

21: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
22: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
23:
24: htp.htmlOpen;
25: htp.title('HTML Template Tags');
26: htp.headOpen;
27: js.scriptOpen;
28:
29: /****** Assigns the help page and paints the toolbar *******/

Line 26: htp.headOpen;

22: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
23:
24: htp.htmlOpen;
25: htp.title('HTML Template Tags');
26: htp.headOpen;
27: js.scriptOpen;
28:
29: /****** Assigns the help page and paints the toolbar *******/
30:

Line 39: htp.p('

'||v_title||'

');

35:
36: /***** Gets the title of the page *******/
37:
38: icx_util.getprompts(601,'ICX_TEMPL_TAG_HDR_R',v_title,v_prompts);
39: htp.p('

'||v_title||'

');
40: htp.p('');
41:
42:
43: htp.headClose;

Line 40: htp.p('');

36: /***** Gets the title of the page *******/
37:
38: icx_util.getprompts(601,'ICX_TEMPL_TAG_HDR_R',v_title,v_prompts);
39: htp.p('

'||v_title||'

');
40: htp.p('');
41:
42:
43: htp.headClose;
44: js.scriptClose;

Line 43: htp.headClose;

39: htp.p('

'||v_title||'

');
40: htp.p('');
41:
42:
43: htp.headClose;
44: js.scriptClose;
45:
46: v_order_by := 'TAG_NAME';
47: /*****Prints the tags ******/

Line 69: htp.p(''||v_tag_val||'');

65: if ak_query_pkg.g_items_table(k).secured_column = 'F' and
66: ak_query_pkg.g_items_table(k).node_display_flag = 'Y' and
67: ak_query_pkg.g_items_table(k).value_id is not NULL then
68: v_tag_val := (v_line_table(ak_query_pkg.g_items_table(k).value_id));
69: htp.p(''||v_tag_val||'');
70: htp.p('
');
71:
72: end if;
73: end loop;

Line 70: htp.p('
');

66: ak_query_pkg.g_items_table(k).node_display_flag = 'Y' and
67: ak_query_pkg.g_items_table(k).value_id is not NULL then
68: v_tag_val := (v_line_table(ak_query_pkg.g_items_table(k).value_id));
69: htp.p(''||v_tag_val||'');
70: htp.p('
');
71:
72: end if;
73: end loop;
74: end loop ;

Line 80: htp.p('

');

76: /***********Paint New Button*********/
77: v_new_proc := 'icx_tag.tag_det';
78: v_new_prompt := 'ADD NEW TAG';
79:
80: htp.p('

');
81: icx_util.DynamicButton(P_ButtonText => v_new_prompt,
82: P_ImageFileName => 'FNDBNEW',
83: P_OnMouseOverText => v_new_prompt,
84: P_HyperTextCall => v_new_proc,

Line 90: htp.bodyOpen('','BGCOLOR="#CCFFCC"');

86: P_JavaScriptFlag => FALSE);
87:
88: else
89:
90: htp.bodyOpen('','BGCOLOR="#CCFFCC"');
91: fnd_message.set_name('ICX','ICX_NO_RECORDS_FOUND');
92: htp.p('

'||fnd_message.get||'

');
93: htp.bodyClose;
94:

Line 92: htp.p('

'||fnd_message.get||'

');

88: else
89:
90: htp.bodyOpen('','BGCOLOR="#CCFFCC"');
91: fnd_message.set_name('ICX','ICX_NO_RECORDS_FOUND');
92: htp.p('

'||fnd_message.get||'

');
93: htp.bodyClose;
94:
95: end if;
96:

Line 93: htp.bodyClose;

89:
90: htp.bodyOpen('','BGCOLOR="#CCFFCC"');
91: fnd_message.set_name('ICX','ICX_NO_RECORDS_FOUND');
92: htp.p('

'||fnd_message.get||'

');
93: htp.bodyClose;
94:
95: end if;
96:
97:

Line 133: htp.htmlOpen;

129: IF icx_sec.validateSession THEN
130: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
131: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
132:
133: htp.htmlOpen;
134: htp.title('HTML Template Tags');
135: htp.headOpen;
136: js.scriptOpen;
137:

Line 134: htp.title('HTML Template Tags');

130: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
131: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
132:
133: htp.htmlOpen;
134: htp.title('HTML Template Tags');
135: htp.headOpen;
136: js.scriptOpen;
137:
138:

Line 135: htp.headOpen;

131: v_help_url := '/OA_DOC/' || v_language_code ||'/awc' || '/icxstim.htm';
132:
133: htp.htmlOpen;
134: htp.title('HTML Template Tags');
135: htp.headOpen;
136: js.scriptOpen;
137:
138:
139: htp.p('function submit_request() {

Line 139: htp.p('function submit_request() {

135: htp.headOpen;
136: js.scriptOpen;
137:
138:
139: htp.p('function submit_request() {
140: var name_msg = "Please enter values for all the fields"
141: if (document.enter_tag.p_tag_name.value == "")
142: { alert(name_msg);}
143: else if (document.enter_tag.p_tag_description.value =="")

Line 153: htp.p('function revert() {

149: }
150: ');
151:
152:
153: htp.p('function revert() {
154: document.enter_tag.reset() }');
155:
156:
157: /****** Assigns the help page and paints the toolbar *******/

Line 166: htp.p('

'||v_title||'

');

162:
163: /***** Gets the title of the page *******/
164:
165: icx_util.getprompts(601,'ICX_TEMPL_TAG_DTLS_R',v_title,v_prompts);
166: htp.p('

'||v_title||'

');
167: htp.p('');
168:
169:
170: htp.headClose;

Line 167: htp.p('');

163: /***** Gets the title of the page *******/
164:
165: icx_util.getprompts(601,'ICX_TEMPL_TAG_DTLS_R',v_title,v_prompts);
166: htp.p('

'||v_title||'

');
167: htp.p('');
168:
169:
170: htp.headClose;
171: js.scriptClose;

Line 170: htp.headClose;

166: htp.p('

'||v_title||'

');
167: htp.p('');
168:
169:
170: htp.headClose;
171: js.scriptClose;
172:
173:
174: htp.formOpen('icx_tag.update_tag_det','POST','','','NAME="enter_tag"');

Line 174: htp.formOpen('icx_tag.update_tag_det','POST','','','NAME="enter_tag"');

170: htp.headClose;
171: js.scriptClose;
172:
173:
174: htp.formOpen('icx_tag.update_tag_det','POST','','','NAME="enter_tag"');
175:
176: /************Prints the page for a new or unprotected tag*******************/
177:
178: IF p_tag IS NOT NULL THEN

Line 200: htp.tableOpen;

196:
197:
198: IF v_protected = 'N' OR p_tag is null OR p_copy = 'Y' THEN
199:
200: htp.tableOpen;
201: htp.tableRowOpen;
202: htp.p(''||v_prompts(1)||'');
203:
204: /**********Leave the name field blank if it is being copied **************/

Line 201: htp.tableRowOpen;

197:
198: IF v_protected = 'N' OR p_tag is null OR p_copy = 'Y' THEN
199:
200: htp.tableOpen;
201: htp.tableRowOpen;
202: htp.p(''||v_prompts(1)||'');
203:
204: /**********Leave the name field blank if it is being copied **************/
205: IF p_copy ='Y' then

Line 202: htp.p(''||v_prompts(1)||'');

198: IF v_protected = 'N' OR p_tag is null OR p_copy = 'Y' THEN
199:
200: htp.tableOpen;
201: htp.tableRowOpen;
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'));

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;

Line 210: htp.tableRowClose;

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;
213: htp.p(''||v_prompts(2)||'');
214: htp.p('');

Line 212: htp.tableRowOpen;

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;
213: htp.p(''||v_prompts(2)||'');
214: htp.p('');
215: htp.formSelectOpen ('p_application_id');
216: open c_application;

Line 213: htp.p(''||v_prompts(2)||'');

209: END IF;
210: htp.tableRowClose;
211:
212: htp.tableRowOpen;
213: htp.p(''||v_prompts(2)||'');
214: htp.p('');
215: htp.formSelectOpen ('p_application_id');
216: open c_application;
217: loop

Line 214: htp.p('');

210: htp.tableRowClose;
211:
212: htp.tableRowOpen;
213: htp.p(''||v_prompts(2)||'');
214: htp.p('');
215: htp.formSelectOpen ('p_application_id');
216: open c_application;
217: loop
218: fetch c_application into l_application_id, l_application_name;

Line 215: htp.formSelectOpen ('p_application_id');

211:
212: htp.tableRowOpen;
213: htp.p(''||v_prompts(2)||'');
214: htp.p('');
215: htp.formSelectOpen ('p_application_id');
216: open c_application;
217: loop
218: fetch c_application into l_application_id, l_application_name;
219: IF c_application%notfound then exit;

Line 222: htp.p('

218: fetch c_application into l_application_id, l_application_name;
219: IF c_application%notfound then exit;
220: END IF;
221: IF v_application_id = l_application_id THEN
222: htp.p('223: ELSIF
224: l_application_id = 178 THEN
225: htp.p('

Line 225: htp.p('

221: IF v_application_id = l_application_id THEN
222: htp.p('

Line 227: htp.p('

223: ELSIF
224: l_application_id = 178 THEN
225: htp.p('

Line 230: htp.p('

226: ELSE
227: htp.p('

Line 231: htp.p('

227: htp.p('

Line 232: htp.tableRowClose;

228: END IF;
229: end loop;
230: htp.p(' 231: htp.p(' 232: htp.tableRowClose;
233:
234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');

Line 234: htp.tableRowOpen;

230: htp.p(' 231: htp.p(' 232: htp.tableRowClose;
233:
234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');

Line 235: htp.p(''||v_prompts(3)||'');

231: htp.p(' 232: htp.tableRowClose;
233:
234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');
239: htp.tableRowClose;

Line 236: htp.p('');

232: htp.tableRowClose;
233:
234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');
239: htp.tableRowClose;
240:

Line 237: htp.p('');

233:
234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');
239: htp.tableRowClose;
240:
241:

Line 238: htp.p('');

234: htp.tableRowOpen;
235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');
239: htp.tableRowClose;
240:
241:
242: htp.tableRowOpen;

Line 239: htp.tableRowClose;

235: htp.p(''||v_prompts(3)||'');
236: htp.p('');
237: htp.p('');
238: htp.p('');
239: htp.tableRowClose;
240:
241:
242: htp.tableRowOpen;
243: htp.p(''||v_prompts(4)||'');

Line 242: htp.tableRowOpen;

238: htp.p('');
239: htp.tableRowClose;
240:
241:
242: htp.tableRowOpen;
243: htp.p(''||v_prompts(4)||'');
244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');

Line 243: htp.p(''||v_prompts(4)||'');

239: htp.tableRowClose;
240:
241:
242: htp.tableRowOpen;
243: htp.p(''||v_prompts(4)||'');
244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');

Line 244: htp.p('');

240:
241:
242: htp.tableRowOpen;
243: htp.p(''||v_prompts(4)||'');
244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');
248: htp.tableRowClose;

Line 246: htp.p('');

242: htp.tableRowOpen;
243: htp.p(''||v_prompts(4)||'');
244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');
248: htp.tableRowClose;
249: htp.tableRowOpen;
250: htp.p(''||v_prompts(5)||'');

Line 247: htp.p('');

243: htp.p(''||v_prompts(4)||'');
244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');
248: htp.tableRowClose;
249: htp.tableRowOpen;
250: htp.p(''||v_prompts(5)||'');
251:

Line 248: htp.tableRowClose;

244: htp.p('');
245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');
248: htp.tableRowClose;
249: htp.tableRowOpen;
250: htp.p(''||v_prompts(5)||'');
251:
252: htp.p('');

Line 249: htp.tableRowOpen;

245: v_replacement_text_temp := (''||v_replacement_text||'');
246: htp.p('');
247: htp.p('');
248: htp.tableRowClose;
249: htp.tableRowOpen;
250: htp.p(''||v_prompts(5)||'');
251:
252: htp.p('');
253: htp.p('');
247: htp.p('');
248: htp.tableRowClose;
249: htp.tableRowOpen;
250: htp.p(''||v_prompts(5)||'');
251:
252: htp.p('');
253: htp.p('');
254: htp.p('

Line 253: htp.p('');
254: htp.p('