DBA Data[Home] [Help]

APPS.OKL_SETUP_PRCPARAMS_PUB_W dependencies on OKL_SETUP_PRCPARAMS_PUB

Line 1: package body okl_setup_prcparams_pub_w as

1: package body okl_setup_prcparams_pub_w as
2: /* $Header: OKLUPPRB.pls 115.0 2004/07/02 02:38:23 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 94: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;

90: , p2_a31 NUMBER := 0-1962.0724
91: )
92:
93: as
94: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
95: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:

Line 95: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;

91: )
92:
93: as
94: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
95: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:
99: -- copy data to the local IN or IN-OUT args, if any

Line 140: okl_setup_prcparams_pub.create_price_parm(p_api_version,

136:
137:
138:
139: -- here's the delegated call to the old PL/SQL routine
140: okl_setup_prcparams_pub.create_price_parm(p_api_version,
141: p_init_msg_list,
142: ddp_sppv_rec,
143: ddx_sppv_rec,
144: x_return_status,

Line 261: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;

257: , p2_a31 NUMBER := 0-1962.0724
258: )
259:
260: as
261: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
262: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
263: ddindx binary_integer; indx binary_integer;
264: begin
265:

Line 262: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;

258: )
259:
260: as
261: ddp_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
262: ddx_sppv_rec okl_setup_prcparams_pub.sppv_rec_type;
263: ddindx binary_integer; indx binary_integer;
264: begin
265:
266: -- copy data to the local IN or IN-OUT args, if any

Line 307: okl_setup_prcparams_pub.update_price_parm(p_api_version,

303:
304:
305:
306: -- here's the delegated call to the old PL/SQL routine
307: okl_setup_prcparams_pub.update_price_parm(p_api_version,
308: p_init_msg_list,
309: ddp_sppv_rec,
310: ddx_sppv_rec,
311: x_return_status,

Line 428: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;

424: , x_msg_data out nocopy VARCHAR2
425: )
426:
427: as
428: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
429: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
430: ddindx binary_integer; indx binary_integer;
431: begin
432:

Line 429: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;

425: )
426:
427: as
428: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
429: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
430: ddindx binary_integer; indx binary_integer;
431: begin
432:
433: -- copy data to the local IN or IN-OUT args, if any

Line 475: okl_setup_prcparams_pub.create_price_parm(p_api_version,

471:
472:
473:
474: -- here's the delegated call to the old PL/SQL routine
475: okl_setup_prcparams_pub.create_price_parm(p_api_version,
476: p_init_msg_list,
477: ddp_sppv_tbl,
478: ddx_sppv_tbl,
479: x_return_status,

Line 597: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;

593: , x_msg_data out nocopy VARCHAR2
594: )
595:
596: as
597: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
598: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
599: ddindx binary_integer; indx binary_integer;
600: begin
601:

Line 598: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;

594: )
595:
596: as
597: ddp_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
598: ddx_sppv_tbl okl_setup_prcparams_pub.sppv_tbl_type;
599: ddindx binary_integer; indx binary_integer;
600: begin
601:
602: -- copy data to the local IN or IN-OUT args, if any

Line 644: okl_setup_prcparams_pub.update_price_parm(p_api_version,

640:
641:
642:
643: -- here's the delegated call to the old PL/SQL routine
644: okl_setup_prcparams_pub.update_price_parm(p_api_version,
645: p_init_msg_list,
646: ddp_sppv_tbl,
647: ddx_sppv_tbl,
648: x_return_status,

Line 694: end okl_setup_prcparams_pub_w;

690:
691:
692: end;
693:
694: end okl_setup_prcparams_pub_w;