DBA Data[Home] [Help]

APPS.OKL_SETUPCONTEXTGROUPS_PVT_W dependencies on OKL_SETUPCONTEXTGROUPS_PVT

Line 1: package body okl_setupcontextgroups_pvt_w as

1: package body okl_setupcontextgroups_pvt_w as
2: /* $Header: OKLESCGB.pls 120.1 2005/07/12 09:08:32 dkagrawa 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 47: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

43: , p0_a9 NUMBER := 0-1962.0724
44: )
45:
46: as
47: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
48: ddx_no_data_found boolean;
49: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
50: ddindx binary_integer; indx binary_integer;
51: begin

Line 49: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

45:
46: as
47: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
48: ddx_no_data_found boolean;
49: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
50: ddindx binary_integer; indx binary_integer;
51: begin
52:
53: -- copy data to the local IN or IN-OUT args, if any

Line 69: okl_setupcontextgroups_pvt.get_rec(ddp_cgrv_rec,

65:
66:
67:
68: -- here's the delegated call to the old PL/SQL routine
69: okl_setupcontextgroups_pvt.get_rec(ddp_cgrv_rec,
70: x_return_status,
71: ddx_no_data_found,
72: ddx_cgrv_rec);
73:

Line 124: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

120: , p5_a9 NUMBER := 0-1962.0724
121: )
122:
123: as
124: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
125: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:

Line 125: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

121: )
122:
123: as
124: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
125: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:
129: -- copy data to the local IN or IN-OUT args, if any

Line 148: okl_setupcontextgroups_pvt.insert_contextgroups(p_api_version,

144: ddp_cgrv_rec.last_update_login := rosetta_g_miss_num_map(p5_a9);
145:
146:
147: -- here's the delegated call to the old PL/SQL routine
148: okl_setupcontextgroups_pvt.insert_contextgroups(p_api_version,
149: p_init_msg_list,
150: x_return_status,
151: x_msg_count,
152: x_msg_data,

Line 203: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

199: , p5_a9 NUMBER := 0-1962.0724
200: )
201:
202: as
203: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
204: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
205: ddindx binary_integer; indx binary_integer;
206: begin
207:

Line 204: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;

200: )
201:
202: as
203: ddp_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
204: ddx_cgrv_rec okl_setupcontextgroups_pvt.cgrv_rec_type;
205: ddindx binary_integer; indx binary_integer;
206: begin
207:
208: -- copy data to the local IN or IN-OUT args, if any

Line 227: okl_setupcontextgroups_pvt.update_contextgroups(p_api_version,

223: ddp_cgrv_rec.last_update_login := rosetta_g_miss_num_map(p5_a9);
224:
225:
226: -- here's the delegated call to the old PL/SQL routine
227: okl_setupcontextgroups_pvt.update_contextgroups(p_api_version,
228: p_init_msg_list,
229: x_return_status,
230: x_msg_count,
231: x_msg_data,

Line 254: end okl_setupcontextgroups_pvt_w;

250: p6_a8 := ddx_cgrv_rec.last_update_date;
251: p6_a9 := rosetta_g_miss_num_map(ddx_cgrv_rec.last_update_login);
252: end;
253:
254: end okl_setupcontextgroups_pvt_w;