DBA Data[Home] [Help]

APPS.INV_LOT_EO_PVT dependencies on JTF_DATE_TABLE

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

541: end if;
542: end if;
543: end rosetta_table_copy_out_p1;
544:
545: procedure rosetta_table_copy_in_p2(t out nocopy inv_lot_api_pub.date_tbl, a0 JTF_DATE_TABLE) as
546: ddindx binary_integer; indx binary_integer;
547: begin
548: if a0 is not null and a0.count > 0 then
549: if a0.count > 0 then

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

559: end loop;
560: end if;
561: end if;
562: end rosetta_table_copy_in_p2;
563: procedure rosetta_table_copy_out_p2(t inv_lot_api_pub.date_tbl, a0 out nocopy JTF_DATE_TABLE) as
564: ddindx binary_integer; indx binary_integer;
565: begin
566: if t is null or t.count = 0 then
567: a0 := JTF_DATE_TABLE();

Line 567: a0 := JTF_DATE_TABLE();

563: procedure rosetta_table_copy_out_p2(t inv_lot_api_pub.date_tbl, a0 out nocopy JTF_DATE_TABLE) as
564: ddindx binary_integer; indx binary_integer;
565: begin
566: if t is null or t.count = 0 then
567: a0 := JTF_DATE_TABLE();
568: else
569: a0 := JTF_DATE_TABLE();
570: if t.count > 0 then
571: a0.extend(t.count);

Line 569: a0 := JTF_DATE_TABLE();

565: begin
566: if t is null or t.count = 0 then
567: a0 := JTF_DATE_TABLE();
568: else
569: a0 := JTF_DATE_TABLE();
570: if t.count > 0 then
571: a0.extend(t.count);
572: ddindx := t.first;
573: indx := 1;

Line 599: , p_d_attributes_tbl JTF_DATE_TABLE

595: , p_lot_attribute_category VARCHAR2
596: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000
597: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000
598: , p_n_attributes_tbl JTF_NUMBER_TABLE
599: , p_d_attributes_tbl JTF_DATE_TABLE
600: , p_grade_code VARCHAR2
601: , p_origination_date DATE
602: , p_date_code VARCHAR2
603: , p_status_id NUMBER

Line 774: , p_d_attributes_tbl JTF_DATE_TABLE

770: , p_lot_attribute_category VARCHAR2
771: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000
772: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000
773: , p_n_attributes_tbl JTF_NUMBER_TABLE
774: , p_d_attributes_tbl JTF_DATE_TABLE
775: , p_grade_code VARCHAR2
776: , p_origination_date DATE
777: , p_date_code VARCHAR2
778: , p_status_id NUMBER