DBA Data[Home] [Help]

APPS.OKL_VENDOR_REFUND_PVT_W dependencies on JTF_VARCHAR2_TABLE_2000

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;