DBA Data[Home] [Help]

APPS.AMS_EVTREGS_PVT_W dependencies on AMS_EVTREGS_PVT

Line 1: package body ams_evtregs_pvt_w as

1: package body ams_evtregs_pvt_w as
2: /* $Header: amswregb.pls 115.13 2004/04/08 09:12:18 anchaudh 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 106: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

102: , p4_a69 DATE := fnd_api.g_miss_date
103: , p4_a70 VARCHAR2 := fnd_api.g_miss_char
104: )
105: as
106: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
107: ddindx binary_integer; indx binary_integer;
108: begin
109:
110: -- copy data to the local IN or IN-OUT args, if any

Line 195: ams_evtregs_pvt.create_evtregs(p_api_version_number,

191:
192:
193:
194: -- here's the delegated call to the old PL/SQL routine
195: ams_evtregs_pvt.create_evtregs(p_api_version_number,
196: p_init_msg_list,
197: p_commit,
198: p_validation_level,
199: ddp_evt_regs_rec,

Line 303: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

299: , p4_a69 DATE := fnd_api.g_miss_date
300: , p4_a70 VARCHAR2 := fnd_api.g_miss_char
301: )
302: as
303: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
304: ddindx binary_integer; indx binary_integer;
305: begin
306:
307: -- copy data to the local IN or IN-OUT args, if any

Line 389: ams_evtregs_pvt.update_evtregs(p_api_version_number,

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

Line 493: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

489: , p4_a69 DATE := fnd_api.g_miss_date
490: , p4_a70 VARCHAR2 := fnd_api.g_miss_char
491: )
492: as
493: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
494: ddindx binary_integer; indx binary_integer;
495: begin
496:
497: -- copy data to the local IN or IN-OUT args, if any

Line 581: ams_evtregs_pvt.update_evtregs_wrapper(p_api_version_number,

577:
578:
579:
580: -- here's the delegated call to the old PL/SQL routine
581: ams_evtregs_pvt.update_evtregs_wrapper(p_api_version_number,
582: p_init_msg_list,
583: p_commit,
584: p_validation_level,
585: ddp_evt_regs_rec,

Line 681: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

677: , p0_a69 DATE := fnd_api.g_miss_date
678: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
679: )
680: as
681: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
682: ddindx binary_integer; indx binary_integer;
683: begin
684:
685: -- copy data to the local IN or IN-OUT args, if any

Line 761: ams_evtregs_pvt.check_evtregs_items(ddp_evt_regs_rec,

757:
758:
759:
760: -- here's the delegated call to the old PL/SQL routine
761: ams_evtregs_pvt.check_evtregs_items(ddp_evt_regs_rec,
762: p_validation_mode,
763: x_return_status);
764:
765: -- copy data back from the local OUT or IN-OUT args, if any

Line 844: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

840: , p0_a69 DATE := fnd_api.g_miss_date
841: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
842: )
843: as
844: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
845: ddindx binary_integer; indx binary_integer;
846: begin
847:
848: -- copy data to the local IN or IN-OUT args, if any

Line 923: ams_evtregs_pvt.check_evtregs_req_items(ddp_evt_regs_rec,

919: ddp_evt_regs_rec.meeting_encryption_key_code := p0_a70;
920:
921:
922: -- here's the delegated call to the old PL/SQL routine
923: ams_evtregs_pvt.check_evtregs_req_items(ddp_evt_regs_rec,
924: x_return_status);
925:
926: -- copy data back from the local OUT or IN-OUT args, if any
927:

Line 1005: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1001: , p0_a69 DATE := fnd_api.g_miss_date
1002: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
1003: )
1004: as
1005: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1006: ddindx binary_integer; indx binary_integer;
1007: begin
1008:
1009: -- copy data to the local IN or IN-OUT args, if any

Line 1085: ams_evtregs_pvt.check_evtregs_fk_items(ddp_evt_regs_rec,

1081:
1082:
1083:
1084: -- here's the delegated call to the old PL/SQL routine
1085: ams_evtregs_pvt.check_evtregs_fk_items(ddp_evt_regs_rec,
1086: p_validation_mode,
1087: x_return_status);
1088:
1089: -- copy data back from the local OUT or IN-OUT args, if any

Line 1168: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1164: , p0_a69 DATE := fnd_api.g_miss_date
1165: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
1166: )
1167: as
1168: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1169: ddindx binary_integer; indx binary_integer;
1170: begin
1171:
1172: -- copy data to the local IN or IN-OUT args, if any

Line 1247: ams_evtregs_pvt.check_evtregs_lookup_items(ddp_evt_regs_rec,

1243: ddp_evt_regs_rec.meeting_encryption_key_code := p0_a70;
1244:
1245:
1246: -- here's the delegated call to the old PL/SQL routine
1247: ams_evtregs_pvt.check_evtregs_lookup_items(ddp_evt_regs_rec,
1248: x_return_status);
1249:
1250: -- copy data back from the local OUT or IN-OUT args, if any
1251:

Line 1328: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1324: , p0_a69 DATE := fnd_api.g_miss_date
1325: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
1326: )
1327: as
1328: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1329: ddindx binary_integer; indx binary_integer;
1330: begin
1331:
1332: -- copy data to the local IN or IN-OUT args, if any

Line 1407: ams_evtregs_pvt.check_evtregs_flag_items(ddp_evt_regs_rec,

1403: ddp_evt_regs_rec.meeting_encryption_key_code := p0_a70;
1404:
1405:
1406: -- here's the delegated call to the old PL/SQL routine
1407: ams_evtregs_pvt.check_evtregs_flag_items(ddp_evt_regs_rec,
1408: x_return_status);
1409:
1410: -- copy data back from the local OUT or IN-OUT args, if any
1411:

Line 1488: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1484: , p0_a69 DATE := fnd_api.g_miss_date
1485: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
1486: )
1487: as
1488: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1489: ddindx binary_integer; indx binary_integer;
1490: begin
1491:
1492: -- copy data to the local IN or IN-OUT args, if any

Line 1567: ams_evtregs_pvt.check_evtregs_record(ddp_evt_regs_rec,

1563: ddp_evt_regs_rec.meeting_encryption_key_code := p0_a70;
1564:
1565:
1566: -- here's the delegated call to the old PL/SQL routine
1567: ams_evtregs_pvt.check_evtregs_record(ddp_evt_regs_rec,
1568: x_return_status);
1569:
1570: -- copy data back from the local OUT or IN-OUT args, if any
1571:

Line 1654: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1650: , p3_a69 DATE := fnd_api.g_miss_date
1651: , p3_a70 VARCHAR2 := fnd_api.g_miss_char
1652: )
1653: as
1654: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1655: ddindx binary_integer; indx binary_integer;
1656: begin
1657:
1658: -- copy data to the local IN or IN-OUT args, if any

Line 1739: ams_evtregs_pvt.validate_evtregs(p_api_version_number,

1735:
1736:
1737:
1738: -- here's the delegated call to the old PL/SQL routine
1739: ams_evtregs_pvt.validate_evtregs(p_api_version_number,
1740: p_init_msg_list,
1741: p_validation_level,
1742: ddp_evt_regs_rec,
1743: p_validation_mode,

Line 1831: ddx_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

1827: , p0_a69 OUT NOCOPY DATE
1828: , p0_a70 OUT NOCOPY VARCHAR2
1829: )
1830: as
1831: ddx_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
1832: ddindx binary_integer; indx binary_integer;
1833: begin
1834:
1835: -- copy data to the local IN or IN-OUT args, if any

Line 1838: ams_evtregs_pvt.init_evtregs_rec(ddx_evt_regs_rec);

1834:
1835: -- copy data to the local IN or IN-OUT args, if any
1836:
1837: -- here's the delegated call to the old PL/SQL routine
1838: ams_evtregs_pvt.init_evtregs_rec(ddx_evt_regs_rec);
1839:
1840: -- copy data back from the local OUT or IN-OUT args, if any
1841: p0_a0 := rosetta_g_miss_num_map(ddx_evt_regs_rec.event_registration_id);
1842: p0_a1 := ddx_evt_regs_rec.last_update_date;

Line 2058: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;

2054: , p0_a69 DATE := fnd_api.g_miss_date
2055: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
2056: )
2057: as
2058: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
2059: ddx_complete_rec ams_evtregs_pvt.evt_regs_rec_type;
2060: ddindx binary_integer; indx binary_integer;
2061: begin
2062:

Line 2059: ddx_complete_rec ams_evtregs_pvt.evt_regs_rec_type;

2055: , p0_a70 VARCHAR2 := fnd_api.g_miss_char
2056: )
2057: as
2058: ddp_evt_regs_rec ams_evtregs_pvt.evt_regs_rec_type;
2059: ddx_complete_rec ams_evtregs_pvt.evt_regs_rec_type;
2060: ddindx binary_integer; indx binary_integer;
2061: begin
2062:
2063: -- copy data to the local IN or IN-OUT args, if any

Line 2138: ams_evtregs_pvt.complete_evtreg_rec(ddp_evt_regs_rec,

2134: ddp_evt_regs_rec.meeting_encryption_key_code := p0_a70;
2135:
2136:
2137: -- here's the delegated call to the old PL/SQL routine
2138: ams_evtregs_pvt.complete_evtreg_rec(ddp_evt_regs_rec,
2139: ddx_complete_rec);
2140:
2141: -- copy data back from the local OUT or IN-OUT args, if any
2142:

Line 2216: end ams_evtregs_pvt_w;

2212: p1_a69 := ddx_complete_rec.event_exit_time;
2213: p1_a70 := ddx_complete_rec.meeting_encryption_key_code;
2214: end;
2215:
2216: end ams_evtregs_pvt_w;