DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PUB_W dependencies on JTF_VARCHAR2_TABLE_2000

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 38: a0 := JTF_VARCHAR2_TABLE_2000();

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();
39: else
40: a0 := JTF_VARCHAR2_TABLE_2000();
41: if t.count > 0 then
42: a0.extend(t.count);

Line 40: a0 := JTF_VARCHAR2_TABLE_2000();

36: begin
37: if t is null or t.count = 0 then
38: a0 := JTF_VARCHAR2_TABLE_2000();
39: else
40: a0 := JTF_VARCHAR2_TABLE_2000();
41: if t.count > 0 then
42: a0.extend(t.count);
43: ddindx := t.first;
44: indx := 1;

Line 99: , x_warning_msg_data out nocopy JTF_VARCHAR2_TABLE_2000

95: , p5_a33 in out nocopy VARCHAR2
96: , x_return_status out nocopy VARCHAR2
97: , x_msg_count out nocopy NUMBER
98: , x_msg_data out nocopy VARCHAR2
99: , x_warning_msg_data out nocopy JTF_VARCHAR2_TABLE_2000
100: )
101:
102: as
103: ddp_x_pc_header_rec ahl_pc_header_pub.pc_header_rec;