DBA Data[Home] [Help]

APPS.OKL_SETUPPOVALUES_PUB_W dependencies on OKL_SETUPPOVALUES_PUB

Line 1: package body okl_setuppovalues_pub_w as

1: package body okl_setuppovalues_pub_w as
2: /* $Header: OKLUSDVB.pls 115.2 2002/12/24 04:18:26 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 50: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;

46: , p0_a10 NUMBER := 0-1962.0724
47: )
48:
49: as
50: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
51: ddx_no_data_found boolean;
52: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
53: ddindx binary_integer; indx binary_integer;
54: begin

Line 52: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;

48:
49: as
50: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
51: ddx_no_data_found boolean;
52: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
53: ddindx binary_integer; indx binary_integer;
54: begin
55:
56: -- copy data to the local IN or IN-OUT args, if any

Line 74: okl_setuppovalues_pub.get_rec(ddp_povv_rec,

70:
71:
72:
73: -- here's the delegated call to the old PL/SQL routine
74: okl_setuppovalues_pub.get_rec(ddp_povv_rec,
75: x_return_status,
76: x_msg_data,
77: ddx_no_data_found,
78: ddx_povv_rec);

Line 193: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;

189: , p7_a10 NUMBER := 0-1962.0724
190: )
191:
192: as
193: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
194: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
195: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
196: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
197: ddindx binary_integer; indx binary_integer;

Line 194: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;

190: )
191:
192: as
193: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
194: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
195: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
196: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
197: ddindx binary_integer; indx binary_integer;
198: begin

Line 195: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;

191:
192: as
193: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
194: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
195: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
196: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
197: ddindx binary_integer; indx binary_integer;
198: begin
199:

Line 196: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;

192: as
193: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
194: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
195: ddp_povv_rec okl_setuppovalues_pub.povv_rec_type;
196: ddx_povv_rec okl_setuppovalues_pub.povv_rec_type;
197: ddindx binary_integer; indx binary_integer;
198: begin
199:
200: -- copy data to the local IN or IN-OUT args, if any

Line 281: okl_setuppovalues_pub.insert_povalues(p_api_version,

277: ddp_povv_rec.last_update_login := rosetta_g_miss_num_map(p7_a10);
278:
279:
280: -- here's the delegated call to the old PL/SQL routine
281: okl_setuppovalues_pub.insert_povalues(p_api_version,
282: p_init_msg_list,
283: x_return_status,
284: x_msg_count,
285: x_msg_data,

Line 391: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;

387: , p6_a26 NUMBER := 0-1962.0724
388: )
389:
390: as
391: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
392: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
393: ddp_povv_tbl okl_setuppovalues_pub.povv_tbl_type;
394: ddindx binary_integer; indx binary_integer;
395: begin

Line 392: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;

388: )
389:
390: as
391: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
392: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
393: ddp_povv_tbl okl_setuppovalues_pub.povv_tbl_type;
394: ddindx binary_integer; indx binary_integer;
395: begin
396:

Line 393: ddp_povv_tbl okl_setuppovalues_pub.povv_tbl_type;

389:
390: as
391: ddp_pdtv_rec okl_setuppovalues_pub.pdtv_rec_type;
392: ddp_optv_rec okl_setuppovalues_pub.optv_rec_type;
393: ddp_povv_tbl okl_setuppovalues_pub.povv_tbl_type;
394: ddindx binary_integer; indx binary_integer;
395: begin
396:
397: -- copy data to the local IN or IN-OUT args, if any

Line 478: okl_setuppovalues_pub.delete_povalues(p_api_version,

474: , p7_a10
475: );
476:
477: -- here's the delegated call to the old PL/SQL routine
478: okl_setuppovalues_pub.delete_povalues(p_api_version,
479: p_init_msg_list,
480: x_return_status,
481: x_msg_count,
482: x_msg_data,

Line 497: end okl_setuppovalues_pub_w;

493:
494:
495: end;
496:
497: end okl_setuppovalues_pub_w;