DBA Data[Home] [Help]

APPS.INV_OA_GEN_PVT dependencies on JTF_VARCHAR2_TABLE_100

Line 32: procedure rosetta_table_copy_in_p1(t out nocopy inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 JTF_VARCHAR2_TABLE_100

28: p_assembly_lot_serial_tbl(i).serial_number);
29: END LOOP;
30: end;
31:
32: procedure rosetta_table_copy_in_p1(t out nocopy inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 JTF_VARCHAR2_TABLE_100
33: , a1 JTF_VARCHAR2_TABLE_100
34: ) as
35: ddindx binary_integer; indx binary_integer;
36: begin

Line 33: , a1 JTF_VARCHAR2_TABLE_100

29: END LOOP;
30: end;
31:
32: procedure rosetta_table_copy_in_p1(t out nocopy inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 JTF_VARCHAR2_TABLE_100
33: , a1 JTF_VARCHAR2_TABLE_100
34: ) as
35: ddindx binary_integer; indx binary_integer;
36: begin
37: if a0 is not null and a0.count > 0 then

Line 53: procedure rosetta_table_copy_out_p1(t inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100

49: end loop;
50: end if;
51: end if;
52: end rosetta_table_copy_in_p1;
53: procedure rosetta_table_copy_out_p1(t inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
54: , a1 out nocopy JTF_VARCHAR2_TABLE_100
55: ) as
56: ddindx binary_integer; indx binary_integer;
57: begin

Line 54: , a1 out nocopy JTF_VARCHAR2_TABLE_100

50: end if;
51: end if;
52: end rosetta_table_copy_in_p1;
53: procedure rosetta_table_copy_out_p1(t inv_oa_gen_pvt.assembly_lot_sel_tbl_type, a0 out nocopy JTF_VARCHAR2_TABLE_100
54: , a1 out nocopy JTF_VARCHAR2_TABLE_100
55: ) as
56: ddindx binary_integer; indx binary_integer;
57: begin
58: if t is null or t.count = 0 then

Line 59: a0 := JTF_VARCHAR2_TABLE_100();

55: ) as
56: ddindx binary_integer; indx binary_integer;
57: begin
58: if t is null or t.count = 0 then
59: a0 := JTF_VARCHAR2_TABLE_100();
60: a1 := JTF_VARCHAR2_TABLE_100();
61: else
62: a0 := JTF_VARCHAR2_TABLE_100();
63: a1 := JTF_VARCHAR2_TABLE_100();

Line 60: a1 := JTF_VARCHAR2_TABLE_100();

56: ddindx binary_integer; indx binary_integer;
57: begin
58: if t is null or t.count = 0 then
59: a0 := JTF_VARCHAR2_TABLE_100();
60: a1 := JTF_VARCHAR2_TABLE_100();
61: else
62: a0 := JTF_VARCHAR2_TABLE_100();
63: a1 := JTF_VARCHAR2_TABLE_100();
64: if t.count > 0 then

Line 62: a0 := JTF_VARCHAR2_TABLE_100();

58: if t is null or t.count = 0 then
59: a0 := JTF_VARCHAR2_TABLE_100();
60: a1 := JTF_VARCHAR2_TABLE_100();
61: else
62: a0 := JTF_VARCHAR2_TABLE_100();
63: a1 := JTF_VARCHAR2_TABLE_100();
64: if t.count > 0 then
65: a0.extend(t.count);
66: a1.extend(t.count);

Line 63: a1 := JTF_VARCHAR2_TABLE_100();

59: a0 := JTF_VARCHAR2_TABLE_100();
60: a1 := JTF_VARCHAR2_TABLE_100();
61: else
62: a0 := JTF_VARCHAR2_TABLE_100();
63: a1 := JTF_VARCHAR2_TABLE_100();
64: if t.count > 0 then
65: a0.extend(t.count);
66: a1.extend(t.count);
67: ddindx := t.first;

Line 85: , p3_a0 JTF_VARCHAR2_TABLE_100

81:
82: procedure build_assembly_lot_serial_tbl(x_return_status out nocopy VARCHAR2
83: , x_msg_count out nocopy NUMBER
84: , x_msg_data out nocopy VARCHAR2
85: , p3_a0 JTF_VARCHAR2_TABLE_100
86: , p3_a1 JTF_VARCHAR2_TABLE_100
87: )
88:
89: as

Line 86: , p3_a1 JTF_VARCHAR2_TABLE_100

82: procedure build_assembly_lot_serial_tbl(x_return_status out nocopy VARCHAR2
83: , x_msg_count out nocopy NUMBER
84: , x_msg_data out nocopy VARCHAR2
85: , p3_a0 JTF_VARCHAR2_TABLE_100
86: , p3_a1 JTF_VARCHAR2_TABLE_100
87: )
88:
89: as
90: ddp_assembly_lot_serial_tbl inv_oa_gen_pvt.assembly_lot_sel_tbl_type;