DBA Data[Home] [Help]

APPS.AMS_LIST_ENTRIES_PVT_W dependencies on AMS_LIST_ENTRIES_PVT

Line 1: package body ams_list_entries_pvt_w as

1: package body ams_list_entries_pvt_w as
2: /* $Header: amswlieb.pls 120.1 2005/06/27 05:43:18 appldev 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 22: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_list_entries_pvt.list_entries_tbl_type, a0 JTF_NUMBER_TABLE

18: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
19: return d;
20: end;
21:
22: procedure rosetta_table_copy_in_p3(t OUT NOCOPY ams_list_entries_pvt.list_entries_tbl_type, a0 JTF_NUMBER_TABLE
23: , a1 JTF_NUMBER_TABLE
24: , a2 JTF_DATE_TABLE
25: , a3 JTF_NUMBER_TABLE
26: , a4 JTF_DATE_TABLE

Line 815: procedure rosetta_table_copy_out_p3(t ams_list_entries_pvt.list_entries_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE

811: end loop;
812: end if;
813: end if;
814: end rosetta_table_copy_in_p3;
815: procedure rosetta_table_copy_out_p3(t ams_list_entries_pvt.list_entries_tbl_type, a0 OUT NOCOPY JTF_NUMBER_TABLE
816: , a1 OUT NOCOPY JTF_NUMBER_TABLE
817: , a2 OUT NOCOPY JTF_DATE_TABLE
818: , a3 OUT NOCOPY JTF_NUMBER_TABLE
819: , a4 OUT NOCOPY JTF_DATE_TABLE

Line 3172: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;

3168: , p7_a386 NUMBER := 0-1962.0724
3169: , p7_a387 DATE := fnd_api.g_miss_date
3170: )
3171: as
3172: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;
3173: ddindx binary_integer; indx binary_integer;
3174: begin
3175:
3176: -- copy data to the local IN or IN-OUT args, if any

Line 3575: ams_list_entries_pvt.create_list_entries(p_api_version_number,

3571: ddp_list_entries_rec.last_contacted_date := rosetta_g_miss_date_in_map(p7_a387);
3572:
3573:
3574: -- here's the delegated call to the old PL/SQL routine
3575: ams_list_entries_pvt.create_list_entries(p_api_version_number,
3576: p_init_msg_list,
3577: p_commit,
3578: p_validation_level,
3579: x_return_status,

Line 3994: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;

3990: , p7_a386 NUMBER := 0-1962.0724
3991: , p7_a387 DATE := fnd_api.g_miss_date
3992: )
3993: as
3994: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;
3995: ddindx binary_integer; indx binary_integer;
3996: begin
3997:
3998: -- copy data to the local IN or IN-OUT args, if any

Line 4397: ams_list_entries_pvt.update_list_entries(p_api_version_number,

4393: ddp_list_entries_rec.last_contacted_date := rosetta_g_miss_date_in_map(p7_a387);
4394:
4395:
4396: -- here's the delegated call to the old PL/SQL routine
4397: ams_list_entries_pvt.update_list_entries(p_api_version_number,
4398: p_init_msg_list,
4399: p_commit,
4400: p_validation_level,
4401: x_return_status,

Line 4815: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;

4811: , p4_a386 NUMBER := 0-1962.0724
4812: , p4_a387 DATE := fnd_api.g_miss_date
4813: )
4814: as
4815: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;
4816: ddindx binary_integer; indx binary_integer;
4817: begin
4818:
4819: -- copy data to the local IN or IN-OUT args, if any

Line 5217: ams_list_entries_pvt.validate_list_entries(p_api_version_number,

5213:
5214:
5215:
5216: -- here's the delegated call to the old PL/SQL routine
5217: ams_list_entries_pvt.validate_list_entries(p_api_version_number,
5218: p_init_msg_list,
5219: p_validation_level,
5220: p_validation_mode,
5221: ddp_list_entries_rec,

Line 5628: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;

5624: , p0_a386 NUMBER := 0-1962.0724
5625: , p0_a387 DATE := fnd_api.g_miss_date
5626: )
5627: as
5628: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;
5629: ddindx binary_integer; indx binary_integer;
5630: begin
5631:
5632: -- copy data to the local IN or IN-OUT args, if any

Line 6025: ams_list_entries_pvt.check_list_entries_items(ddp_list_entries_rec,

6021:
6022:
6023:
6024: -- here's the delegated call to the old PL/SQL routine
6025: ams_list_entries_pvt.check_list_entries_items(ddp_list_entries_rec,
6026: p_validation_mode,
6027: x_return_status);
6028:
6029: -- copy data back from the local OUT or IN-OUT args, if any

Line 6429: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;

6425: , p5_a386 NUMBER := 0-1962.0724
6426: , p5_a387 DATE := fnd_api.g_miss_date
6427: )
6428: as
6429: ddp_list_entries_rec ams_list_entries_pvt.list_entries_rec_type;
6430: ddindx binary_integer; indx binary_integer;
6431: begin
6432:
6433: -- copy data to the local IN or IN-OUT args, if any

Line 6829: ams_list_entries_pvt.validate_list_entries_rec(p_api_version_number,

6825: ddp_list_entries_rec.contact_point_id := rosetta_g_miss_num_map(p5_a386);
6826: ddp_list_entries_rec.last_contacted_date := rosetta_g_miss_date_in_map(p5_a387);
6827:
6828: -- here's the delegated call to the old PL/SQL routine
6829: ams_list_entries_pvt.validate_list_entries_rec(p_api_version_number,
6830: p_init_msg_list,
6831: x_return_status,
6832: x_msg_count,
6833: x_msg_data,

Line 7234: ddx_entry_rec ams_list_entries_pvt.list_entries_rec_type;

7230: , p0_a386 OUT NOCOPY NUMBER
7231: , p0_a387 OUT NOCOPY DATE
7232: )
7233: as
7234: ddx_entry_rec ams_list_entries_pvt.list_entries_rec_type;
7235: ddindx binary_integer; indx binary_integer;
7236: begin
7237:
7238: -- copy data to the local IN or IN-OUT args, if any

Line 7241: ams_list_entries_pvt.init_entry_rec(ddx_entry_rec);

7237:
7238: -- copy data to the local IN or IN-OUT args, if any
7239:
7240: -- here's the delegated call to the old PL/SQL routine
7241: ams_list_entries_pvt.init_entry_rec(ddx_entry_rec);
7242:
7243: -- copy data back from the local OUT or IN-OUT args, if any
7244: p0_a0 := rosetta_g_miss_num_map(ddx_entry_rec.list_entry_id);
7245: p0_a1 := rosetta_g_miss_num_map(ddx_entry_rec.list_header_id);

Line 7634: end ams_list_entries_pvt_w;

7630: p0_a386 := rosetta_g_miss_num_map(ddx_entry_rec.contact_point_id);
7631: p0_a387 := ddx_entry_rec.last_contacted_date;
7632: end;
7633:
7634: end ams_list_entries_pvt_w;