DBA Data[Home] [Help]

APPS.INV_SERIAL_EO_PVT dependencies on JTF_DATE_TABLE

Line 269: procedure rosetta_table_copy_in_p2(t out nocopy inv_lot_api_pub.date_tbl, a0 JTF_DATE_TABLE) as

265: end if;
266: end if;
267: end rosetta_table_copy_out_p1;
268:
269: procedure rosetta_table_copy_in_p2(t out nocopy inv_lot_api_pub.date_tbl, a0 JTF_DATE_TABLE) as
270: ddindx binary_integer; indx binary_integer;
271: begin
272: if a0 is not null and a0.count > 0 then
273: if a0.count > 0 then

Line 287: procedure rosetta_table_copy_out_p2(t inv_lot_api_pub.date_tbl, a0 out nocopy JTF_DATE_TABLE) as

283: end loop;
284: end if;
285: end if;
286: end rosetta_table_copy_in_p2;
287: procedure rosetta_table_copy_out_p2(t inv_lot_api_pub.date_tbl, a0 out nocopy JTF_DATE_TABLE) as
288: ddindx binary_integer; indx binary_integer;
289: begin
290: if t is null or t.count = 0 then
291: a0 := JTF_DATE_TABLE();

Line 291: a0 := JTF_DATE_TABLE();

287: procedure rosetta_table_copy_out_p2(t inv_lot_api_pub.date_tbl, a0 out nocopy JTF_DATE_TABLE) as
288: ddindx binary_integer; indx binary_integer;
289: begin
290: if t is null or t.count = 0 then
291: a0 := JTF_DATE_TABLE();
292: else
293: a0 := JTF_DATE_TABLE();
294: if t.count > 0 then
295: a0.extend(t.count);

Line 293: a0 := JTF_DATE_TABLE();

289: begin
290: if t is null or t.count = 0 then
291: a0 := JTF_DATE_TABLE();
292: else
293: a0 := JTF_DATE_TABLE();
294: if t.count > 0 then
295: a0.extend(t.count);
296: ddindx := t.first;
297: indx := 1;

Line 358: , p_d_attributes_tbl JTF_DATE_TABLE

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: )
362:

Line 498: , p_d_attributes_tbl JTF_DATE_TABLE

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: )
502: