DBA Data[Home] [Help]

APPS.OKL_SETUPPOPTIONS_PUB_W dependencies on OKL_SETUPPOPTIONS_PUB

Line 1: package body okl_setuppoptions_pub_w as

1: package body okl_setuppoptions_pub_w as
2: /* $Header: OKLUSPOB.pls 115.2 2002/12/24 04:20:30 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 52: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;

48: , p0_a11 NUMBER := 0-1962.0724
49: )
50:
51: as
52: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
53: ddx_no_data_found boolean;
54: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
55: ddindx binary_integer; indx binary_integer;
56: begin

Line 54: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;

50:
51: as
52: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
53: ddx_no_data_found boolean;
54: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
55: ddindx binary_integer; indx binary_integer;
56: begin
57:
58: -- copy data to the local IN or IN-OUT args, if any

Line 77: okl_setuppoptions_pub.get_rec(ddp_ponv_rec,

73:
74:
75:
76: -- here's the delegated call to the old PL/SQL routine
77: okl_setuppoptions_pub.get_rec(ddp_ponv_rec,
78: x_return_status,
79: x_msg_data,
80: ddx_no_data_found,
81: ddx_ponv_rec);

Line 172: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;

168: , p6_a11 NUMBER := 0-1962.0724
169: )
170:
171: as
172: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;
173: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
174: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
175: ddindx binary_integer; indx binary_integer;
176: begin

Line 173: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;

169: )
170:
171: as
172: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;
173: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
174: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
175: ddindx binary_integer; indx binary_integer;
176: begin
177:

Line 174: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;

170:
171: as
172: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;
173: ddp_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
174: ddx_ponv_rec okl_setuppoptions_pub.ponv_rec_type;
175: ddindx binary_integer; indx binary_integer;
176: begin
177:
178: -- copy data to the local IN or IN-OUT args, if any

Line 232: okl_setuppoptions_pub.insert_poptions(p_api_version,

228: ddp_ponv_rec.last_update_login := rosetta_g_miss_num_map(p6_a11);
229:
230:
231: -- here's the delegated call to the old PL/SQL routine
232: okl_setuppoptions_pub.insert_poptions(p_api_version,
233: p_init_msg_list,
234: x_return_status,
235: x_msg_count,
236: x_msg_data,

Line 315: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;

311: , p5_a31 NUMBER := 0-1962.0724
312: )
313:
314: as
315: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;
316: ddp_ponv_tbl okl_setuppoptions_pub.ponv_tbl_type;
317: ddindx binary_integer; indx binary_integer;
318: begin
319:

Line 316: ddp_ponv_tbl okl_setuppoptions_pub.ponv_tbl_type;

312: )
313:
314: as
315: ddp_pdtv_rec okl_setuppoptions_pub.pdtv_rec_type;
316: ddp_ponv_tbl okl_setuppoptions_pub.ponv_tbl_type;
317: ddindx binary_integer; indx binary_integer;
318: begin
319:
320: -- copy data to the local IN or IN-OUT args, if any

Line 374: okl_setuppoptions_pub.delete_poptions(p_api_version,

370: , p6_a11
371: );
372:
373: -- here's the delegated call to the old PL/SQL routine
374: okl_setuppoptions_pub.delete_poptions(p_api_version,
375: p_init_msg_list,
376: x_return_status,
377: x_msg_count,
378: x_msg_data,

Line 391: end okl_setuppoptions_pub_w;

387:
388:
389: end;
390:
391: end okl_setuppoptions_pub_w;