DBA Data[Home] [Help]

APPS.JTF_LOC_TYPES_PVT_W dependencies on JTF_LOC_TYPES_PVT

Line 1: package body jtf_loc_types_pvt_w as

1: package body jtf_loc_types_pvt_w as
2: /* $Header: jtfwlotb.pls 120.2 2005/08/18 22:56:10 stopiwal ship $ */
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 41: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;

37: , p7_a8 VARCHAR2 := fnd_api.g_miss_char
38: , p7_a9 VARCHAR2 := fnd_api.g_miss_char
39: )
40: as
41: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;
42: ddindx binary_integer; indx binary_integer;
43: begin
44:
45: -- copy data to the local IN or IN-OUT args, if any

Line 65: jtf_loc_types_pvt.update_loc_type(p_api_version,

61: ddp_loc_type_rec.location_type_name := p7_a8;
62: ddp_loc_type_rec.description := p7_a9;
63:
64: -- here's the delegated call to the old PL/SQL routine
65: jtf_loc_types_pvt.update_loc_type(p_api_version,
66: p_init_msg_list,
67: p_commit,
68: p_validation_level,
69: x_return_status,

Line 98: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;

94: , p2_a8 VARCHAR2 := fnd_api.g_miss_char
95: , p2_a9 VARCHAR2 := fnd_api.g_miss_char
96: )
97: as
98: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;
99: ddindx binary_integer; indx binary_integer;
100: begin
101:
102: -- copy data to the local IN or IN-OUT args, if any

Line 117: jtf_loc_types_pvt.check_items(p_validation_mode,

113: ddp_loc_type_rec.location_type_name := p2_a8;
114: ddp_loc_type_rec.description := p2_a9;
115:
116: -- here's the delegated call to the old PL/SQL routine
117: jtf_loc_types_pvt.check_items(p_validation_mode,
118: x_return_status,
119: ddp_loc_type_rec);
120:
121: -- copy data back from the local OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any

Line 140: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;

136: , p1_a8 VARCHAR2 := fnd_api.g_miss_char
137: , p1_a9 VARCHAR2 := fnd_api.g_miss_char
138: )
139: as
140: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;
141: ddindx binary_integer; indx binary_integer;
142: begin
143:
144: -- copy data to the local IN or IN-OUT args, if any

Line 159: jtf_loc_types_pvt.check_loc_type_req_items(p_validation_mode,

155: ddp_loc_type_rec.description := p1_a9;
156:
157:
158: -- here's the delegated call to the old PL/SQL routine
159: jtf_loc_types_pvt.check_loc_type_req_items(p_validation_mode,
160: ddp_loc_type_rec,
161: x_return_status);
162:
163: -- copy data back from the local OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any

Line 182: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;

178: , p1_a8 VARCHAR2 := fnd_api.g_miss_char
179: , p1_a9 VARCHAR2 := fnd_api.g_miss_char
180: )
181: as
182: ddp_loc_type_rec jtf_loc_types_pvt.loc_type_rec_type;
183: ddindx binary_integer; indx binary_integer;
184: begin
185:
186: -- copy data to the local IN or IN-OUT args, if any

Line 201: jtf_loc_types_pvt.check_loc_type_uk_items(p_validation_mode,

197: ddp_loc_type_rec.description := p1_a9;
198:
199:
200: -- here's the delegated call to the old PL/SQL routine
201: jtf_loc_types_pvt.check_loc_type_uk_items(p_validation_mode,
202: ddp_loc_type_rec,
203: x_return_status);
204:
205: -- copy data back from the local OUT NOCOPY /* file.sql.39 change */ or IN-OUT args, if any

Line 210: end jtf_loc_types_pvt_w;

206:
207:
208: end;
209:
210: end jtf_loc_types_pvt_w;