DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PUB_W dependencies on AHL_PC_HEADER_PUB_W

Line 1: package body ahl_pc_header_pub_w as

1: package body ahl_pc_header_pub_w as
2: /* $Header: AHLWPCHB.pls 120.1.12020000.2 2012/12/13 06:45:51 shnatu 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 16: procedure rosetta_table_copy_in_p0(t out nocopy ahl_pc_header_pub.warn_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as

12: if d < rosetta_g_mistake_date_low then return fnd_api.g_miss_date; end if;
13: return d;
14: end;
15:
16: procedure rosetta_table_copy_in_p0(t out nocopy ahl_pc_header_pub.warn_tbl_type, a0 JTF_VARCHAR2_TABLE_2000) as
17: ddindx binary_integer; indx binary_integer;
18: begin
19: if a0 is not null and a0.count > 0 then
20: if a0.count > 0 then

Line 34: procedure rosetta_table_copy_out_p0(t ahl_pc_header_pub.warn_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as

30: end loop;
31: end if;
32: end if;
33: end rosetta_table_copy_in_p0;
34: procedure rosetta_table_copy_out_p0(t ahl_pc_header_pub.warn_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
35: ddindx binary_integer; indx binary_integer;
36: begin
37: if t is null or t.count = 0 then
38: a0 := JTF_VARCHAR2_TABLE_2000();

Line 104: ddx_warning_msg_data ahl_pc_header_pub.warn_tbl_type;

100: )
101:
102: as
103: ddp_x_pc_header_rec ahl_pc_header_pub.pc_header_rec;
104: ddx_warning_msg_data ahl_pc_header_pub.warn_tbl_type;
105: ddindx binary_integer; indx binary_integer;
106: begin
107:
108: -- copy data to the local IN or IN-OUT args, if any

Line 209: ahl_pc_header_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_data, x_warning_msg_data);

205:
206:
207:
208:
209: ahl_pc_header_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_data, x_warning_msg_data);
210: end;
211:
212: end ahl_pc_header_pub_w;

Line 212: end ahl_pc_header_pub_w;

208:
209: ahl_pc_header_pub_w.rosetta_table_copy_out_p0(ddx_warning_msg_data, x_warning_msg_data);
210: end;
211:
212: end ahl_pc_header_pub_w;