DBA Data[Home] [Help]

APPS.OKL_SETUPCONTEXTGROUPS_PUB_W dependencies on OKL_SETUPCONTEXTGROUPS_PUB

Line 1: package body okl_setupcontextgroups_pub_w as

1: package body okl_setupcontextgroups_pub_w as
2: /* $Header: OKLUSCGB.pls 120.1 2005/07/18 15:59:26 viselvar 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 48: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

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

Line 50: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

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

Line 71: okl_setupcontextgroups_pub.get_rec(ddp_cgrv_rec,

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

Line 128: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

124: , p5_a9 NUMBER := 0-1962.0724
125: )
126:
127: as
128: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
129: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:

Line 129: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

125: )
126:
127: as
128: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
129: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
130: ddindx binary_integer; indx binary_integer;
131: begin
132:
133: -- copy data to the local IN or IN-OUT args, if any

Line 152: okl_setupcontextgroups_pub.insert_contextgroups(p_api_version,

148: ddp_cgrv_rec.last_update_login := rosetta_g_miss_num_map(p5_a9);
149:
150:
151: -- here's the delegated call to the old PL/SQL routine
152: okl_setupcontextgroups_pub.insert_contextgroups(p_api_version,
153: p_init_msg_list,
154: x_return_status,
155: x_msg_count,
156: x_msg_data,

Line 207: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

203: , p5_a9 NUMBER := 0-1962.0724
204: )
205:
206: as
207: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
208: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
209: ddindx binary_integer; indx binary_integer;
210: begin
211:

Line 208: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;

204: )
205:
206: as
207: ddp_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
208: ddx_cgrv_rec okl_setupcontextgroups_pub.cgrv_rec_type;
209: ddindx binary_integer; indx binary_integer;
210: begin
211:
212: -- copy data to the local IN or IN-OUT args, if any

Line 231: okl_setupcontextgroups_pub.update_contextgroups(p_api_version,

227: ddp_cgrv_rec.last_update_login := rosetta_g_miss_num_map(p5_a9);
228:
229:
230: -- here's the delegated call to the old PL/SQL routine
231: okl_setupcontextgroups_pub.update_contextgroups(p_api_version,
232: p_init_msg_list,
233: x_return_status,
234: x_msg_count,
235: x_msg_data,

Line 258: end okl_setupcontextgroups_pub_w;

254: p6_a8 := ddx_cgrv_rec.last_update_date;
255: p6_a9 := rosetta_g_miss_num_map(ddx_cgrv_rec.last_update_login);
256: end;
257:
258: end okl_setupcontextgroups_pub_w;