DBA Data[Home] [Help]

APPS.OKL_VENDOR_REFUND_PVT_W dependencies on JTF_VARCHAR2_TABLE_200

Line 22: procedure rosetta_table_copy_in_p4(t out nocopy okl_vendor_refund_pvt.error_tbl_type, a0 JTF_VARCHAR2_TABLE_200

18: if n=b then return a; end if;
19: return n;
20: end;
21:
22: procedure rosetta_table_copy_in_p4(t out nocopy okl_vendor_refund_pvt.error_tbl_type, a0 JTF_VARCHAR2_TABLE_200
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_p4(t okl_vendor_refund_pvt.error_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_200

41: end loop;
42: end if;
43: end if;
44: end rosetta_table_copy_in_p4;
45: procedure rosetta_table_copy_out_p4(t okl_vendor_refund_pvt.error_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_200
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_200();

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_200();
53: a1 := JTF_VARCHAR2_TABLE_100();
54: a2 := JTF_NUMBER_TABLE();
55: else
56: a0 := JTF_VARCHAR2_TABLE_200();

Line 56: a0 := JTF_VARCHAR2_TABLE_200();

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

Line 79: procedure rosetta_table_copy_in_p5(t out nocopy okl_vendor_refund_pvt.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as

75: end if;
76: end if;
77: end rosetta_table_copy_out_p4;
78:
79: procedure rosetta_table_copy_in_p5(t out nocopy okl_vendor_refund_pvt.error_message_type, a0 JTF_VARCHAR2_TABLE_2000) as
80: ddindx binary_integer; indx binary_integer;
81: begin
82: if a0 is not null and a0.count > 0 then
83: if a0.count > 0 then

Line 97: procedure rosetta_table_copy_out_p5(t okl_vendor_refund_pvt.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as

93: end loop;
94: end if;
95: end if;
96: end rosetta_table_copy_in_p5;
97: procedure rosetta_table_copy_out_p5(t okl_vendor_refund_pvt.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
98: ddindx binary_integer; indx binary_integer;
99: begin
100: if t is null or t.count = 0 then
101: a0 := JTF_VARCHAR2_TABLE_2000();

Line 101: a0 := JTF_VARCHAR2_TABLE_2000();

97: procedure rosetta_table_copy_out_p5(t okl_vendor_refund_pvt.error_message_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000) as
98: ddindx binary_integer; indx binary_integer;
99: begin
100: if t is null or t.count = 0 then
101: a0 := JTF_VARCHAR2_TABLE_2000();
102: else
103: a0 := JTF_VARCHAR2_TABLE_2000();
104: if t.count > 0 then
105: a0.extend(t.count);

Line 103: a0 := JTF_VARCHAR2_TABLE_2000();

99: begin
100: if t is null or t.count = 0 then
101: a0 := JTF_VARCHAR2_TABLE_2000();
102: else
103: a0 := JTF_VARCHAR2_TABLE_2000();
104: if t.count > 0 then
105: a0.extend(t.count);
106: ddindx := t.first;
107: indx := 1;