DBA Data[Home] [Help]

APPS.OKL_ASO_PVT_W dependencies on OKL_ASO_PVT

Line 1: package body okl_aso_pvt_w as

1: package body okl_aso_pvt_w as
2: /* $Header: OKLIASOB.pls 120.2 2010/10/28 22:49:02 sechawla noship $ */
3: procedure rosetta_table_copy_in_p23(t out nocopy okl_aso_pvt.asov_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p23(t out nocopy okl_aso_pvt.asov_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_aso_pvt_w as
2: /* $Header: OKLIASOB.pls 120.2 2010/10/28 22:49:02 sechawla noship $ */
3: procedure rosetta_table_copy_in_p23(t out nocopy okl_aso_pvt.asov_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_VARCHAR2_TABLE_500
7: , a4 JTF_VARCHAR2_TABLE_500

Line 80: procedure rosetta_table_copy_out_p23(t okl_aso_pvt.asov_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

76: end loop;
77: end if;
78: end if;
79: end rosetta_table_copy_in_p23;
80: procedure rosetta_table_copy_out_p23(t okl_aso_pvt.asov_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
81: , a1 out nocopy JTF_NUMBER_TABLE
82: , a2 out nocopy JTF_VARCHAR2_TABLE_100
83: , a3 out nocopy JTF_VARCHAR2_TABLE_500
84: , a4 out nocopy JTF_VARCHAR2_TABLE_500

Line 317: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;

313: , p6_a29 out nocopy JTF_VARCHAR2_TABLE_2000
314: )
315:
316: as
317: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;
318: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;
319: ddindx binary_integer; indx binary_integer;
320: begin
321:

Line 318: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;

314: )
315:
316: as
317: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;
318: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;
319: ddindx binary_integer; indx binary_integer;
320: begin
321:
322: -- copy data to the local IN or IN-OUT args, if any

Line 328: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0

324:
325:
326:
327:
328: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0
329: , p5_a1
330: , p5_a2
331: , p5_a3
332: , p5_a4

Line 362: okl_aso_pvt.insert_row(p_api_version,

358: );
359:
360:
361: -- here's the delegated call to the old PL/SQL routine
362: okl_aso_pvt.insert_row(p_api_version,
363: p_init_msg_list,
364: x_return_status,
365: x_msg_count,
366: x_msg_data,

Line 377: okl_aso_pvt_w.rosetta_table_copy_out_p23(ddx_asov_tbl, p6_a0

373:
374:
375:
376:
377: okl_aso_pvt_w.rosetta_table_copy_out_p23(ddx_asov_tbl, p6_a0
378: , p6_a1
379: , p6_a2
380: , p6_a3
381: , p6_a4

Line 478: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;

474: , p6_a29 out nocopy JTF_VARCHAR2_TABLE_2000
475: )
476:
477: as
478: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;
479: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;
480: ddindx binary_integer; indx binary_integer;
481: begin
482:

Line 479: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;

475: )
476:
477: as
478: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;
479: ddx_asov_tbl okl_aso_pvt.asov_tbl_type;
480: ddindx binary_integer; indx binary_integer;
481: begin
482:
483: -- copy data to the local IN or IN-OUT args, if any

Line 489: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0

485:
486:
487:
488:
489: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0
490: , p5_a1
491: , p5_a2
492: , p5_a3
493: , p5_a4

Line 523: okl_aso_pvt.update_row(p_api_version,

519: );
520:
521:
522: -- here's the delegated call to the old PL/SQL routine
523: okl_aso_pvt.update_row(p_api_version,
524: p_init_msg_list,
525: x_return_status,
526: x_msg_count,
527: x_msg_data,

Line 538: okl_aso_pvt_w.rosetta_table_copy_out_p23(ddx_asov_tbl, p6_a0

534:
535:
536:
537:
538: okl_aso_pvt_w.rosetta_table_copy_out_p23(ddx_asov_tbl, p6_a0
539: , p6_a1
540: , p6_a2
541: , p6_a3
542: , p6_a4

Line 609: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;

605: , p5_a29 JTF_VARCHAR2_TABLE_2000
606: )
607:
608: as
609: ddp_asov_tbl okl_aso_pvt.asov_tbl_type;
610: ddindx binary_integer; indx binary_integer;
611: begin
612:
613: -- copy data to the local IN or IN-OUT args, if any

Line 619: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0

615:
616:
617:
618:
619: okl_aso_pvt_w.rosetta_table_copy_in_p23(ddp_asov_tbl, p5_a0
620: , p5_a1
621: , p5_a2
622: , p5_a3
623: , p5_a4

Line 652: okl_aso_pvt.delete_row(p_api_version,

648: , p5_a29
649: );
650:
651: -- here's the delegated call to the old PL/SQL routine
652: okl_aso_pvt.delete_row(p_api_version,
653: p_init_msg_list,
654: x_return_status,
655: x_msg_count,
656: x_msg_data,

Line 735: ddp_asov_rec okl_aso_pvt.asov_rec_type;

731: , p6_a29 out nocopy VARCHAR2
732: )
733:
734: as
735: ddp_asov_rec okl_aso_pvt.asov_rec_type;
736: ddx_asov_rec okl_aso_pvt.asov_rec_type;
737: ddindx binary_integer; indx binary_integer;
738: begin
739:

Line 736: ddx_asov_rec okl_aso_pvt.asov_rec_type;

732: )
733:
734: as
735: ddp_asov_rec okl_aso_pvt.asov_rec_type;
736: ddx_asov_rec okl_aso_pvt.asov_rec_type;
737: ddindx binary_integer; indx binary_integer;
738: begin
739:
740: -- copy data to the local IN or IN-OUT args, if any

Line 779: okl_aso_pvt.insert_row(p_api_version,

775: ddp_asov_rec.comments := p5_a29;
776:
777:
778: -- here's the delegated call to the old PL/SQL routine
779: okl_aso_pvt.insert_row(p_api_version,
780: p_init_msg_list,
781: x_return_status,
782: x_msg_count,
783: x_msg_data,

Line 894: ddp_asov_rec okl_aso_pvt.asov_rec_type;

890: , p6_a29 out nocopy VARCHAR2
891: )
892:
893: as
894: ddp_asov_rec okl_aso_pvt.asov_rec_type;
895: ddx_asov_rec okl_aso_pvt.asov_rec_type;
896: ddindx binary_integer; indx binary_integer;
897: begin
898:

Line 895: ddx_asov_rec okl_aso_pvt.asov_rec_type;

891: )
892:
893: as
894: ddp_asov_rec okl_aso_pvt.asov_rec_type;
895: ddx_asov_rec okl_aso_pvt.asov_rec_type;
896: ddindx binary_integer; indx binary_integer;
897: begin
898:
899: -- copy data to the local IN or IN-OUT args, if any

Line 938: okl_aso_pvt.update_row(p_api_version,

934: ddp_asov_rec.comments := p5_a29;
935:
936:
937: -- here's the delegated call to the old PL/SQL routine
938: okl_aso_pvt.update_row(p_api_version,
939: p_init_msg_list,
940: x_return_status,
941: x_msg_count,
942: x_msg_data,

Line 1023: ddp_asov_rec okl_aso_pvt.asov_rec_type;

1019: , p5_a29 VARCHAR2
1020: )
1021:
1022: as
1023: ddp_asov_rec okl_aso_pvt.asov_rec_type;
1024: ddindx binary_integer; indx binary_integer;
1025: begin
1026:
1027: -- copy data to the local IN or IN-OUT args, if any

Line 1065: okl_aso_pvt.delete_row(p_api_version,

1061: ddp_asov_rec.description := p5_a28;
1062: ddp_asov_rec.comments := p5_a29;
1063:
1064: -- here's the delegated call to the old PL/SQL routine
1065: okl_aso_pvt.delete_row(p_api_version,
1066: p_init_msg_list,
1067: x_return_status,
1068: x_msg_count,
1069: x_msg_data,

Line 1080: end okl_aso_pvt_w;

1076:
1077:
1078: end;
1079:
1080: end okl_aso_pvt_w;