DBA Data[Home] [Help]

APPS.OKL_SETUPOPTIONS_PUB_W dependencies on OKL_SETUPOPTIONS_PUB

Line 1: package body okl_setupoptions_pub_w as

1: package body okl_setupoptions_pub_w as
2: /* $Header: OKLUSOTB.pls 115.2 2002/12/24 04:19:38 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 82: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;

78: , p0_a26 NUMBER := 0-1962.0724
79: )
80:
81: as
82: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
83: ddx_no_data_found boolean;
84: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
85: ddindx binary_integer; indx binary_integer;
86: begin

Line 84: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;

80:
81: as
82: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
83: ddx_no_data_found boolean;
84: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
85: ddindx binary_integer; indx binary_integer;
86: begin
87:
88: -- copy data to the local IN or IN-OUT args, if any

Line 122: okl_setupoptions_pub.get_rec(ddp_optv_rec,

118:
119:
120:
121: -- here's the delegated call to the old PL/SQL routine
122: okl_setupoptions_pub.get_rec(ddp_optv_rec,
123: x_return_status,
124: x_msg_data,
125: ddx_no_data_found,
126: ddx_optv_rec);

Line 230: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;

226: , p5_a26 NUMBER := 0-1962.0724
227: )
228:
229: as
230: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
231: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
232: ddindx binary_integer; indx binary_integer;
233: begin
234:

Line 231: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;

227: )
228:
229: as
230: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
231: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
232: ddindx binary_integer; indx binary_integer;
233: begin
234:
235: -- copy data to the local IN or IN-OUT args, if any

Line 271: okl_setupoptions_pub.insert_options(p_api_version,

267: ddp_optv_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
268:
269:
270: -- here's the delegated call to the old PL/SQL routine
271: okl_setupoptions_pub.insert_options(p_api_version,
272: p_init_msg_list,
273: x_return_status,
274: x_msg_count,
275: x_msg_data,

Line 377: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;

373: , p5_a26 NUMBER := 0-1962.0724
374: )
375:
376: as
377: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
378: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:

Line 378: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;

374: )
375:
376: as
377: ddp_optv_rec okl_setupoptions_pub.optv_rec_type;
378: ddx_optv_rec okl_setupoptions_pub.optv_rec_type;
379: ddindx binary_integer; indx binary_integer;
380: begin
381:
382: -- copy data to the local IN or IN-OUT args, if any

Line 418: okl_setupoptions_pub.update_options(p_api_version,

414: ddp_optv_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
415:
416:
417: -- here's the delegated call to the old PL/SQL routine
418: okl_setupoptions_pub.update_options(p_api_version,
419: p_init_msg_list,
420: x_return_status,
421: x_msg_count,
422: x_msg_data,

Line 462: end okl_setupoptions_pub_w;

458: p6_a25 := ddx_optv_rec.last_update_date;
459: p6_a26 := rosetta_g_miss_num_map(ddx_optv_rec.last_update_login);
460: end;
461:
462: end okl_setupoptions_pub_w;