DBA Data[Home] [Help]

APPS.AMS_TRIG_PVT_W dependencies on AMS_TRIG_PVT

Line 1: package body ams_trig_pvt_w as

1: package body ams_trig_pvt_w as
2: /* $Header: amswtrgb.pls 115.13 2003/07/03 14:25:28 cgoyal 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 65: ddp_trig_rec ams_trig_pvt.trig_rec_type;

61: , p7_a31 VARCHAR2 := fnd_api.g_miss_char
62: )
63:
64: as
65: ddp_trig_rec ams_trig_pvt.trig_rec_type;
66: ddindx binary_integer; indx binary_integer;
67: begin
68:
69: -- copy data to the local IN or IN-OUT args, if any

Line 112: ams_trig_pvt.create_trigger(p_api_version,

108: ddp_trig_rec.execute_schedule_flag := p7_a31;
109:
110:
111: -- here's the delegated call to the old PL/SQL routine
112: ams_trig_pvt.create_trigger(p_api_version,
113: p_init_msg_list,
114: p_commit,
115: p_validation_level,
116: x_return_status,

Line 175: ddp_trig_rec ams_trig_pvt.trig_rec_type;

171: , p7_a31 VARCHAR2 := fnd_api.g_miss_char
172: )
173:
174: as
175: ddp_trig_rec ams_trig_pvt.trig_rec_type;
176: ddindx binary_integer; indx binary_integer;
177: begin
178:
179: -- copy data to the local IN or IN-OUT args, if any

Line 221: ams_trig_pvt.update_trigger(p_api_version,

217: ddp_trig_rec.notify_flag := p7_a30;
218: ddp_trig_rec.execute_schedule_flag := p7_a31;
219:
220: -- here's the delegated call to the old PL/SQL routine
221: ams_trig_pvt.update_trigger(p_api_version,
222: p_init_msg_list,
223: p_commit,
224: p_validation_level,
225: x_return_status,

Line 281: ddp_trig_rec ams_trig_pvt.trig_rec_type;

277: , p6_a31 VARCHAR2 := fnd_api.g_miss_char
278: )
279:
280: as
281: ddp_trig_rec ams_trig_pvt.trig_rec_type;
282: ddindx binary_integer; indx binary_integer;
283: begin
284:
285: -- copy data to the local IN or IN-OUT args, if any

Line 326: ams_trig_pvt.validate_trigger(p_api_version,

322: ddp_trig_rec.notify_flag := p6_a30;
323: ddp_trig_rec.execute_schedule_flag := p6_a31;
324:
325: -- here's the delegated call to the old PL/SQL routine
326: ams_trig_pvt.validate_trigger(p_api_version,
327: p_init_msg_list,
328: p_validation_level,
329: x_return_status,
330: x_msg_count,

Line 380: ddp_trig_rec ams_trig_pvt.trig_rec_type;

376: , p0_a31 VARCHAR2 := fnd_api.g_miss_char
377: )
378:
379: as
380: ddp_trig_rec ams_trig_pvt.trig_rec_type;
381: ddindx binary_integer; indx binary_integer;
382: begin
383:
384: -- copy data to the local IN or IN-OUT args, if any

Line 421: ams_trig_pvt.check_trig_items(ddp_trig_rec,

417:
418:
419:
420: -- here's the delegated call to the old PL/SQL routine
421: ams_trig_pvt.check_trig_items(ddp_trig_rec,
422: p_validation_mode,
423: x_return_status);
424:
425: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 498: ddp_trig_rec ams_trig_pvt.trig_rec_type;

494: , p1_a31 VARCHAR2 := fnd_api.g_miss_char
495: )
496:
497: as
498: ddp_trig_rec ams_trig_pvt.trig_rec_type;
499: ddp_complete_rec ams_trig_pvt.trig_rec_type;
500: ddindx binary_integer; indx binary_integer;
501: begin
502:

Line 499: ddp_complete_rec ams_trig_pvt.trig_rec_type;

495: )
496:
497: as
498: ddp_trig_rec ams_trig_pvt.trig_rec_type;
499: ddp_complete_rec ams_trig_pvt.trig_rec_type;
500: ddindx binary_integer; indx binary_integer;
501: begin
502:
503: -- copy data to the local IN or IN-OUT args, if any

Line 572: ams_trig_pvt.check_trig_record(ddp_trig_rec,

568: ddp_complete_rec.execute_schedule_flag := p1_a31;
569:
570:
571: -- here's the delegated call to the old PL/SQL routine
572: ams_trig_pvt.check_trig_record(ddp_trig_rec,
573: ddp_complete_rec,
574: x_return_status);
575:
576: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 617: ddp_trig_rec ams_trig_pvt.trig_rec_type;

613: , p0_a31 VARCHAR2 := fnd_api.g_miss_char
614: )
615:
616: as
617: ddp_trig_rec ams_trig_pvt.trig_rec_type;
618: ddindx binary_integer; indx binary_integer;
619: begin
620:
621: -- copy data to the local IN or IN-OUT args, if any

Line 657: ams_trig_pvt.check_trig_req_items(ddp_trig_rec,

653: ddp_trig_rec.execute_schedule_flag := p0_a31;
654:
655:
656: -- here's the delegated call to the old PL/SQL routine
657: ams_trig_pvt.check_trig_req_items(ddp_trig_rec,
658: x_return_status);
659:
660: -- copy data back from the local variables to OUT or IN-OUT args, if any
661:

Line 699: ddx_trig_rec ams_trig_pvt.trig_rec_type;

695: , p0_a31 out nocopy VARCHAR2
696: )
697:
698: as
699: ddx_trig_rec ams_trig_pvt.trig_rec_type;
700: ddindx binary_integer; indx binary_integer;
701: begin
702:
703: -- copy data to the local IN or IN-OUT args, if any

Line 706: ams_trig_pvt.init_trig_rec(ddx_trig_rec);

702:
703: -- copy data to the local IN or IN-OUT args, if any
704:
705: -- here's the delegated call to the old PL/SQL routine
706: ams_trig_pvt.init_trig_rec(ddx_trig_rec);
707:
708: -- copy data back from the local variables to OUT or IN-OUT args, if any
709: p0_a0 := rosetta_g_miss_num_map(ddx_trig_rec.trigger_id);
710: p0_a1 := ddx_trig_rec.last_update_date;

Line 810: ddp_trig_rec ams_trig_pvt.trig_rec_type;

806: , p0_a31 VARCHAR2 := fnd_api.g_miss_char
807: )
808:
809: as
810: ddp_trig_rec ams_trig_pvt.trig_rec_type;
811: ddx_complete_rec ams_trig_pvt.trig_rec_type;
812: ddindx binary_integer; indx binary_integer;
813: begin
814:

Line 811: ddx_complete_rec ams_trig_pvt.trig_rec_type;

807: )
808:
809: as
810: ddp_trig_rec ams_trig_pvt.trig_rec_type;
811: ddx_complete_rec ams_trig_pvt.trig_rec_type;
812: ddindx binary_integer; indx binary_integer;
813: begin
814:
815: -- copy data to the local IN or IN-OUT args, if any

Line 851: ams_trig_pvt.complete_trig_rec(ddp_trig_rec,

847: ddp_trig_rec.execute_schedule_flag := p0_a31;
848:
849:
850: -- here's the delegated call to the old PL/SQL routine
851: ams_trig_pvt.complete_trig_rec(ddp_trig_rec,
852: ddx_complete_rec);
853:
854: -- copy data back from the local variables to OUT or IN-OUT args, if any
855:

Line 890: end ams_trig_pvt_w;

886: p1_a30 := ddx_complete_rec.notify_flag;
887: p1_a31 := ddx_complete_rec.execute_schedule_flag;
888: end;
889:
890: end ams_trig_pvt_w;