DBA Data[Home] [Help]

APPS.INV_LOT_EO_PVT dependencies on JTF_VARCHAR2_TABLE_1000

Line 463: procedure rosetta_table_copy_in_p0(t out nocopy inv_lot_api_pub.char_tbl, a0 JTF_VARCHAR2_TABLE_1000) as

459: END delete_lot;
460:
461:
462:
463: procedure rosetta_table_copy_in_p0(t out nocopy inv_lot_api_pub.char_tbl, a0 JTF_VARCHAR2_TABLE_1000) as
464: ddindx binary_integer; indx binary_integer;
465: begin
466: if a0 is not null and a0.count > 0 then
467: if a0.count > 0 then

Line 481: procedure rosetta_table_copy_out_p0(t inv_lot_api_pub.char_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as

477: end loop;
478: end if;
479: end if;
480: end rosetta_table_copy_in_p0;
481: procedure rosetta_table_copy_out_p0(t inv_lot_api_pub.char_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
482: ddindx binary_integer; indx binary_integer;
483: begin
484: if t is null or t.count = 0 then
485: a0 := JTF_VARCHAR2_TABLE_1000();

Line 485: a0 := JTF_VARCHAR2_TABLE_1000();

481: procedure rosetta_table_copy_out_p0(t inv_lot_api_pub.char_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
482: ddindx binary_integer; indx binary_integer;
483: begin
484: if t is null or t.count = 0 then
485: a0 := JTF_VARCHAR2_TABLE_1000();
486: else
487: a0 := JTF_VARCHAR2_TABLE_1000();
488: if t.count > 0 then
489: a0.extend(t.count);

Line 487: a0 := JTF_VARCHAR2_TABLE_1000();

483: begin
484: if t is null or t.count = 0 then
485: a0 := JTF_VARCHAR2_TABLE_1000();
486: else
487: a0 := JTF_VARCHAR2_TABLE_1000();
488: if t.count > 0 then
489: a0.extend(t.count);
490: ddindx := t.first;
491: indx := 1;

Line 596: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000

592: , p_expiration_date DATE
593: , p_disable_flag NUMBER
594: , p_attribute_category VARCHAR2
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

Line 597: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000

593: , p_disable_flag NUMBER
594: , p_attribute_category VARCHAR2
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

Line 771: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000

767: , p_expiration_date DATE
768: , p_disable_flag NUMBER
769: , p_attribute_category VARCHAR2
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

Line 772: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000

768: , p_disable_flag NUMBER
769: , p_attribute_category VARCHAR2
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