DBA Data[Home] [Help]

APPS.PVX_MISC_PVT_W dependencies on PVX_MISC_PVT

Line 1: package body pvx_misc_pvt_w as

1: package body pvx_misc_pvt_w as
2: /* $Header: pvxwmisb.pls 115.18 2002/11/21 08:07:35 anubhavk 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 61: ddp_admin_rec pvx_misc_pvt.admin_rec_type;

57: , p7_a26 NUMBER := 0-1962.0724
58: )
59:
60: as
61: ddp_admin_rec pvx_misc_pvt.admin_rec_type;
62: ddindx binary_integer; indx binary_integer;
63: begin
64:
65: -- copy data to the local IN or IN-OUT args, if any

Line 104: pvx_misc_pvt.admin_access(p_api_version,

100:
101:
102:
103: -- here's the delegated call to the old PL/SQL routine
104: pvx_misc_pvt.admin_access(p_api_version,
105: p_init_msg_list,
106: p_commit,
107: p_validation_level,
108: x_return_status,

Line 166: ddp_admin_rec pvx_misc_pvt.admin_rec_type;

162: , p6_a26 NUMBER := 0-1962.0724
163: )
164:
165: as
166: ddp_admin_rec pvx_misc_pvt.admin_rec_type;
167: ddindx binary_integer; indx binary_integer;
168: begin
169:
170: -- copy data to the local IN or IN-OUT args, if any

Line 209: pvx_misc_pvt.admin_resource(p_api_version,

205:
206:
207:
208: -- here's the delegated call to the old PL/SQL routine
209: pvx_misc_pvt.admin_resource(p_api_version,
210: p_init_msg_list,
211: p_commit,
212: x_return_status,
213: x_msg_count,

Line 270: ddp_admin_rec pvx_misc_pvt.admin_rec_type;

266: , p6_a26 NUMBER := 0-1962.0724
267: )
268:
269: as
270: ddp_admin_rec pvx_misc_pvt.admin_rec_type;
271: ddindx binary_integer; indx binary_integer;
272: begin
273:
274: -- copy data to the local IN or IN-OUT args, if any

Line 312: pvx_misc_pvt.admin_role(p_api_version,

308:
309:
310:
311: -- here's the delegated call to the old PL/SQL routine
312: pvx_misc_pvt.admin_role(p_api_version,
313: p_init_msg_list,
314: p_commit,
315: x_return_status,
316: x_msg_count,

Line 374: ddp_admin_rec pvx_misc_pvt.admin_rec_type;

370: , p6_a26 NUMBER := 0-1962.0724
371: )
372:
373: as
374: ddp_admin_rec pvx_misc_pvt.admin_rec_type;
375: ddindx binary_integer; indx binary_integer;
376: begin
377:
378: -- copy data to the local IN or IN-OUT args, if any

Line 419: pvx_misc_pvt.admin_group(p_api_version,

415:
416:
417:
418: -- here's the delegated call to the old PL/SQL routine
419: pvx_misc_pvt.admin_group(p_api_version,
420: p_init_msg_list,
421: p_commit,
422: x_return_status,
423: x_msg_count,

Line 484: ddp_admin_rec pvx_misc_pvt.admin_rec_type;

480: , p6_a26 NUMBER := 0-1962.0724
481: )
482:
483: as
484: ddp_admin_rec pvx_misc_pvt.admin_rec_type;
485: ddindx binary_integer; indx binary_integer;
486: begin
487:
488: -- copy data to the local IN or IN-OUT args, if any

Line 526: pvx_misc_pvt.admin_group_member(p_api_version,

522:
523:
524:
525: -- here's the delegated call to the old PL/SQL routine
526: pvx_misc_pvt.admin_group_member(p_api_version,
527: p_init_msg_list,
528: p_commit,
529: x_return_status,
530: x_msg_count,

Line 567: ddp_fnd_rec pvx_misc_pvt.fnd_rec_type;

563: , p6_a10 NUMBER := 0-1962.0724
564: )
565:
566: as
567: ddp_fnd_rec pvx_misc_pvt.fnd_rec_type;
568: ddindx binary_integer; indx binary_integer;
569: begin
570:
571: -- copy data to the local IN or IN-OUT args, if any

Line 591: pvx_misc_pvt.update_user(p_api_version,

587: ddp_fnd_rec.resp_id := rosetta_g_miss_num_map(p6_a9);
588: ddp_fnd_rec.resp_app_id := rosetta_g_miss_num_map(p6_a10);
589:
590: -- here's the delegated call to the old PL/SQL routine
591: pvx_misc_pvt.update_user(p_api_version,
592: p_init_msg_list,
593: p_commit,
594: x_return_status,
595: x_msg_count,

Line 629: ddp_fnd_rec pvx_misc_pvt.fnd_rec_type;

625: , p6_a10 NUMBER := 0-1962.0724
626: )
627:
628: as
629: ddp_fnd_rec pvx_misc_pvt.fnd_rec_type;
630: ddindx binary_integer; indx binary_integer;
631: begin
632:
633: -- copy data to the local IN or IN-OUT args, if any

Line 654: pvx_misc_pvt.disable_responsibility(p_api_version,

650: ddp_fnd_rec.resp_app_id := rosetta_g_miss_num_map(p6_a10);
651:
652:
653: -- here's the delegated call to the old PL/SQL routine
654: pvx_misc_pvt.disable_responsibility(p_api_version,
655: p_init_msg_list,
656: p_commit,
657: x_return_status,
658: x_msg_count,

Line 673: end pvx_misc_pvt_w;

669:
670:
671: end;
672:
673: end pvx_misc_pvt_w;