DBA Data[Home] [Help]

APPS.INV_SERIAL_EO_PVT dependencies on JTF_VARCHAR2_TABLE_1000

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

183: mydebug('In g_exc_unexpected_error ' || SQLERRM);
184: END delete_serial;
185:
186:
187: procedure rosetta_table_copy_in_p0(t out nocopy inv_lot_api_pub.char_tbl, a0 JTF_VARCHAR2_TABLE_1000) as
188: ddindx binary_integer; indx binary_integer;
189: begin
190: if a0 is not null and a0.count > 0 then
191: if a0.count > 0 then

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

201: end loop;
202: end if;
203: end if;
204: end rosetta_table_copy_in_p0;
205: procedure rosetta_table_copy_out_p0(t inv_lot_api_pub.char_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
206: ddindx binary_integer; indx binary_integer;
207: begin
208: if t is null or t.count = 0 then
209: a0 := JTF_VARCHAR2_TABLE_1000();

Line 209: a0 := JTF_VARCHAR2_TABLE_1000();

205: procedure rosetta_table_copy_out_p0(t inv_lot_api_pub.char_tbl, a0 out nocopy JTF_VARCHAR2_TABLE_1000) as
206: ddindx binary_integer; indx binary_integer;
207: begin
208: if t is null or t.count = 0 then
209: a0 := JTF_VARCHAR2_TABLE_1000();
210: else
211: a0 := JTF_VARCHAR2_TABLE_1000();
212: if t.count > 0 then
213: a0.extend(t.count);

Line 211: a0 := JTF_VARCHAR2_TABLE_1000();

207: begin
208: if t is null or t.count = 0 then
209: a0 := JTF_VARCHAR2_TABLE_1000();
210: else
211: a0 := JTF_VARCHAR2_TABLE_1000();
212: if t.count > 0 then
213: a0.extend(t.count);
214: ddindx := t.first;
215: indx := 1;

Line 354: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000

350: , p_wip_entity_id NUMBER
351: , p_operation_seq_num NUMBER
352: , p_intraoperation_step_type NUMBER
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

Line 356: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000

352: , p_intraoperation_step_type NUMBER
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

Line 494: , p_attributes_tbl JTF_VARCHAR2_TABLE_1000

490: , p_operation_seq_num NUMBER
491: , p_intraoperation_step_type NUMBER
492: , p_line_mark_id NUMBER
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

Line 496: , p_c_attributes_tbl JTF_VARCHAR2_TABLE_1000

492: , p_line_mark_id NUMBER
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