DBA Data[Home] [Help]

APPS.AMS_ACCESS_PVT_W dependencies on AMS_ACCESS_PVT

Line 1: package body ams_access_pvt_w as

1: package body ams_access_pvt_w as
2: /* $Header: amswaccb.pls 120.1 2005/09/14 13:04:30 anskumar 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 50: ddp_access_rec ams_access_pvt.access_rec_type;

46: , p7_a16 VARCHAR2 := fnd_api.g_miss_char
47: )
48:
49: as
50: ddp_access_rec ams_access_pvt.access_rec_type;
51: ddindx binary_integer; indx binary_integer;
52: begin
53:
54: -- copy data to the local IN or IN-OUT args, if any

Line 82: ams_access_pvt.create_access(p_api_version,

78: ddp_access_rec.delete_flag := p7_a16;
79:
80:
81: -- here's the delegated call to the old PL/SQL routine
82: ams_access_pvt.create_access(p_api_version,
83: p_init_msg_list,
84: p_commit,
85: p_validation_level,
86: x_return_status,

Line 130: ddp_access_rec ams_access_pvt.access_rec_type;

126: , p7_a16 VARCHAR2 := fnd_api.g_miss_char
127: )
128:
129: as
130: ddp_access_rec ams_access_pvt.access_rec_type;
131: ddindx binary_integer; indx binary_integer;
132: begin
133:
134: -- copy data to the local IN or IN-OUT args, if any

Line 161: ams_access_pvt.update_access(p_api_version,

157: ddp_access_rec.owner_flag := p7_a15;
158: ddp_access_rec.delete_flag := p7_a16;
159:
160: -- here's the delegated call to the old PL/SQL routine
161: ams_access_pvt.update_access(p_api_version,
162: p_init_msg_list,
163: p_commit,
164: p_validation_level,
165: x_return_status,

Line 206: ddp_access_rec ams_access_pvt.access_rec_type;

202: , p6_a16 VARCHAR2 := fnd_api.g_miss_char
203: )
204:
205: as
206: ddp_access_rec ams_access_pvt.access_rec_type;
207: ddindx binary_integer; indx binary_integer;
208: begin
209:
210: -- copy data to the local IN or IN-OUT args, if any

Line 236: ams_access_pvt.validate_access(p_api_version,

232: ddp_access_rec.owner_flag := p6_a15;
233: ddp_access_rec.delete_flag := p6_a16;
234:
235: -- here's the delegated call to the old PL/SQL routine
236: ams_access_pvt.validate_access(p_api_version,
237: p_init_msg_list,
238: p_validation_level,
239: x_return_status,
240: x_msg_count,

Line 275: ddp_access_rec ams_access_pvt.access_rec_type;

271: , p0_a16 VARCHAR2 := fnd_api.g_miss_char
272: )
273:
274: as
275: ddp_access_rec ams_access_pvt.access_rec_type;
276: ddindx binary_integer; indx binary_integer;
277: begin
278:
279: -- copy data to the local IN or IN-OUT args, if any

Line 301: ams_access_pvt.check_access_items(ddp_access_rec,

297:
298:
299:
300: -- here's the delegated call to the old PL/SQL routine
301: ams_access_pvt.check_access_items(ddp_access_rec,
302: p_validation_mode,
303: x_return_status);
304:
305: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 348: ddp_access_rec ams_access_pvt.access_rec_type;

344: , p1_a16 VARCHAR2 := fnd_api.g_miss_char
345: )
346:
347: as
348: ddp_access_rec ams_access_pvt.access_rec_type;
349: ddp_complete_rec ams_access_pvt.access_rec_type;
350: ddindx binary_integer; indx binary_integer;
351: begin
352:

Line 349: ddp_complete_rec ams_access_pvt.access_rec_type;

345: )
346:
347: as
348: ddp_access_rec ams_access_pvt.access_rec_type;
349: ddp_complete_rec ams_access_pvt.access_rec_type;
350: ddindx binary_integer; indx binary_integer;
351: begin
352:
353: -- copy data to the local IN or IN-OUT args, if any

Line 392: ams_access_pvt.check_access_record(ddp_access_rec,

388: ddp_complete_rec.delete_flag := p1_a16;
389:
390:
391: -- here's the delegated call to the old PL/SQL routine
392: ams_access_pvt.check_access_record(ddp_access_rec,
393: ddp_complete_rec,
394: x_return_status);
395:
396: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 421: ddx_access_rec ams_access_pvt.access_rec_type;

417: , p0_a16 out nocopy VARCHAR2
418: )
419:
420: as
421: ddx_access_rec ams_access_pvt.access_rec_type;
422: ddindx binary_integer; indx binary_integer;
423: begin
424:
425: -- copy data to the local IN or IN-OUT args, if any

Line 428: ams_access_pvt.init_access_rec(ddx_access_rec);

424:
425: -- copy data to the local IN or IN-OUT args, if any
426:
427: -- here's the delegated call to the old PL/SQL routine
428: ams_access_pvt.init_access_rec(ddx_access_rec);
429:
430: -- copy data back from the local variables to OUT or IN-OUT args, if any
431: p0_a0 := rosetta_g_miss_num_map(ddx_access_rec.activity_access_id);
432: p0_a1 := ddx_access_rec.last_update_date;

Line 487: ddp_access_rec ams_access_pvt.access_rec_type;

483: , p0_a16 VARCHAR2 := fnd_api.g_miss_char
484: )
485:
486: as
487: ddp_access_rec ams_access_pvt.access_rec_type;
488: ddx_complete_rec ams_access_pvt.access_rec_type;
489: ddindx binary_integer; indx binary_integer;
490: begin
491:

Line 488: ddx_complete_rec ams_access_pvt.access_rec_type;

484: )
485:
486: as
487: ddp_access_rec ams_access_pvt.access_rec_type;
488: ddx_complete_rec ams_access_pvt.access_rec_type;
489: ddindx binary_integer; indx binary_integer;
490: begin
491:
492: -- copy data to the local IN or IN-OUT args, if any

Line 513: ams_access_pvt.complete_access_rec(ddp_access_rec,

509: ddp_access_rec.delete_flag := p0_a16;
510:
511:
512: -- here's the delegated call to the old PL/SQL routine
513: ams_access_pvt.complete_access_rec(ddp_access_rec,
514: ddx_complete_rec);
515:
516: -- copy data back from the local variables to OUT or IN-OUT args, if any
517:

Line 549: ddrosetta_retval := ams_access_pvt.check_admin_access(p_resource_id);

545:
546: -- copy data to the local IN or IN-OUT args, if any
547:
548: -- here's the delegated call to the old PL/SQL routine
549: ddrosetta_retval := ams_access_pvt.check_admin_access(p_resource_id);
550:
551: -- copy data back from the local variables to OUT or IN-OUT args, if any
552: if ddrosetta_retval is null
553: then ddrosetta_retval_bool := null;

Line 560: end ams_access_pvt_w;

556: else ddrosetta_retval_bool := 0;
557: end if;
558: end;
559:
560: end ams_access_pvt_w;