DBA Data[Home] [Help]

APPS.OKL_SETUPFORMULAE_PVT_W dependencies on OKL_SETUPFORMULAE_PVT

Line 1: package body okl_setupformulae_pvt_w as

1: package body okl_setupformulae_pvt_w as
2: /* $Header: OKLESFMB.pls 120.1 2005/07/12 09:09:38 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 95: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

91: , p0_a33 NUMBER := 0-1962.0724
92: )
93:
94: as
95: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
96: ddx_no_data_found boolean;
97: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
98: ddindx binary_integer; indx binary_integer;
99: begin

Line 97: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

93:
94: as
95: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
96: ddx_no_data_found boolean;
97: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
98: ddindx binary_integer; indx binary_integer;
99: begin
100:
101: -- copy data to the local IN or IN-OUT args, if any

Line 141: okl_setupformulae_pvt.get_rec(ddp_fmav_rec,

137:
138:
139:
140: -- here's the delegated call to the old PL/SQL routine
141: okl_setupformulae_pvt.get_rec(ddp_fmav_rec,
142: x_return_status,
143: ddx_no_data_found,
144: ddx_fmav_rec);
145:

Line 268: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

264: , p5_a33 NUMBER := 0-1962.0724
265: )
266:
267: as
268: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
269: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
270: ddindx binary_integer; indx binary_integer;
271: begin
272:

Line 269: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

265: )
266:
267: as
268: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
269: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
270: ddindx binary_integer; indx binary_integer;
271: begin
272:
273: -- copy data to the local IN or IN-OUT args, if any

Line 316: okl_setupformulae_pvt.insert_formulae(p_api_version,

312: ddp_fmav_rec.last_update_login := rosetta_g_miss_num_map(p5_a33);
313:
314:
315: -- here's the delegated call to the old PL/SQL routine
316: okl_setupformulae_pvt.insert_formulae(p_api_version,
317: p_init_msg_list,
318: x_return_status,
319: x_msg_count,
320: x_msg_data,

Line 443: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

439: , p5_a33 NUMBER := 0-1962.0724
440: )
441:
442: as
443: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
444: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
445: ddindx binary_integer; indx binary_integer;
446: begin
447:

Line 444: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;

440: )
441:
442: as
443: ddp_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
444: ddx_fmav_rec okl_setupformulae_pvt.fmav_rec_type;
445: ddindx binary_integer; indx binary_integer;
446: begin
447:
448: -- copy data to the local IN or IN-OUT args, if any

Line 491: okl_setupformulae_pvt.update_formulae(p_api_version,

487: ddp_fmav_rec.last_update_login := rosetta_g_miss_num_map(p5_a33);
488:
489:
490: -- here's the delegated call to the old PL/SQL routine
491: okl_setupformulae_pvt.update_formulae(p_api_version,
492: p_init_msg_list,
493: x_return_status,
494: x_msg_count,
495: x_msg_data,

Line 542: end okl_setupformulae_pvt_w;

538: p6_a32 := ddx_fmav_rec.last_update_date;
539: p6_a33 := rosetta_g_miss_num_map(ddx_fmav_rec.last_update_login);
540: end;
541:
542: end okl_setupformulae_pvt_w;