DBA Data[Home] [Help]

APPS.PV_ENTYROUT_PUB_W dependencies on PV_ENTYROUT_PUB

Line 1: package body pv_entyrout_pub_w as

1: package body pv_entyrout_pub_w as
2: /* $Header: pvrwertb.pls 120.0 2005/05/27 16:21:43 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 128: pv_entyrout_pub.create_entyrout(p_api_version_number,

124:
125:
126:
127: -- here's the delegated call to the old PL/SQL routine
128: pv_entyrout_pub.create_entyrout(p_api_version_number,
129: p_init_msg_list,
130: p_commit,
131: p_validation_level,
132: p_identity_resource_id,

Line 255: pv_entyrout_pub.update_entyrout(p_api_version_number,

251:
252:
253:
254: -- here's the delegated call to the old PL/SQL routine
255: pv_entyrout_pub.update_entyrout(p_api_version_number,
256: p_init_msg_list,
257: p_commit,
258: p_validation_level,
259: p_identity_resource_id,

Line 380: pv_entyrout_pub.delete_entyrout(p_api_version_number,

376:
377:
378:
379: -- here's the delegated call to the old PL/SQL routine
380: pv_entyrout_pub.delete_entyrout(p_api_version_number,
381: p_init_msg_list,
382: p_commit,
383: p_validation_level,
384: p_identity_resource_id,

Line 401: end pv_entyrout_pub_w;

397:
398:
399: end;
400:
401: end pv_entyrout_pub_w;