DBA Data[Home] [Help]

APPS.AS_UTILITY_PUB_W dependencies on JTF_VARCHAR2_TABLE_300

Line 23: , a1 JTF_VARCHAR2_TABLE_300

19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p6(t out nocopy as_utility_pub.profile_tbl_type, a0 JTF_VARCHAR2_TABLE_100
23: , a1 JTF_VARCHAR2_TABLE_300
24: ) as
25: ddindx binary_integer; indx binary_integer;
26: begin
27: if a0 is not null and a0.count > 0 then

Line 44: , a1 out nocopy JTF_VARCHAR2_TABLE_300

40: end if;
41: end if;
42: end rosetta_table_copy_in_p6;
43: procedure rosetta_table_copy_out_p6(t as_utility_pub.profile_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
44: , a1 out nocopy JTF_VARCHAR2_TABLE_300
45: ) as
46: ddindx binary_integer; indx binary_integer;
47: begin
48: if t is null or t.count = 0 then

Line 50: a1 := JTF_VARCHAR2_TABLE_300();

46: ddindx binary_integer; indx binary_integer;
47: begin
48: if t is null or t.count = 0 then
49: a0 := JTF_VARCHAR2_TABLE_100();
50: a1 := JTF_VARCHAR2_TABLE_300();
51: else
52: a0 := JTF_VARCHAR2_TABLE_100();
53: a1 := JTF_VARCHAR2_TABLE_300();
54: if t.count > 0 then

Line 53: a1 := JTF_VARCHAR2_TABLE_300();

49: a0 := JTF_VARCHAR2_TABLE_100();
50: a1 := JTF_VARCHAR2_TABLE_300();
51: else
52: a0 := JTF_VARCHAR2_TABLE_100();
53: a1 := JTF_VARCHAR2_TABLE_300();
54: if t.count > 0 then
55: a0.extend(t.count);
56: a1.extend(t.count);
57: ddindx := t.first;