DBA Data[Home] [Help]

APPS.ICX_TEMPLATE_HEIRARCHY dependencies on ICX_TEMPLATE_HEIRARCHY

Line 1: package body icx_template_heirarchy as

1: package body icx_template_heirarchy as
2: /* $Header: ICXTMPHB.pls 115.5 99/07/17 03:29:42 porting ship $ */
3:
4:
5:

Line 22:

18: htp.title(l_title);
19: htp.headClose;
20:
21: htp.p('
22:
23:
24: ');
25:
26:

Line 23:

19: htp.headClose;
20:
21: htp.p('
22:
23:
24: ');
25:
26:
27: htp.p('');

Line 138: htp.formOpen(l_agent||'/icx_template_heirarchy.template_insert','POST','','','NAME="Template"');

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;
141: htp.tableRowOpen;
142: htp.tableData('

'||l_title||'

');

Line 275: open('''||l_agent||'/ICX_TEMPLATE_HEIRARCHY.template_delete?icx_template1='' + html_template + ''&icx_related_template='' + html_related_template,''tail'')

271: -- javascript function to confirm delete of relationship
272: FND_MESSAGE.Set_name('ICX','ICX_DELETE');
273: htp.p('function delete_relation(template, related_template, html_template, html_related_template) {
274: if (confirm("'||icx_util.replace_onMouseOver_quotes(FND_MESSAGE.Get)||': " + template + " - " + related_template)) {
275: open('''||l_agent||'/ICX_TEMPLATE_HEIRARCHY.template_delete?icx_template1='' + html_template + ''&icx_related_template='' + html_related_template,''tail'')
276: }
277: }');
278:
279: js.scriptClose;

Line 284: htp.formOpen(l_agent||'/icx_template_heirarchy.template_tail','POST','','','NAME="Tail"');

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);
287: htp.formHidden('p_start_row',p_start_row);
288: htp.formHidden('p_end_row',p_end_row);

Line 561: icx_template_heirarchy.template_head(icx_template1,'T');

557:
558: else
559:
560: -- repaint header
561: icx_template_heirarchy.template_head(icx_template1,'T');
562:
563: end if;
564:
565:

Line 612: icx_template_heirarchy.template_tail(l_icx_template1);

608:
609: else
610:
611: -- repaint relationships
612: icx_template_heirarchy.template_tail(l_icx_template1);
613:
614: end if;
615:
616:

Line 624: end icx_template_heirarchy;

620:
621:
622:
623:
624: end icx_template_heirarchy;