DBA Data[Home] [Help]

APPS.INV_SERIAL_EO_PVT dependencies on JTF_NUMBER_TABLE

Line 228: procedure rosetta_table_copy_in_p1(t out nocopy inv_lot_api_pub.number_tbl, a0 JTF_NUMBER_TABLE) as

224: end if;
225: end if;
226: end rosetta_table_copy_out_p0;
227:
228: procedure rosetta_table_copy_in_p1(t out nocopy inv_lot_api_pub.number_tbl, a0 JTF_NUMBER_TABLE) as
229: ddindx binary_integer; indx binary_integer;
230: begin
231: if a0 is not null and a0.count > 0 then
232: if a0.count > 0 then

Line 246: procedure rosetta_table_copy_out_p1(t inv_lot_api_pub.number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as

242: end loop;
243: end if;
244: end if;
245: end rosetta_table_copy_in_p1;
246: procedure rosetta_table_copy_out_p1(t inv_lot_api_pub.number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as
247: ddindx binary_integer; indx binary_integer;
248: begin
249: if t is null or t.count = 0 then
250: a0 := JTF_NUMBER_TABLE();

Line 250: a0 := JTF_NUMBER_TABLE();

246: procedure rosetta_table_copy_out_p1(t inv_lot_api_pub.number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as
247: ddindx binary_integer; indx binary_integer;
248: begin
249: if t is null or t.count = 0 then
250: a0 := JTF_NUMBER_TABLE();
251: else
252: a0 := JTF_NUMBER_TABLE();
253: if t.count > 0 then
254: a0.extend(t.count);

Line 252: a0 := JTF_NUMBER_TABLE();

248: begin
249: if t is null or t.count = 0 then
250: a0 := JTF_NUMBER_TABLE();
251: else
252: a0 := JTF_NUMBER_TABLE();
253: if t.count > 0 then
254: a0.extend(t.count);
255: ddindx := t.first;
256: indx := 1;

Line 357: , p_n_attributes_tbl JTF_NUMBER_TABLE

353: , p_attribute_category VARCHAR2
354: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000
355: , p_serial_attribute_category VARCHAR2
356: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000
357: , p_n_attributes_tbl JTF_NUMBER_TABLE
358: , p_d_attributes_tbl JTF_DATE_TABLE
359: , p_origination_date DATE
360: , p_territory_code VARCHAR2
361: )

Line 497: , p_n_attributes_tbl JTF_NUMBER_TABLE

493: , p_attribute_category VARCHAR2
494: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000
495: , p_serial_attribute_category VARCHAR2
496: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000
497: , p_n_attributes_tbl JTF_NUMBER_TABLE
498: , p_d_attributes_tbl JTF_DATE_TABLE
499: , p_origination_date DATE
500: , p_territory_code VARCHAR2
501: )