DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_BUDGET_PVT_W dependencies on OKL_SUBSIDY_POOL_BUDGET_PVT

Line 1: package body okl_subsidy_pool_budget_pvt_w as

1: package body okl_subsidy_pool_budget_pvt_w as
2: /* $Header: OKLESIBB.pls 120.1 2005/10/30 03:16:42 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 92: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;

88: , p6_a30 out nocopy JTF_NUMBER_TABLE
89: )
90:
91: as
92: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
93: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:

Line 93: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;

89: )
90:
91: as
92: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
93: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
94: ddindx binary_integer; indx binary_integer;
95: begin
96:
97: -- copy data to the local IN or IN-OUT args, if any

Line 138: okl_subsidy_pool_budget_pvt.create_budget_line(p_api_version,

134: );
135:
136:
137: -- here's the delegated call to the old PL/SQL routine
138: okl_subsidy_pool_budget_pvt.create_budget_line(p_api_version,
139: p_init_msg_list,
140: x_return_status,
141: x_msg_count,
142: x_msg_data,

Line 257: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;

253: , p6_a30 out nocopy JTF_NUMBER_TABLE
254: )
255:
256: as
257: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
258: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
259: ddindx binary_integer; indx binary_integer;
260: begin
261:

Line 258: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;

254: )
255:
256: as
257: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
258: ddx_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
259: ddindx binary_integer; indx binary_integer;
260: begin
261:
262: -- copy data to the local IN or IN-OUT args, if any

Line 303: okl_subsidy_pool_budget_pvt.update_budget_line(p_api_version,

299: );
300:
301:
302: -- here's the delegated call to the old PL/SQL routine
303: okl_subsidy_pool_budget_pvt.update_budget_line(p_api_version,
304: p_init_msg_list,
305: x_return_status,
306: x_msg_count,
307: x_msg_data,

Line 391: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;

387: , p5_a30 JTF_NUMBER_TABLE
388: )
389:
390: as
391: ddp_budget_line_tbl okl_subsidy_pool_budget_pvt.budget_line_tbl;
392: ddindx binary_integer; indx binary_integer;
393: begin
394:
395: -- copy data to the local IN or IN-OUT args, if any

Line 435: okl_subsidy_pool_budget_pvt.validate_budget_line(p_api_version,

431: , p5_a30
432: );
433:
434: -- here's the delegated call to the old PL/SQL routine
435: okl_subsidy_pool_budget_pvt.validate_budget_line(p_api_version,
436: p_init_msg_list,
437: x_return_status,
438: x_msg_count,
439: x_msg_data,

Line 450: end okl_subsidy_pool_budget_pvt_w;

446:
447:
448: end;
449:
450: end okl_subsidy_pool_budget_pvt_w;