DBA Data[Home] [Help]

APPS.AHL_QA_RESULTS_PVT_W dependencies on JTF_VARCHAR2_TABLE_100

Line 120: procedure rosetta_table_copy_in_p5(t out nocopy ahl_qa_results_pvt.qa_context_tbl_type, a0 JTF_VARCHAR2_TABLE_100

116: end if;
117: end if;
118: end rosetta_table_copy_out_p3;
119:
120: procedure rosetta_table_copy_in_p5(t out nocopy ahl_qa_results_pvt.qa_context_tbl_type, a0 JTF_VARCHAR2_TABLE_100
121: , a1 JTF_VARCHAR2_TABLE_2000
122: ) as
123: ddindx binary_integer; indx binary_integer;
124: begin

Line 141: procedure rosetta_table_copy_out_p5(t ahl_qa_results_pvt.qa_context_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

137: end loop;
138: end if;
139: end if;
140: end rosetta_table_copy_in_p5;
141: procedure rosetta_table_copy_out_p5(t ahl_qa_results_pvt.qa_context_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
142: , a1 out nocopy JTF_VARCHAR2_TABLE_2000
143: ) as
144: ddindx binary_integer; indx binary_integer;
145: begin

Line 147: a0 := JTF_VARCHAR2_TABLE_100();

143: ) as
144: ddindx binary_integer; indx binary_integer;
145: begin
146: if t is null or t.count = 0 then
147: a0 := JTF_VARCHAR2_TABLE_100();
148: a1 := JTF_VARCHAR2_TABLE_2000();
149: else
150: a0 := JTF_VARCHAR2_TABLE_100();
151: a1 := JTF_VARCHAR2_TABLE_2000();

Line 150: a0 := JTF_VARCHAR2_TABLE_100();

146: if t is null or t.count = 0 then
147: a0 := JTF_VARCHAR2_TABLE_100();
148: a1 := JTF_VARCHAR2_TABLE_2000();
149: else
150: a0 := JTF_VARCHAR2_TABLE_100();
151: a1 := JTF_VARCHAR2_TABLE_2000();
152: if t.count > 0 then
153: a0.extend(t.count);
154: a1.extend(t.count);

Line 189: , p15_a0 JTF_VARCHAR2_TABLE_100

185: , p13_a2 JTF_NUMBER_TABLE
186: , p14_a0 JTF_NUMBER_TABLE
187: , p14_a1 JTF_VARCHAR2_TABLE_2000
188: , p14_a2 JTF_NUMBER_TABLE
189: , p15_a0 JTF_VARCHAR2_TABLE_100
190: , p15_a1 JTF_VARCHAR2_TABLE_2000
191: , p_result_commit_flag NUMBER
192: , p_id_or_value VARCHAR2
193: , p_x_collection_id in out nocopy NUMBER