DBA Data[Home] [Help]

APPS.OKL_SETUPFUNCTIONS_PVT_W dependencies on OKL_SETUPFUNCTIONS_PVT

Line 1: package body okl_setupfunctions_pvt_w as

1: package body okl_setupfunctions_pvt_w as
2: /* $Header: OKLESDFB.pls 120.1 2005/07/12 09:09:04 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 91: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

87: , p0_a31 NUMBER := 0-1962.0724
88: )
89:
90: as
91: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
92: ddx_no_data_found boolean;
93: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin

Line 93: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

89:
90: as
91: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
92: ddx_no_data_found boolean;
93: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 135: okl_setupfunctions_pvt.get_rec(ddp_dsfv_rec,

131:
132:
133:
134: -- here's the delegated call to the old PL/SQL routine
135: okl_setupfunctions_pvt.get_rec(ddp_dsfv_rec,
136: x_return_status,
137: ddx_no_data_found,
138: ddx_dsfv_rec);
139:

Line 256: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

252: , p5_a31 NUMBER := 0-1962.0724
253: )
254:
255: as
256: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
257: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
258: ddindx binary_integer; indx binary_integer;
259: begin
260:

Line 257: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

253: )
254:
255: as
256: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
257: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
258: ddindx binary_integer; indx binary_integer;
259: begin
260:
261: -- copy data to the local IN or IN-OUT args, if any

Line 302: okl_setupfunctions_pvt.insert_functions(p_api_version,

298: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
299:
300:
301: -- here's the delegated call to the old PL/SQL routine
302: okl_setupfunctions_pvt.insert_functions(p_api_version,
303: p_init_msg_list,
304: x_return_status,
305: x_msg_count,
306: x_msg_data,

Line 423: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

419: , p5_a31 NUMBER := 0-1962.0724
420: )
421:
422: as
423: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
424: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
425: ddindx binary_integer; indx binary_integer;
426: begin
427:

Line 424: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;

420: )
421:
422: as
423: ddp_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
424: ddx_dsfv_rec okl_setupfunctions_pvt.dsfv_rec_type;
425: ddindx binary_integer; indx binary_integer;
426: begin
427:
428: -- copy data to the local IN or IN-OUT args, if any

Line 469: okl_setupfunctions_pvt.update_functions(p_api_version,

465: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
466:
467:
468: -- here's the delegated call to the old PL/SQL routine
469: okl_setupfunctions_pvt.update_functions(p_api_version,
470: p_init_msg_list,
471: x_return_status,
472: x_msg_count,
473: x_msg_data,

Line 518: end okl_setupfunctions_pvt_w;

514: p6_a30 := ddx_dsfv_rec.last_update_date;
515: p6_a31 := rosetta_g_miss_num_map(ddx_dsfv_rec.last_update_login);
516: end;
517:
518: end okl_setupfunctions_pvt_w;