DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on ICX_ADMIN_SIG

Line 79: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMTH.htm');

75: htp.title(l_title);
76:
77: js.scriptOpen;
78: icx_util.LOVScript;
79: icx_admin_sig.help_win_script('/OA_HTML/'||l_language||'/ICXHLMTH.htm');
80:
81: js.null_alert;
82: js.equal_alert;
83:

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

131:
132: js.scriptClose;
133: htp.headClose;
134:
135: htp.bodyOpen(icx_admin_sig.background);
136: icx_admin_sig.toolbar(language_code => l_language);
137:
138: htp.formOpen(l_agent||'/icx_template_heirarchy.template_insert','POST','','','NAME="Template"');
139:

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

132: js.scriptClose;
133: htp.headClose;
134:
135: htp.bodyOpen(icx_admin_sig.background);
136: icx_admin_sig.toolbar(language_code => l_language);
137:
138: htp.formOpen(l_agent||'/icx_template_heirarchy.template_insert','POST','','','NAME="Template"');
139:
140: htp.tableOpen;

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

210: err_num := SQLCODE;
211: temp_text := SQLERRM;
212: select substr(temp_text,12,512) into err_mesg from dual;
213: icx_util.add_error(err_mesg);
214: icx_admin_sig.error_screen(l_title,l_language);
215:
216: end; -- template_head
217:
218:

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

278:
279: js.scriptClose;
280: htp.headClose;
281:
282: htp.bodyOpen(icx_admin_sig.background);
283:
284: htp.formOpen(l_agent||'/icx_template_heirarchy.template_tail','POST','','','NAME="Tail"');
285:
286: htp.formHidden('p_template',p_template);

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

488: temp_text := SQLERRM;
489: select substr(temp_text,12,512) into err_mesg from dual;
490: fnd_message.set_name('ICX','ICX_ERROR');
491: icx_util.add_error(err_mesg);
492: icx_admin_sig.error_screen(l_title,l_language);
493:
494: end template_tail;
495:
496:

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

552:
553: -- if API call did not succeed, then print errors with standard error page
554: if l_return_status <> 'S' then
555:
556: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
557:
558: else
559:
560: -- repaint header

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

603:
604: -- if API call did not succeed, then print errors with standard error page
605: if l_return_status <> 'S' then
606:
607: icx_admin_sig.error_screen(null,null,l_msg_count,l_msg_data);
608:
609: else
610:
611: -- repaint relationships