DBA Data[Home] [Help]

APPS.IEM_AMV_PVT_W dependencies on IEM_AMV_PVT

Line 1: package body iem_amv_pvt_w as

1: package body iem_amv_pvt_w as
2: /* $Header: IEMPAMVB.pls 120.0 2005/06/02 14:15:47 appldev noship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 13: procedure rosetta_table_copy_in_p1(t out nocopy iem_amv_pvt.category_tbl, a0 JTF_NUMBER_TABLE

9: if d = rosetta_g_mistake_date then return fnd_api.g_miss_date; end if;
10: return d;
11: end;
12:
13: procedure rosetta_table_copy_in_p1(t out nocopy iem_amv_pvt.category_tbl, a0 JTF_NUMBER_TABLE
14: , a1 JTF_VARCHAR2_TABLE_100
15: ) as
16: ddindx binary_integer; indx binary_integer;
17: begin

Line 34: procedure rosetta_table_copy_out_p1(t iem_amv_pvt.category_tbl, a0 out nocopy JTF_NUMBER_TABLE

30: end loop;
31: end if;
32: end if;
33: end rosetta_table_copy_in_p1;
34: procedure rosetta_table_copy_out_p1(t iem_amv_pvt.category_tbl, a0 out nocopy JTF_NUMBER_TABLE
35: , a1 out nocopy JTF_VARCHAR2_TABLE_100
36: ) as
37: ddindx binary_integer; indx binary_integer;
38: begin

Line 74: ddx_category_tbl iem_amv_pvt.category_tbl;

70: , x_msg_data out nocopy VARCHAR2
71: )
72:
73: as
74: ddx_category_tbl iem_amv_pvt.category_tbl;
75: ddindx binary_integer; indx binary_integer;
76: begin
77:
78: -- copy data to the local IN or IN-OUT args, if any

Line 87: iem_amv_pvt.get_categories(p_api_version_number,

83:
84:
85:
86: -- here's the delegated call to the old PL/SQL routine
87: iem_amv_pvt.get_categories(p_api_version_number,
88: p_init_msg_list,
89: p_commit,
90: ddx_category_tbl,
91: x_return_status,

Line 99: iem_amv_pvt_w.rosetta_table_copy_out_p1(ddx_category_tbl, p3_a0

95: -- copy data back from the local variables to OUT or IN-OUT args, if any
96:
97:
98:
99: iem_amv_pvt_w.rosetta_table_copy_out_p1(ddx_category_tbl, p3_a0
100: , p3_a1
101: );
102:
103:

Line 107: end iem_amv_pvt_w;

103:
104:
105: end;
106:
107: end iem_amv_pvt_w;