DBA Data[Home] [Help]

APPS.PV_SELCRIT_PUB_W dependencies on PV_SELCRIT_PUB

Line 1: package body pv_selcrit_pub_w as

1: package body pv_selcrit_pub_w as
2: /* $Header: pvrwescb.pls 120.0 2005/05/27 15:52:18 appldev noship $ */
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 114: pv_selcrit_pub.create_selcrit(p_api_version_number,

110:
111:
112:
113: -- here's the delegated call to the old PL/SQL routine
114: pv_selcrit_pub.create_selcrit(p_api_version_number,
115: p_init_msg_list,
116: p_commit,
117: p_validation_level,
118: p_identity_resource_id,

Line 227: pv_selcrit_pub.update_selcrit(p_api_version_number,

223:
224:
225:
226: -- here's the delegated call to the old PL/SQL routine
227: pv_selcrit_pub.update_selcrit(p_api_version_number,
228: p_init_msg_list,
229: p_commit,
230: p_validation_level,
231: p_identity_resource_id,

Line 338: pv_selcrit_pub.delete_selcrit(p_api_version_number,

334:
335:
336:
337: -- here's the delegated call to the old PL/SQL routine
338: pv_selcrit_pub.delete_selcrit(p_api_version_number,
339: p_init_msg_list,
340: p_commit,
341: p_validation_level,
342: p_identity_resource_id,

Line 359: end pv_selcrit_pub_w;

355:
356:
357: end;
358:
359: end pv_selcrit_pub_w;