DBA Data[Home] [Help]

APPS.OKL_SETUPFUNCTIONS_PUB_W dependencies on OKL_SETUPFUNCTIONS_PUB

Line 1: package body okl_setupfunctions_pub_w as

1: package body okl_setupfunctions_pub_w as
2: /* $Header: OKLUSDFB.pls 120.1 2005/07/19 07:28:04 asawanka 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_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

88: , p0_a31 NUMBER := 0-1962.0724
89: )
90:
91: as
92: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
93: ddx_no_data_found boolean;
94: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
95: ddindx binary_integer; indx binary_integer;
96: begin

Line 94: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

90:
91: as
92: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
93: ddx_no_data_found boolean;
94: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
95: ddindx binary_integer; indx binary_integer;
96: begin
97:
98: -- copy data to the local IN or IN-OUT args, if any

Line 137: okl_setupfunctions_pub.get_rec(ddp_dsfv_rec,

133:
134:
135:
136: -- here's the delegated call to the old PL/SQL routine
137: okl_setupfunctions_pub.get_rec(ddp_dsfv_rec,
138: x_return_status,
139: x_msg_data,
140: ddx_no_data_found,
141: ddx_dsfv_rec);

Line 260: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

256: , p5_a31 NUMBER := 0-1962.0724
257: )
258:
259: as
260: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
261: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
262: ddindx binary_integer; indx binary_integer;
263: begin
264:

Line 261: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

257: )
258:
259: as
260: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
261: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
262: ddindx binary_integer; indx binary_integer;
263: begin
264:
265: -- copy data to the local IN or IN-OUT args, if any

Line 306: okl_setupfunctions_pub.insert_functions(p_api_version,

302: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
303:
304:
305: -- here's the delegated call to the old PL/SQL routine
306: okl_setupfunctions_pub.insert_functions(p_api_version,
307: p_init_msg_list,
308: x_return_status,
309: x_msg_count,
310: x_msg_data,

Line 427: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

423: , p5_a31 NUMBER := 0-1962.0724
424: )
425:
426: as
427: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
428: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
429: ddindx binary_integer; indx binary_integer;
430: begin
431:

Line 428: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;

424: )
425:
426: as
427: ddp_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
428: ddx_dsfv_rec okl_setupfunctions_pub.dsfv_rec_type;
429: ddindx binary_integer; indx binary_integer;
430: begin
431:
432: -- copy data to the local IN or IN-OUT args, if any

Line 473: okl_setupfunctions_pub.update_functions(p_api_version,

469: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
470:
471:
472: -- here's the delegated call to the old PL/SQL routine
473: okl_setupfunctions_pub.update_functions(p_api_version,
474: p_init_msg_list,
475: x_return_status,
476: x_msg_count,
477: x_msg_data,

Line 522: end okl_setupfunctions_pub_w;

518: p6_a30 := ddx_dsfv_rec.last_update_date;
519: p6_a31 := rosetta_g_miss_num_map(ddx_dsfv_rec.last_update_login);
520: end;
521:
522: end okl_setupfunctions_pub_w;