DBA Data[Home] [Help]

APPS.OKC_XPRT_XRULE_VALUES_PVT_W dependencies on JTF_VARCHAR2_TABLE_2000

Line 72: procedure rosetta_table_copy_in_p5(t out nocopy okc_xprt_xrule_values_pvt.category_tbl_type, a0 JTF_VARCHAR2_TABLE_2000

68: end if;
69: end if;
70: end rosetta_table_copy_out_p4;
71:
72: procedure rosetta_table_copy_in_p5(t out nocopy okc_xprt_xrule_values_pvt.category_tbl_type, a0 JTF_VARCHAR2_TABLE_2000
73: ) as
74: ddindx binary_integer; indx binary_integer;
75: begin
76: if a0 is not null and a0.count > 0 then

Line 91: procedure rosetta_table_copy_out_p5(t okc_xprt_xrule_values_pvt.category_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000

87: end loop;
88: end if;
89: end if;
90: end rosetta_table_copy_in_p5;
91: procedure rosetta_table_copy_out_p5(t okc_xprt_xrule_values_pvt.category_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000
92: ) as
93: ddindx binary_integer; indx binary_integer;
94: begin
95: if t is null or t.count = 0 then

Line 96: a0 := JTF_VARCHAR2_TABLE_2000();

92: ) as
93: ddindx binary_integer; indx binary_integer;
94: begin
95: if t is null or t.count = 0 then
96: a0 := JTF_VARCHAR2_TABLE_2000();
97: else
98: a0 := JTF_VARCHAR2_TABLE_2000();
99: if t.count > 0 then
100: a0.extend(t.count);

Line 98: a0 := JTF_VARCHAR2_TABLE_2000();

94: begin
95: if t is null or t.count = 0 then
96: a0 := JTF_VARCHAR2_TABLE_2000();
97: else
98: a0 := JTF_VARCHAR2_TABLE_2000();
99: if t.count > 0 then
100: a0.extend(t.count);
101: ddindx := t.first;
102: indx := 1;

Line 115: procedure rosetta_table_copy_in_p6(t out nocopy okc_xprt_xrule_values_pvt.item_tbl_type, a0 JTF_VARCHAR2_TABLE_2000

111: end if;
112: end if;
113: end rosetta_table_copy_out_p5;
114:
115: procedure rosetta_table_copy_in_p6(t out nocopy okc_xprt_xrule_values_pvt.item_tbl_type, a0 JTF_VARCHAR2_TABLE_2000
116: ) as
117: ddindx binary_integer; indx binary_integer;
118: begin
119: if a0 is not null and a0.count > 0 then

Line 134: procedure rosetta_table_copy_out_p6(t okc_xprt_xrule_values_pvt.item_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000

130: end loop;
131: end if;
132: end if;
133: end rosetta_table_copy_in_p6;
134: procedure rosetta_table_copy_out_p6(t okc_xprt_xrule_values_pvt.item_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_2000
135: ) as
136: ddindx binary_integer; indx binary_integer;
137: begin
138: if t is null or t.count = 0 then

Line 139: a0 := JTF_VARCHAR2_TABLE_2000();

135: ) as
136: ddindx binary_integer; indx binary_integer;
137: begin
138: if t is null or t.count = 0 then
139: a0 := JTF_VARCHAR2_TABLE_2000();
140: else
141: a0 := JTF_VARCHAR2_TABLE_2000();
142: if t.count > 0 then
143: a0.extend(t.count);

Line 141: a0 := JTF_VARCHAR2_TABLE_2000();

137: begin
138: if t is null or t.count = 0 then
139: a0 := JTF_VARCHAR2_TABLE_2000();
140: else
141: a0 := JTF_VARCHAR2_TABLE_2000();
142: if t.count > 0 then
143: a0.extend(t.count);
144: ddindx := t.first;
145: indx := 1;