DBA Data[Home] [Help]

APPS.OKL_MULTI_GAAP_PVT_W dependencies on JTF_VARCHAR2_TABLE_2000

Line 22: procedure rosetta_table_copy_in_p3(t out nocopy okl_multi_gaap_pvt.asset_deprn_tbl_type, a0 JTF_VARCHAR2_TABLE_2000

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 okl_multi_gaap_pvt.asset_deprn_tbl_type, a0 JTF_VARCHAR2_TABLE_2000
23: , a1 JTF_VARCHAR2_TABLE_100
24: , a2 JTF_NUMBER_TABLE
25: ) as
26: ddindx binary_integer; indx binary_integer;

Line 45: procedure rosetta_table_copy_out_p3(t okl_multi_gaap_pvt.asset_deprn_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p3;
45: procedure rosetta_table_copy_out_p3(t okl_multi_gaap_pvt.asset_deprn_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000
46: , a1 out nocopy JTF_VARCHAR2_TABLE_100
47: , a2 out nocopy JTF_NUMBER_TABLE
48: ) as
49: ddindx binary_integer; indx binary_integer;

Line 52: a0 := JTF_VARCHAR2_TABLE_2000();

48: ) as
49: ddindx binary_integer; indx binary_integer;
50: begin
51: if t is null or t.count = 0 then
52: a0 := JTF_VARCHAR2_TABLE_2000();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: a2 := JTF_NUMBER_TABLE();
55: else
56: a0 := JTF_VARCHAR2_TABLE_2000();

Line 56: a0 := JTF_VARCHAR2_TABLE_2000();

52: a0 := JTF_VARCHAR2_TABLE_2000();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: a2 := JTF_NUMBER_TABLE();
55: else
56: a0 := JTF_VARCHAR2_TABLE_2000();
57: a1 := JTF_VARCHAR2_TABLE_100();
58: a2 := JTF_NUMBER_TABLE();
59: if t.count > 0 then
60: a0.extend(t.count);