DBA Data[Home] [Help]

APPS.PV_SELATTVAL_PUB_W dependencies on PV_SELATTVAL_PUB

Line 1: package body pv_selattval_pub_w as

1: package body pv_selattval_pub_w as
2: /* $Header: pvrwsavb.pls 115.4 2003/09/24 22:10:59 pklin 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 112: pv_selattval_pub.create_selattval(p_api_version_number,

108:
109:
110:
111: -- here's the delegated call to the old PL/SQL routine
112: pv_selattval_pub.create_selattval(p_api_version_number,
113: p_init_msg_list,
114: p_commit,
115: p_validation_level,
116: p_identity_resource_id,

Line 223: pv_selattval_pub.update_selattval(p_api_version_number,

219:
220:
221:
222: -- here's the delegated call to the old PL/SQL routine
223: pv_selattval_pub.update_selattval(p_api_version_number,
224: p_init_msg_list,
225: p_commit,
226: p_validation_level,
227: p_identity_resource_id,

Line 332: pv_selattval_pub.delete_selattval(p_api_version_number,

328:
329:
330:
331: -- here's the delegated call to the old PL/SQL routine
332: pv_selattval_pub.delete_selattval(p_api_version_number,
333: p_init_msg_list,
334: p_commit,
335: p_validation_level,
336: p_identity_resource_id,

Line 353: end pv_selattval_pub_w;

349:
350:
351: end;
352:
353: end pv_selattval_pub_w;