DBA Data[Home] [Help]

APPS.OKL_VALIDATION_SET_PVT_W dependencies on OKL_VALIDATION_SET_PVT

Line 1: package body okl_validation_set_pvt_w as

1: package body okl_validation_set_pvt_w as
2: /* $Header: OKLEVLSB.pls 120.3 2005/09/20 06:24:41 ssdeshpa noship $ */
3: procedure create_vls(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , x_return_status out nocopy VARCHAR2

Line 109: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

105: , p8_a23 out nocopy JTF_VARCHAR2_TABLE_2000
106: )
107:
108: as
109: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
110: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
111: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
112: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
113: ddindx binary_integer; indx binary_integer;

Line 110: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

106: )
107:
108: as
109: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
110: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
111: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
112: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
113: ddindx binary_integer; indx binary_integer;
114: begin

Line 111: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;

107:
108: as
109: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
110: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
111: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
112: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
113: ddindx binary_integer; indx binary_integer;
114: begin
115:

Line 112: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;

108: as
109: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
110: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
111: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
112: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
113: ddindx binary_integer; indx binary_integer;
114: begin
115:
116: -- copy data to the local IN or IN-OUT args, if any

Line 177: okl_validation_set_pvt.create_vls(p_api_version,

173: );
174:
175:
176: -- here's the delegated call to the old PL/SQL routine
177: okl_validation_set_pvt.create_vls(p_api_version,
178: p_init_msg_list,
179: x_return_status,
180: x_msg_count,
181: x_msg_data,

Line 354: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

350: , p8_a23 out nocopy JTF_VARCHAR2_TABLE_2000
351: )
352:
353: as
354: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
355: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
356: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
357: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
358: ddindx binary_integer; indx binary_integer;

Line 355: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

351: )
352:
353: as
354: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
355: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
356: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
357: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
358: ddindx binary_integer; indx binary_integer;
359: begin

Line 356: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;

352:
353: as
354: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
355: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
356: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
357: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
358: ddindx binary_integer; indx binary_integer;
359: begin
360:

Line 357: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;

353: as
354: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
355: ddx_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
356: ddp_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
357: ddx_vldv_tbl okl_validation_set_pvt.vldv_tbl_type;
358: ddindx binary_integer; indx binary_integer;
359: begin
360:
361: -- copy data to the local IN or IN-OUT args, if any

Line 422: okl_validation_set_pvt.update_vls(p_api_version,

418: );
419:
420:
421: -- here's the delegated call to the old PL/SQL routine
422: okl_validation_set_pvt.update_vls(p_api_version,
423: p_init_msg_list,
424: x_return_status,
425: x_msg_count,
426: x_msg_data,

Line 526: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

522: , p5_a24 VARCHAR2
523: )
524:
525: as
526: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
527: ddindx binary_integer; indx binary_integer;
528: begin
529:
530: -- copy data to the local IN or IN-OUT args, if any

Line 563: okl_validation_set_pvt.delete_vls(p_api_version,

559: ddp_vlsv_rec.description := p5_a23;
560: ddp_vlsv_rec.comments := p5_a24;
561:
562: -- here's the delegated call to the old PL/SQL routine
563: okl_validation_set_pvt.delete_vls(p_api_version,
564: p_init_msg_list,
565: x_return_status,
566: x_msg_count,
567: x_msg_data,

Line 610: ddp_vldv_rec okl_validation_set_pvt.vldv_rec_type;

606: , p5_a23 VARCHAR2
607: )
608:
609: as
610: ddp_vldv_rec okl_validation_set_pvt.vldv_rec_type;
611: ddindx binary_integer; indx binary_integer;
612: begin
613:
614: -- copy data to the local IN or IN-OUT args, if any

Line 646: okl_validation_set_pvt.delete_vld(p_api_version,

642: ddp_vldv_rec.description := p5_a22;
643: ddp_vldv_rec.comments := p5_a23;
644:
645: -- here's the delegated call to the old PL/SQL routine
646: okl_validation_set_pvt.delete_vld(p_api_version,
647: p_init_msg_list,
648: x_return_status,
649: x_msg_count,
650: x_msg_data,

Line 689: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;

685: , p0_a24 VARCHAR2
686: ) return varchar2
687:
688: as
689: ddp_vlsv_rec okl_validation_set_pvt.vlsv_rec_type;
690: ddindx binary_integer; indx binary_integer;
691: ddrosetta_retval varchar2(4000);
692: begin
693:

Line 722: ddrosetta_retval := okl_validation_set_pvt.validate_header(ddp_vlsv_rec);

718: ddp_vlsv_rec.description := p0_a23;
719: ddp_vlsv_rec.comments := p0_a24;
720:
721: -- here's the delegated call to the old PL/SQL routine
722: ddrosetta_retval := okl_validation_set_pvt.validate_header(ddp_vlsv_rec);
723:
724: -- copy data back from the local variables to OUT or IN-OUT args, if any
725:
726: return ddrosetta_retval;

Line 729: end okl_validation_set_pvt_w;

725:
726: return ddrosetta_retval;
727: end;
728:
729: end okl_validation_set_pvt_w;