DBA Data[Home] [Help]

APPS.ICX_TAG dependencies on ICX_TAG

Line 1: PACKAGE BODY icx_tag as

1: PACKAGE BODY icx_tag as
2: /* $Header: ICXTAGB.pls 115.3 99/07/17 03:29:32 porting ship $ */
3:
4: -----------------------------------------------------------
5: PROCEDURE TAG_MAINT is

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 77: v_new_proc := 'icx_tag.tag_det';

73: end loop;
74: end loop ;
75:
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,

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 282: P_HyperTextCall => 'icx_tag.tag_det?p_tag='||v_tag_name||'&p_copy='||p_copy_temp,

278: p_copy_temp := 'Y';
279: icx_util.DynamicButton(P_ButtonText => 'COPY',
280: P_ImageFileName => 'FNDBNEW',
281: P_OnMouseOverText =>'COPY TAG',
282: P_HyperTextCall => 'icx_tag.tag_det?p_tag='||v_tag_name||'&p_copy='||p_copy_temp,
283: P_LanguageCode => v_language_code,
284: P_JavaScriptFlag => FALSE);
285: END IF;
286:

Line 348: P_HyperTextCall => 'icx_tag.tag_det?p_tag='||v_tag_name||'&p_copy='||p_copy_temp,

344: p_copy_temp := 'Y';
345: icx_util.DynamicButton(P_ButtonText => 'COPY',
346: P_ImageFileName => 'FNDBCLR',
347: P_OnMouseOverText =>'COPY TAG',
348: P_HyperTextCall => 'icx_tag.tag_det?p_tag='||v_tag_name||'&p_copy='||p_copy_temp,
349: P_LanguageCode => v_language_code,
350: P_JavaScriptFlag => FALSE);
351:
352: END IF;

Line 406: icx_tag.tag_maint;

402: sysdate,
403: sysdate,
404: -1);
405: END IF;
406: icx_tag.tag_maint;
407: exception
408: when others then
409: htp.p(sqlerrm);
410:

Line 415: end icx_tag;

411:
412: END update_tag_det;
413:
414:
415: end icx_tag;
416: