DBA Data[Home] [Help]

APPS.AMS_IS_LINE_PVT_W dependencies on AMS_IS_LINE_PVT

Line 1: package body ams_is_line_pvt_w as

1: package body ams_is_line_pvt_w as
2: /* $Header: amswislb.pls 120.2 2005/10/18 03:02 rmbhanda 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_is_line_pvt.is_line_tbl_type, a0 JTF_NUMBER_TABLE

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p3(t out nocopy ams_is_line_pvt.is_line_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 629: procedure rosetta_table_copy_out_p3(t ams_is_line_pvt.is_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

625: end loop;
626: end if;
627: end if;
628: end rosetta_table_copy_in_p3;
629: procedure rosetta_table_copy_out_p3(t ams_is_line_pvt.is_line_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
630: , a1 out nocopy JTF_NUMBER_TABLE
631: , a2 out nocopy JTF_DATE_TABLE
632: , a3 out nocopy JTF_NUMBER_TABLE
633: , a4 out nocopy JTF_DATE_TABLE

Line 2429: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;

2425: , p7_a294 VARCHAR2 := fnd_api.g_miss_char
2426: )
2427:
2428: as
2429: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;
2430: ddindx binary_integer; indx binary_integer;
2431: begin
2432:
2433: -- copy data to the local IN or IN-OUT args, if any

Line 2739: ams_is_line_pvt.create_is_line(p_api_version_number,

2735: ddp_is_line_rec.custom_column25 := p7_a294;
2736:
2737:
2738: -- here's the delegated call to the old PL/SQL routine
2739: ams_is_line_pvt.create_is_line(p_api_version_number,
2740: p_init_msg_list,
2741: p_commit,
2742: p_validation_level,
2743: x_return_status,

Line 3066: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;

3062: , p7_a294 VARCHAR2 := fnd_api.g_miss_char
3063: )
3064:
3065: as
3066: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;
3067: ddindx binary_integer; indx binary_integer;
3068: begin
3069:
3070: -- copy data to the local IN or IN-OUT args, if any

Line 3376: ams_is_line_pvt.update_is_line(p_api_version_number,

3372: ddp_is_line_rec.custom_column25 := p7_a294;
3373:
3374:
3375: -- here's the delegated call to the old PL/SQL routine
3376: ams_is_line_pvt.update_is_line(p_api_version_number,
3377: p_init_msg_list,
3378: p_commit,
3379: p_validation_level,
3380: x_return_status,

Line 3701: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;

3697: , p3_a294 VARCHAR2 := fnd_api.g_miss_char
3698: )
3699:
3700: as
3701: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;
3702: ddindx binary_integer; indx binary_integer;
3703: begin
3704:
3705: -- copy data to the local IN or IN-OUT args, if any

Line 4009: ams_is_line_pvt.validate_is_line(p_api_version_number,

4005:
4006:
4007:
4008: -- here's the delegated call to the old PL/SQL routine
4009: ams_is_line_pvt.validate_is_line(p_api_version_number,
4010: p_init_msg_list,
4011: p_validation_level,
4012: ddp_is_line_rec,
4013: x_return_status,

Line 4326: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;

4322: , p0_a294 VARCHAR2 := fnd_api.g_miss_char
4323: )
4324:
4325: as
4326: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;
4327: ddindx binary_integer; indx binary_integer;
4328: begin
4329:
4330: -- copy data to the local IN or IN-OUT args, if any

Line 4630: ams_is_line_pvt.check_is_line_items(ddp_is_line_rec,

4626:
4627:
4628:
4629: -- here's the delegated call to the old PL/SQL routine
4630: ams_is_line_pvt.check_is_line_items(ddp_is_line_rec,
4631: p_validation_mode,
4632: x_return_status);
4633:
4634: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 4942: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;

4938: , p5_a294 VARCHAR2 := fnd_api.g_miss_char
4939: )
4940:
4941: as
4942: ddp_is_line_rec ams_is_line_pvt.is_line_rec_type;
4943: ddindx binary_integer; indx binary_integer;
4944: begin
4945:
4946: -- copy data to the local IN or IN-OUT args, if any

Line 5249: ams_is_line_pvt.validate_is_line_rec(p_api_version_number,

5245: ddp_is_line_rec.custom_column24 := p5_a293;
5246: ddp_is_line_rec.custom_column25 := p5_a294;
5247:
5248: -- here's the delegated call to the old PL/SQL routine
5249: ams_is_line_pvt.validate_is_line_rec(p_api_version_number,
5250: p_init_msg_list,
5251: x_return_status,
5252: x_msg_count,
5253: x_msg_data,

Line 5264: end ams_is_line_pvt_w;

5260:
5261:
5262: end;
5263:
5264: end ams_is_line_pvt_w;