DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_PVT_W dependencies on OKL_SUBSIDY_POOL_PVT

Line 1: package body okl_subsidy_pool_pvt_w as

1: package body okl_subsidy_pool_pvt_w as
2: /* $Header: OKLESIPB.pls 120.1 2005/10/30 03:16:45 appldev 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 106: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;

102: , p5_a37 NUMBER := 0-1962.0724
103: )
104:
105: as
106: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
107: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
108: ddindx binary_integer; indx binary_integer;
109: begin
110:

Line 107: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;

103: )
104:
105: as
106: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
107: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
108: ddindx binary_integer; indx binary_integer;
109: begin
110:
111: -- copy data to the local IN or IN-OUT args, if any

Line 158: okl_subsidy_pool_pvt.create_sub_pool(p_api_version,

154: ddp_sub_pool_rec.last_update_login := rosetta_g_miss_num_map(p5_a37);
155:
156:
157: -- here's the delegated call to the old PL/SQL routine
158: okl_subsidy_pool_pvt.create_sub_pool(p_api_version,
159: p_init_msg_list,
160: x_return_status,
161: x_msg_count,
162: x_msg_data,

Line 297: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;

293: , p5_a37 NUMBER := 0-1962.0724
294: )
295:
296: as
297: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
298: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
299: ddindx binary_integer; indx binary_integer;
300: begin
301:

Line 298: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;

294: )
295:
296: as
297: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
298: ddx_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
299: ddindx binary_integer; indx binary_integer;
300: begin
301:
302: -- copy data to the local IN or IN-OUT args, if any

Line 349: okl_subsidy_pool_pvt.update_sub_pool(p_api_version,

345: ddp_sub_pool_rec.last_update_login := rosetta_g_miss_num_map(p5_a37);
346:
347:
348: -- here's the delegated call to the old PL/SQL routine
349: okl_subsidy_pool_pvt.update_sub_pool(p_api_version,
350: p_init_msg_list,
351: x_return_status,
352: x_msg_count,
353: x_msg_data,

Line 450: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;

446: , p5_a37 NUMBER := 0-1962.0724
447: )
448:
449: as
450: ddp_sub_pool_rec okl_subsidy_pool_pvt.subsidy_pool_rec;
451: ddindx binary_integer; indx binary_integer;
452: begin
453:
454: -- copy data to the local IN or IN-OUT args, if any

Line 500: okl_subsidy_pool_pvt.validate_sub_pool(p_api_version,

496: ddp_sub_pool_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a36);
497: ddp_sub_pool_rec.last_update_login := rosetta_g_miss_num_map(p5_a37);
498:
499: -- here's the delegated call to the old PL/SQL routine
500: okl_subsidy_pool_pvt.validate_sub_pool(p_api_version,
501: p_init_msg_list,
502: x_return_status,
503: x_msg_count,
504: x_msg_data,

Line 515: end okl_subsidy_pool_pvt_w;

511:
512:
513: end;
514:
515: end okl_subsidy_pool_pvt_w;