DBA Data[Home] [Help]

APPS.PV_ENTYRLS_PUB_W dependencies on PV_ENTYRLS_PUB

Line 1: package body pv_entyrls_pub_w as

1: package body pv_entyrls_pub_w as
2: /* $Header: pvrwerab.pls 120.0 2005/05/27 15:39:19 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 122: pv_entyrls_pub.create_entyrls(p_api_version_number,

118:
119:
120:
121: -- here's the delegated call to the old PL/SQL routine
122: pv_entyrls_pub.create_entyrls(p_api_version_number,
123: p_init_msg_list,
124: p_commit,
125: p_validation_level,
126: p_identity_resource_id,

Line 243: pv_entyrls_pub.update_entyrls(p_api_version_number,

239:
240:
241:
242: -- here's the delegated call to the old PL/SQL routine
243: pv_entyrls_pub.update_entyrls(p_api_version_number,
244: p_init_msg_list,
245: p_commit,
246: p_validation_level,
247: p_identity_resource_id,

Line 362: pv_entyrls_pub.delete_entyrls(p_api_version_number,

358:
359:
360:
361: -- here's the delegated call to the old PL/SQL routine
362: pv_entyrls_pub.delete_entyrls(p_api_version_number,
363: p_init_msg_list,
364: p_commit,
365: p_validation_level,
366: p_identity_resource_id,

Line 383: end pv_entyrls_pub_w;

379:
380:
381: end;
382:
383: end pv_entyrls_pub_w;