DBA Data[Home] [Help]

APPS.PV_PROCESS_RULES_PUB_W dependencies on PV_PROCESS_RULES_PUB

Line 1: package body pv_process_rules_pub_w as

1: package body pv_process_rules_pub_w as
2: /* $Header: pvrwprub.pls 120.1 2005/09/07 12:03:11 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 131: pv_process_rules_pub.create_process_rules(p_api_version_number,

127:
128:
129:
130: -- here's the delegated call to the old PL/SQL routine
131: pv_process_rules_pub.create_process_rules(p_api_version_number,
132: p_init_msg_list,
133: p_commit,
134: p_validation_level,
135: p_identity_resource_id,

Line 261: pv_process_rules_pub.update_process_rules(p_api_version_number,

257:
258:
259:
260: -- here's the delegated call to the old PL/SQL routine
261: pv_process_rules_pub.update_process_rules(p_api_version_number,
262: p_init_msg_list,
263: p_commit,
264: p_validation_level,
265: p_identity_resource_id,

Line 389: pv_process_rules_pub.delete_process_rules(p_api_version_number,

385:
386:
387:
388: -- here's the delegated call to the old PL/SQL routine
389: pv_process_rules_pub.delete_process_rules(p_api_version_number,
390: p_init_msg_list,
391: p_commit,
392: p_validation_level,
393: p_identity_resource_id,

Line 519: pv_process_rules_pub.copy_process_rules(p_api_version_number,

515:
516:
517:
518: -- here's the delegated call to the old PL/SQL routine
519: pv_process_rules_pub.copy_process_rules(p_api_version_number,
520: p_init_msg_list,
521: p_commit,
522: p_validation_level,
523: p_identity_resource_id,

Line 542: end pv_process_rules_pub_w;

538:
539:
540: end;
541:
542: end pv_process_rules_pub_w;