DBA Data[Home] [Help]

APPS.ICX_TAG dependencies on JS

Line 27: js.scriptOpen;

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:
31: icx_admin_sig.help_win_script('/OA_DOC/'||v_language_code||'/awc/FILL_IN_LATER.htm');

Line 32: js.scriptClose;

28:
29: /****** Assigns the help page and paints the toolbar *******/
30:
31: icx_admin_sig.help_win_script('/OA_DOC/'||v_language_code||'/awc/FILL_IN_LATER.htm');
32: js.scriptClose;
33: icx_admin_sig.toolbar(language_code => v_language_code);
34:
35:
36: /***** Gets the title of the page *******/

Line 44: js.scriptClose;

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

Line 136: js.scriptOpen;

132:
133: htp.htmlOpen;
134: htp.title('HTML Template Tags');
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"

Line 160: js.scriptClose;

156:
157: /****** Assigns the help page and paints the toolbar *******/
158:
159: icx_admin_sig.help_win_script('/OA_DOC/'||v_language_code||'/awc/FILL_IN_LATER.htm');
160: js.scriptClose;
161: icx_admin_sig.toolbar(language_code => v_language_code);
162:
163: /***** Gets the title of the page *******/
164:

Line 171: js.scriptClose;

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"');
175: