DBA Data[Home] [Help]

APPS.IBE_TPLCATEGORY_GRP_W dependencies on IBE_TPLCATEGORY_GRP_W

Line 1: package body ibe_tplcategory_grp_w as

1: package body ibe_tplcategory_grp_w as
2: /* $Header: IBEGRTGB.pls 115.1 2002/12/18 07:10:23 schak ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 168: ibe_tplcategory_grp_w.rosetta_table_copy_in_p2(ddp_category_id_tbl, p_category_id_tbl);

164:
165:
166:
167:
168: ibe_tplcategory_grp_w.rosetta_table_copy_in_p2(ddp_category_id_tbl, p_category_id_tbl);
169:
170: -- here's the delegated call to the old PL/SQL routine
171: ibe_tplcategory_grp.add_tpl_ctg(p_api_version,
172: p_init_msg_list,

Line 211: ibe_tplcategory_grp_w.rosetta_table_copy_in_p4(ddp_tpl_ctg_id_tbl, p_tpl_ctg_id_tbl);

207:
208:
209:
210:
211: ibe_tplcategory_grp_w.rosetta_table_copy_in_p4(ddp_tpl_ctg_id_tbl, p_tpl_ctg_id_tbl);
212:
213: -- here's the delegated call to the old PL/SQL routine
214: ibe_tplcategory_grp.delete_tpl_ctg_relation(p_api_version,
215: p_init_msg_list,

Line 254: ibe_tplcategory_grp_w.rosetta_table_copy_in_p3(ddp_template_id_tbl, p_template_id_tbl);

250:
251:
252:
253:
254: ibe_tplcategory_grp_w.rosetta_table_copy_in_p3(ddp_template_id_tbl, p_template_id_tbl);
255:
256: -- here's the delegated call to the old PL/SQL routine
257: ibe_tplcategory_grp.add_ctg_tpl(p_api_version,
258: p_init_msg_list,

Line 276: end ibe_tplcategory_grp_w;

272:
273:
274: end;
275:
276: end ibe_tplcategory_grp_w;