DBA Data[Home] [Help]

APPS.OKL_POPULATE_PRCENG_RST_PUB_W dependencies on JTF_VARCHAR2_TABLE_300

Line 94: , a1 JTF_VARCHAR2_TABLE_300

90: end if;
91: end rosetta_table_copy_out_p19;
92:
93: procedure rosetta_table_copy_in_p21(t out nocopy okl_populate_prceng_rst_pub.strm_excp_tbl_type, a0 JTF_VARCHAR2_TABLE_100
94: , a1 JTF_VARCHAR2_TABLE_300
95: , a2 JTF_VARCHAR2_TABLE_1000
96: ) as
97: ddindx binary_integer; indx binary_integer;
98: begin

Line 117: , a1 out nocopy JTF_VARCHAR2_TABLE_300

113: end if;
114: end if;
115: end rosetta_table_copy_in_p21;
116: procedure rosetta_table_copy_out_p21(t okl_populate_prceng_rst_pub.strm_excp_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
117: , a1 out nocopy JTF_VARCHAR2_TABLE_300
118: , a2 out nocopy JTF_VARCHAR2_TABLE_1000
119: ) as
120: ddindx binary_integer; indx binary_integer;
121: begin

Line 124: a1 := JTF_VARCHAR2_TABLE_300();

120: ddindx binary_integer; indx binary_integer;
121: begin
122: if t is null or t.count = 0 then
123: a0 := JTF_VARCHAR2_TABLE_100();
124: a1 := JTF_VARCHAR2_TABLE_300();
125: a2 := JTF_VARCHAR2_TABLE_1000();
126: else
127: a0 := JTF_VARCHAR2_TABLE_100();
128: a1 := JTF_VARCHAR2_TABLE_300();

Line 128: a1 := JTF_VARCHAR2_TABLE_300();

124: a1 := JTF_VARCHAR2_TABLE_300();
125: a2 := JTF_VARCHAR2_TABLE_1000();
126: else
127: a0 := JTF_VARCHAR2_TABLE_100();
128: a1 := JTF_VARCHAR2_TABLE_300();
129: a2 := JTF_VARCHAR2_TABLE_1000();
130: if t.count > 0 then
131: a0.extend(t.count);
132: a1.extend(t.count);

Line 192: , p3_a1 JTF_VARCHAR2_TABLE_300

188: procedure populate_sif_ret_errors(x_return_status out nocopy VARCHAR2
189: , x_id out nocopy NUMBER
190: , p_sir_id NUMBER
191: , p3_a0 JTF_VARCHAR2_TABLE_100
192: , p3_a1 JTF_VARCHAR2_TABLE_300
193: , p3_a2 JTF_VARCHAR2_TABLE_1000
194: , p_tag_attribute_name VARCHAR2
195: , p_tag_attribute_value VARCHAR2
196: , p_description VARCHAR2