DBA Data[Home] [Help]

APPS.INV_OA_GEN_PVT dependencies on INV_OA_GEN_PVT

Line 1: package body INV_OA_GEN_PVT as

1: package body INV_OA_GEN_PVT as
2: /* $Header: INVOAGEB.pls 120.0 2005/06/28 16:26 jxlu noship $ */
3:
4: PROCEDURE BUILD_ASSEMBLY_LOT_SERIAL_TBL(
5: x_return_status out nocopy VARCHAR2

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 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 90: ddp_assembly_lot_serial_tbl inv_oa_gen_pvt.assembly_lot_sel_tbl_type;

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;
91: ddindx binary_integer; indx binary_integer;
92: begin
93:
94: -- copy data to the local IN or IN-OUT args, if any

Line 103: inv_oa_gen_pvt.build_assembly_lot_serial_tbl(x_return_status,

99: , p3_a1
100: );
101:
102: -- here's the delegated call to the old PL/SQL routine
103: inv_oa_gen_pvt.build_assembly_lot_serial_tbl(x_return_status,
104: x_msg_count,
105: x_msg_data,
106: ddp_assembly_lot_serial_tbl);
107:

Line 115: end INV_OA_GEN_PVT;

111:
112: end;
113:
114:
115: end INV_OA_GEN_PVT;