DBA Data[Home] [Help]

APPS.AMS_MESSAGES_PVT_W dependencies on AMS_MESSAGES_PVT

Line 1: package body ams_messages_pvt_w as

1: package body ams_messages_pvt_w as
2: /* $Header: amswmsgb.pls 115.8 2002/11/15 21:03:57 abhola 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 63: ddp_msg_rec ams_messages_pvt.msg_rec_type;

59: , p7_a29 VARCHAR2 := fnd_api.g_miss_char
60: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
61: )
62: as
63: ddp_msg_rec ams_messages_pvt.msg_rec_type;
64: ddindx binary_integer; indx binary_integer;
65: begin
66:
67: -- copy data to the local IN or IN-OUT args, if any

Line 109: ams_messages_pvt.create_msg(p_api_version,

105: ddp_msg_rec.attribute15 := p7_a30;
106:
107:
108: -- here's the delegated call to the old PL/SQL routine
109: ams_messages_pvt.create_msg(p_api_version,
110: p_init_msg_list,
111: p_commit,
112: p_validation_level,
113: x_return_status,

Line 170: ddp_msg_rec ams_messages_pvt.msg_rec_type;

166: , p7_a29 VARCHAR2 := fnd_api.g_miss_char
167: , p7_a30 VARCHAR2 := fnd_api.g_miss_char
168: )
169: as
170: ddp_msg_rec ams_messages_pvt.msg_rec_type;
171: ddindx binary_integer; indx binary_integer;
172: begin
173:
174: -- copy data to the local IN or IN-OUT args, if any

Line 215: ams_messages_pvt.update_msg(p_api_version,

211: ddp_msg_rec.attribute14 := p7_a29;
212: ddp_msg_rec.attribute15 := p7_a30;
213:
214: -- here's the delegated call to the old PL/SQL routine
215: ams_messages_pvt.update_msg(p_api_version,
216: p_init_msg_list,
217: p_commit,
218: p_validation_level,
219: x_return_status,

Line 273: ddp_msg_rec ams_messages_pvt.msg_rec_type;

269: , p6_a29 VARCHAR2 := fnd_api.g_miss_char
270: , p6_a30 VARCHAR2 := fnd_api.g_miss_char
271: )
272: as
273: ddp_msg_rec ams_messages_pvt.msg_rec_type;
274: ddindx binary_integer; indx binary_integer;
275: begin
276:
277: -- copy data to the local IN or IN-OUT args, if any

Line 317: ams_messages_pvt.validate_msg(p_api_version,

313: ddp_msg_rec.attribute14 := p6_a29;
314: ddp_msg_rec.attribute15 := p6_a30;
315:
316: -- here's the delegated call to the old PL/SQL routine
317: ams_messages_pvt.validate_msg(p_api_version,
318: p_init_msg_list,
319: p_validation_level,
320: x_return_status,
321: x_msg_count,

Line 369: ddp_msg_rec ams_messages_pvt.msg_rec_type;

365: , p2_a29 VARCHAR2 := fnd_api.g_miss_char
366: , p2_a30 VARCHAR2 := fnd_api.g_miss_char
367: )
368: as
369: ddp_msg_rec ams_messages_pvt.msg_rec_type;
370: ddindx binary_integer; indx binary_integer;
371: begin
372:
373: -- copy data to the local IN or IN-OUT args, if any

Line 409: ams_messages_pvt.check_items(p_validation_mode,

405: ddp_msg_rec.attribute14 := p2_a29;
406: ddp_msg_rec.attribute15 := p2_a30;
407:
408: -- here's the delegated call to the old PL/SQL routine
409: ams_messages_pvt.check_items(p_validation_mode,
410: x_return_status,
411: ddp_msg_rec);
412:
413: -- copy data back from the local OUT or IN-OUT args, if any

Line 453: ddp_msg_rec ams_messages_pvt.msg_rec_type;

449: , p1_a29 VARCHAR2 := fnd_api.g_miss_char
450: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
451: )
452: as
453: ddp_msg_rec ams_messages_pvt.msg_rec_type;
454: ddindx binary_integer; indx binary_integer;
455: begin
456:
457: -- copy data to the local IN or IN-OUT args, if any

Line 493: ams_messages_pvt.check_req_items(p_validation_mode,

489: ddp_msg_rec.attribute15 := p1_a30;
490:
491:
492: -- here's the delegated call to the old PL/SQL routine
493: ams_messages_pvt.check_req_items(p_validation_mode,
494: ddp_msg_rec,
495: x_return_status);
496:
497: -- copy data back from the local OUT or IN-OUT args, if any

Line 537: ddp_msg_rec ams_messages_pvt.msg_rec_type;

533: , p1_a29 VARCHAR2 := fnd_api.g_miss_char
534: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
535: )
536: as
537: ddp_msg_rec ams_messages_pvt.msg_rec_type;
538: ddindx binary_integer; indx binary_integer;
539: begin
540:
541: -- copy data to the local IN or IN-OUT args, if any

Line 577: ams_messages_pvt.check_uk_items(p_validation_mode,

573: ddp_msg_rec.attribute15 := p1_a30;
574:
575:
576: -- here's the delegated call to the old PL/SQL routine
577: ams_messages_pvt.check_uk_items(p_validation_mode,
578: ddp_msg_rec,
579: x_return_status);
580:
581: -- copy data back from the local OUT or IN-OUT args, if any

Line 651: ddp_msg_rec ams_messages_pvt.msg_rec_type;

647: , p1_a29 VARCHAR2 := fnd_api.g_miss_char
648: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
649: )
650: as
651: ddp_msg_rec ams_messages_pvt.msg_rec_type;
652: ddp_complete_rec ams_messages_pvt.msg_rec_type;
653: ddindx binary_integer; indx binary_integer;
654: begin
655:

Line 652: ddp_complete_rec ams_messages_pvt.msg_rec_type;

648: , p1_a30 VARCHAR2 := fnd_api.g_miss_char
649: )
650: as
651: ddp_msg_rec ams_messages_pvt.msg_rec_type;
652: ddp_complete_rec ams_messages_pvt.msg_rec_type;
653: ddindx binary_integer; indx binary_integer;
654: begin
655:
656: -- copy data to the local IN or IN-OUT args, if any

Line 723: ams_messages_pvt.check_record(ddp_msg_rec,

719: ddp_complete_rec.attribute15 := p1_a30;
720:
721:
722: -- here's the delegated call to the old PL/SQL routine
723: ams_messages_pvt.check_record(ddp_msg_rec,
724: ddp_complete_rec,
725: x_return_status);
726:
727: -- copy data back from the local OUT or IN-OUT args, if any

Line 796: ddp_msg_rec ams_messages_pvt.msg_rec_type;

792: , p0_a29 VARCHAR2 := fnd_api.g_miss_char
793: , p0_a30 VARCHAR2 := fnd_api.g_miss_char
794: )
795: as
796: ddp_msg_rec ams_messages_pvt.msg_rec_type;
797: ddx_complete_rec ams_messages_pvt.msg_rec_type;
798: ddindx binary_integer; indx binary_integer;
799: begin
800:

Line 797: ddx_complete_rec ams_messages_pvt.msg_rec_type;

793: , p0_a30 VARCHAR2 := fnd_api.g_miss_char
794: )
795: as
796: ddp_msg_rec ams_messages_pvt.msg_rec_type;
797: ddx_complete_rec ams_messages_pvt.msg_rec_type;
798: ddindx binary_integer; indx binary_integer;
799: begin
800:
801: -- copy data to the local IN or IN-OUT args, if any

Line 836: ams_messages_pvt.complete_msg_rec(ddp_msg_rec,

832: ddp_msg_rec.attribute15 := p0_a30;
833:
834:
835: -- here's the delegated call to the old PL/SQL routine
836: ams_messages_pvt.complete_msg_rec(ddp_msg_rec,
837: ddx_complete_rec);
838:
839: -- copy data back from the local OUT or IN-OUT args, if any
840:

Line 907: ddx_msg_rec ams_messages_pvt.msg_rec_type;

903: , p0_a29 OUT NOCOPY VARCHAR2
904: , p0_a30 OUT NOCOPY VARCHAR2
905: )
906: as
907: ddx_msg_rec ams_messages_pvt.msg_rec_type;
908: ddindx binary_integer; indx binary_integer;
909: begin
910:
911: -- copy data to the local IN or IN-OUT args, if any

Line 914: ams_messages_pvt.init_rec(ddx_msg_rec);

910:
911: -- copy data to the local IN or IN-OUT args, if any
912:
913: -- here's the delegated call to the old PL/SQL routine
914: ams_messages_pvt.init_rec(ddx_msg_rec);
915:
916: -- copy data back from the local OUT or IN-OUT args, if any
917: p0_a0 := rosetta_g_miss_num_map(ddx_msg_rec.message_id);
918: p0_a1 := ddx_msg_rec.last_update_date;

Line 950: end ams_messages_pvt_w;

946: p0_a29 := ddx_msg_rec.attribute14;
947: p0_a30 := ddx_msg_rec.attribute15;
948: end;
949:
950: end ams_messages_pvt_w;