DBA Data[Home] [Help]

APPS.AMV_SEARCH_GRP_W dependencies on AMV_SEARCH_GRP

Line 1: package body amv_search_grp_w as

1: package body amv_search_grp_w as
2: /* $Header: amvwsrgb.pls 120.2 2005/06/30 08:44 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 61: amv_search_grp.find_repositories(p_api_version,

57:
58:
59:
60: -- here's the delegated call to the old PL/SQL routine
61: amv_search_grp.find_repositories(p_api_version,
62: p_init_msg_list,
63: p_validation_level,
64: x_return_status,
65: x_msg_count,

Line 146: amv_search_grp.find_repository_areas(p_api_version,

142: ddp_searcharea_obj.object_version_number := rosetta_g_miss_num_map(p7_a7);
143:
144:
145: -- here's the delegated call to the old PL/SQL routine
146: amv_search_grp.find_repository_areas(p_api_version,
147: p_init_msg_list,
148: p_validation_level,
149: x_return_status,
150: x_msg_count,

Line 253: amv_search_grp.content_search(p_api_version,

249:
250:
251:
252: -- here's the delegated call to the old PL/SQL routine
253: amv_search_grp.content_search(p_api_version,
254: p_init_msg_list,
255: p_validation_level,
256: x_return_status,
257: x_msg_count,

Line 309: end amv_search_grp_w;

305: , p19_a8
306: );
307: end;
308:
309: end amv_search_grp_w;