DBA Data[Home] [Help]

APPS.ICX_CAT dependencies on ICX_ADMIN_SIG

Line 87: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMCH.htm');

83:
84: htp.title(l_title);
85:
86: js.scriptOpen;
87: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMCH.htm');
88: icx_util.LOVScript;
89: js.null_alert;
90: js.equal_alert;
91:

Line 161: htp.bodyOpen(icx_admin_sig.background);

157: }');
158:
159: js.scriptClose;
160: htp.headClose;
161: htp.bodyOpen(icx_admin_sig.background);
162: icx_admin_sig.toolbar(language_code => l_language);
163:
164: htp.formOpen(l_agent||'/icx_cat.cat_insert','POST','','','NAME="Category"');
165:

Line 162: icx_admin_sig.toolbar(language_code => l_language);

158:
159: js.scriptClose;
160: htp.headClose;
161: htp.bodyOpen(icx_admin_sig.background);
162: icx_admin_sig.toolbar(language_code => l_language);
163:
164: htp.formOpen(l_agent||'/icx_cat.cat_insert','POST','','','NAME="Category"');
165:
166: htp.tableOpen;

Line 254: icx_admin_sig.error_screen(l_title,l_language);

250: err_num := SQLCODE;
251: temp_text := SQLERRM;
252: select substr(temp_text,12,512) into err_mesg from dual;
253: icx_util.add_error(err_mesg);
254: icx_admin_sig.error_screen(l_title,l_language);
255:
256: end; -- cat_head
257:
258:

Line 320: htp.bodyOpen(icx_admin_sig.background);

316:
317: js.scriptClose;
318: htp.headClose;
319:
320: htp.bodyOpen(icx_admin_sig.background);
321:
322: htp.formOpen(l_agent||'/icx_cat.cat_tail','POST','','','NAME="Tail"');
323:
324: htp.formHidden('p_category_set_id',p_category_set_id);

Line 556: icx_admin_sig.error_screen(l_title,l_language);

552: err_num := SQLCODE;
553: temp_text := SQLERRM;
554: select substr(temp_text,12,512) into err_mesg from dual;
555: icx_util.add_error(err_mesg);
556: icx_admin_sig.error_screen(l_title,l_language);
557:
558: end cat_tail;
559:
560:

Line 629: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);

625:
626: -- if API call did not succeed, then print errors with standard error page
627: if l_return_status <> 'S' then
628:
629: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
630:
631: else
632:
633: -- repaint header

Line 687: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);

683:
684: -- if API call did not succeed, then print errors with standard error page
685: if l_return_status <> 'S' then
686:
687: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
688:
689: else
690:
691: -- repaint relationships