DBA Data[Home] [Help]

APPS.AMV_CATEGORY_GRP_W dependencies on AMV_CATEGORY_GRP

Line 1: package body amv_category_grp_w as

1: package body amv_category_grp_w as
2: /* $Header: amvwcagb.pls 120.2 2005/06/30 07:43 appldev 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 56: amv_category_grp.reorder_category(p_api_version,

52:
53: amv_category_pvt_w.rosetta_table_copy_in_p3(ddp_category_new_order, p_category_new_order);
54:
55: -- here's the delegated call to the old PL/SQL routine
56: amv_category_grp.reorder_category(p_api_version,
57: p_init_msg_list,
58: p_commit,
59: p_validation_level,
60: x_return_status,

Line 134: amv_category_grp.find_categories(p_api_version,

130:
131:
132:
133: -- here's the delegated call to the old PL/SQL routine
134: amv_category_grp.find_categories(p_api_version,
135: p_init_msg_list,
136: p_validation_level,
137: x_return_status,
138: x_msg_count,

Line 208: amv_category_grp.get_channelspercategory(p_api_version,

204:
205:
206:
207: -- here's the delegated call to the old PL/SQL routine
208: amv_category_grp.get_channelspercategory(p_api_version,
209: p_init_msg_list,
210: p_validation_level,
211: x_return_status,
212: x_msg_count,

Line 264: amv_category_grp.get_catparentshierarchy(p_api_version,

260:
261:
262:
263: -- here's the delegated call to the old PL/SQL routine
264: amv_category_grp.get_catparentshierarchy(p_api_version,
265: p_init_msg_list,
266: p_validation_level,
267: x_return_status,
268: x_msg_count,

Line 318: amv_category_grp.get_catchildrenhierarchy(p_api_version,

314:
315:
316:
317: -- here's the delegated call to the old PL/SQL routine
318: amv_category_grp.get_catchildrenhierarchy(p_api_version,
319: p_init_msg_list,
320: p_validation_level,
321: x_return_status,
322: x_msg_count,

Line 374: amv_category_grp.get_chncategoryhierarchy(p_api_version,

370:
371:
372:
373: -- here's the delegated call to the old PL/SQL routine
374: amv_category_grp.get_chncategoryhierarchy(p_api_version,
375: p_init_msg_list,
376: p_validation_level,
377: x_return_status,
378: x_msg_count,

Line 451: amv_category_grp.get_itemspercategory(p_api_version,

447:
448:
449:
450: -- here's the delegated call to the old PL/SQL routine
451: amv_category_grp.get_itemspercategory(p_api_version,
452: p_init_msg_list,
453: p_validation_level,
454: x_return_status,
455: x_msg_count,

Line 487: end amv_category_grp_w;

483: , p12_a2
484: );
485: end;
486:
487: end amv_category_grp_w;