DBA Data[Home] [Help]

APPS.INV_LOT_EO_PVT dependencies on JTF_NUMBER_TABLE

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

500: end if;
501: end if;
502: end rosetta_table_copy_out_p0;
503:
504: procedure rosetta_table_copy_in_p1(t out nocopy inv_lot_api_pub.number_tbl, a0 JTF_NUMBER_TABLE) as
505: ddindx binary_integer; indx binary_integer;
506: begin
507: if a0 is not null and a0.count > 0 then
508: if a0.count > 0 then

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

518: end loop;
519: end if;
520: end if;
521: end rosetta_table_copy_in_p1;
522: procedure rosetta_table_copy_out_p1(t inv_lot_api_pub.number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as
523: ddindx binary_integer; indx binary_integer;
524: begin
525: if t is null or t.count = 0 then
526: a0 := JTF_NUMBER_TABLE();

Line 526: a0 := JTF_NUMBER_TABLE();

522: procedure rosetta_table_copy_out_p1(t inv_lot_api_pub.number_tbl, a0 out nocopy JTF_NUMBER_TABLE) as
523: ddindx binary_integer; indx binary_integer;
524: begin
525: if t is null or t.count = 0 then
526: a0 := JTF_NUMBER_TABLE();
527: else
528: a0 := JTF_NUMBER_TABLE();
529: if t.count > 0 then
530: a0.extend(t.count);

Line 528: a0 := JTF_NUMBER_TABLE();

524: begin
525: if t is null or t.count = 0 then
526: a0 := JTF_NUMBER_TABLE();
527: else
528: a0 := JTF_NUMBER_TABLE();
529: if t.count > 0 then
530: a0.extend(t.count);
531: ddindx := t.first;
532: indx := 1;

Line 598: , p_n_attributes_tbl JTF_NUMBER_TABLE

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
602: , p_date_code VARCHAR2

Line 773: , p_n_attributes_tbl JTF_NUMBER_TABLE

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
777: , p_date_code VARCHAR2