DBA Data[Home] [Help]

APPS.OKL_SETUPPQUALITYS_PVT_W dependencies on OKL_SETUPPQUALITYS_PVT

Line 1: package body okl_setuppqualitys_pvt_w as

1: package body okl_setuppqualitys_pvt_w as
2: /* $Header: OKLESPQB.pls 115.2 2002/12/24 04:03:53 sgorantl 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 51: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

47: , p0_a11 NUMBER := 0-1962.0724
48: )
49:
50: as
51: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
52: ddx_no_data_found boolean;
53: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
54: ddindx binary_integer; indx binary_integer;
55: begin

Line 53: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

49:
50: as
51: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
52: ddx_no_data_found boolean;
53: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
54: ddindx binary_integer; indx binary_integer;
55: begin
56:
57: -- copy data to the local IN or IN-OUT args, if any

Line 75: okl_setuppqualitys_pvt.get_rec(ddp_pqyv_rec,

71:
72:
73:
74: -- here's the delegated call to the old PL/SQL routine
75: okl_setuppqualitys_pvt.get_rec(ddp_pqyv_rec,
76: ddx_no_data_found,
77: x_return_status,
78: ddx_pqyv_rec);
79:

Line 136: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

132: , p5_a11 NUMBER := 0-1962.0724
133: )
134:
135: as
136: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
137: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
138: ddindx binary_integer; indx binary_integer;
139: begin
140:

Line 137: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

133: )
134:
135: as
136: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
137: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
138: ddindx binary_integer; indx binary_integer;
139: begin
140:
141: -- copy data to the local IN or IN-OUT args, if any

Line 162: okl_setuppqualitys_pvt.insert_pqualitys(p_api_version,

158: ddp_pqyv_rec.last_update_login := rosetta_g_miss_num_map(p5_a11);
159:
160:
161: -- here's the delegated call to the old PL/SQL routine
162: okl_setuppqualitys_pvt.insert_pqualitys(p_api_version,
163: p_init_msg_list,
164: x_return_status,
165: x_msg_count,
166: x_msg_data,

Line 223: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

219: , p5_a11 NUMBER := 0-1962.0724
220: )
221:
222: as
223: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
224: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
225: ddindx binary_integer; indx binary_integer;
226: begin
227:

Line 224: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;

220: )
221:
222: as
223: ddp_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
224: ddx_pqyv_rec okl_setuppqualitys_pvt.pqyv_rec_type;
225: ddindx binary_integer; indx binary_integer;
226: begin
227:
228: -- copy data to the local IN or IN-OUT args, if any

Line 249: okl_setuppqualitys_pvt.update_pqualitys(p_api_version,

245: ddp_pqyv_rec.last_update_login := rosetta_g_miss_num_map(p5_a11);
246:
247:
248: -- here's the delegated call to the old PL/SQL routine
249: okl_setuppqualitys_pvt.update_pqualitys(p_api_version,
250: p_init_msg_list,
251: x_return_status,
252: x_msg_count,
253: x_msg_data,

Line 278: end okl_setuppqualitys_pvt_w;

274: p6_a10 := ddx_pqyv_rec.last_update_date;
275: p6_a11 := rosetta_g_miss_num_map(ddx_pqyv_rec.last_update_login);
276: end;
277:
278: end okl_setuppqualitys_pvt_w;