DBA Data[Home] [Help]

APPS.AMS_CHANNEL_PVT_W dependencies on AMS_CHANNEL_PVT

Line 1: package body ams_channel_pvt_w as

1: package body ams_channel_pvt_w as
2: /* $Header: amswchab.pls 115.17 2003/06/04 18:40:16 dbiswas 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 60: ddp_chan_rec ams_channel_pvt.chan_rec_type;

56: , p7_a35 NUMBER := 0-1962.0724
57: )
58:
59: as
60: ddp_chan_rec ams_channel_pvt.chan_rec_type;
61: ddindx binary_integer; indx binary_integer;
62: begin
63:
64: -- copy data to the local IN or IN-OUT args, if any

Line 111: ams_channel_pvt.create_channel(p_api_version,

107: ddp_chan_rec.country_id := p7_a35;
108:
109:
110: -- here's the delegated call to the old PL/SQL routine
111: ams_channel_pvt.create_channel(p_api_version,
112: p_init_msg_list,
113: p_commit,
114: p_validation_level,
115: x_return_status,

Line 178: ddp_chan_rec ams_channel_pvt.chan_rec_type;

174: , p7_a35 NUMBER := 0-1962.0724
175: )
176:
177: as
178: ddp_chan_rec ams_channel_pvt.chan_rec_type;
179: ddindx binary_integer; indx binary_integer;
180: begin
181:
182: -- copy data to the local IN or IN-OUT args, if any

Line 228: ams_channel_pvt.update_channel(p_api_version,

224: ddp_chan_rec.description := p7_a34;
225: ddp_chan_rec.country_id := p7_a35;
226:
227: -- here's the delegated call to the old PL/SQL routine
228: ams_channel_pvt.update_channel(p_api_version,
229: p_init_msg_list,
230: p_commit,
231: p_validation_level,
232: x_return_status,

Line 292: ddp_chan_rec ams_channel_pvt.chan_rec_type;

288: , p6_a35 NUMBER := 0-1962.0724
289: )
290:
291: as
292: ddp_chan_rec ams_channel_pvt.chan_rec_type;
293: ddindx binary_integer; indx binary_integer;
294: begin
295:
296: -- copy data to the local IN or IN-OUT args, if any

Line 341: ams_channel_pvt.validate_channel(p_api_version,

337: ddp_chan_rec.description := p6_a34;
338: ddp_chan_rec.country_id := p6_a35;
339:
340: -- here's the delegated call to the old PL/SQL routine
341: ams_channel_pvt.validate_channel(p_api_version,
342: p_init_msg_list,
343: p_validation_level,
344: x_return_status,
345: x_msg_count,

Line 399: ddp_chan_rec ams_channel_pvt.chan_rec_type;

395: , p0_a35 NUMBER := 0-1962.0724
396: )
397:
398: as
399: ddp_chan_rec ams_channel_pvt.chan_rec_type;
400: ddindx binary_integer; indx binary_integer;
401: begin
402:
403: -- copy data to the local IN or IN-OUT args, if any

Line 444: ams_channel_pvt.check_chan_items(ddp_chan_rec,

440:
441:
442:
443: -- here's the delegated call to the old PL/SQL routine
444: ams_channel_pvt.check_chan_items(ddp_chan_rec,
445: p_validation_mode,
446: x_return_status);
447:
448: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 492: ddx_chan_rec ams_channel_pvt.chan_rec_type;

488: , p0_a35 out nocopy NUMBER
489: )
490:
491: as
492: ddx_chan_rec ams_channel_pvt.chan_rec_type;
493: ddindx binary_integer; indx binary_integer;
494: begin
495:
496: -- copy data to the local IN or IN-OUT args, if any

Line 499: ams_channel_pvt.init_chan_rec(ddx_chan_rec);

495:
496: -- copy data to the local IN or IN-OUT args, if any
497:
498: -- here's the delegated call to the old PL/SQL routine
499: ams_channel_pvt.init_chan_rec(ddx_chan_rec);
500:
501: -- copy data back from the local variables to OUT or IN-OUT args, if any
502: p0_a0 := ddx_chan_rec.channel_id;
503: p0_a1 := ddx_chan_rec.last_update_date;

Line 615: ddp_chan_rec ams_channel_pvt.chan_rec_type;

611: , p0_a35 NUMBER := 0-1962.0724
612: )
613:
614: as
615: ddp_chan_rec ams_channel_pvt.chan_rec_type;
616: ddx_complete_rec ams_channel_pvt.chan_rec_type;
617: ddindx binary_integer; indx binary_integer;
618: begin
619:

Line 616: ddx_complete_rec ams_channel_pvt.chan_rec_type;

612: )
613:
614: as
615: ddp_chan_rec ams_channel_pvt.chan_rec_type;
616: ddx_complete_rec ams_channel_pvt.chan_rec_type;
617: ddindx binary_integer; indx binary_integer;
618: begin
619:
620: -- copy data to the local IN or IN-OUT args, if any

Line 660: ams_channel_pvt.complete_chan_rec(ddp_chan_rec,

656: ddp_chan_rec.country_id := p0_a35;
657:
658:
659: -- here's the delegated call to the old PL/SQL routine
660: ams_channel_pvt.complete_chan_rec(ddp_chan_rec,
661: ddx_complete_rec);
662:
663: -- copy data back from the local variables to OUT or IN-OUT args, if any
664:

Line 703: end ams_channel_pvt_w;

699: p1_a34 := ddx_complete_rec.description;
700: p1_a35 := ddx_complete_rec.country_id;
701: end;
702:
703: end ams_channel_pvt_w;