DBA Data[Home] [Help]

APPS.OKL_ASS_PVT_W dependencies on OKL_ASS_PVT

Line 1: package body okl_ass_pvt_w as

1: package body okl_ass_pvt_w as
2: /* $Header: OKLIASSB.pls 120.3 2005/11/09 13:51:17 skgautam noship $ */
3: procedure rosetta_table_copy_in_p23(t out nocopy okl_ass_pvt.assv_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_ass_pvt.assv_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_ass_pvt_w as
2: /* $Header: OKLIASSB.pls 120.3 2005/11/09 13:51:17 skgautam noship $ */
3: procedure rosetta_table_copy_in_p23(t out nocopy okl_ass_pvt.assv_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 94: procedure rosetta_table_copy_out_p23(t okl_ass_pvt.assv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

90: end loop;
91: end if;
92: end if;
93: end rosetta_table_copy_in_p23;
94: procedure rosetta_table_copy_out_p23(t okl_ass_pvt.assv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
95: , a1 out nocopy JTF_NUMBER_TABLE
96: , a2 out nocopy JTF_VARCHAR2_TABLE_100
97: , a3 out nocopy JTF_VARCHAR2_TABLE_500
98: , a4 out nocopy JTF_VARCHAR2_TABLE_500

Line 380: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;

376: , p6_a36 out nocopy JTF_VARCHAR2_TABLE_2000
377: )
378:
379: as
380: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;
381: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;
382: ddindx binary_integer; indx binary_integer;
383: begin
384:

Line 381: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;

377: )
378:
379: as
380: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;
381: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;
382: ddindx binary_integer; indx binary_integer;
383: begin
384:
385: -- copy data to the local IN or IN-OUT args, if any

Line 391: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0

387:
388:
389:
390:
391: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0
392: , p5_a1
393: , p5_a2
394: , p5_a3
395: , p5_a4

Line 432: okl_ass_pvt.insert_row(p_api_version,

428: );
429:
430:
431: -- here's the delegated call to the old PL/SQL routine
432: okl_ass_pvt.insert_row(p_api_version,
433: p_init_msg_list,
434: x_return_status,
435: x_msg_count,
436: x_msg_data,

Line 447: okl_ass_pvt_w.rosetta_table_copy_out_p23(ddx_assv_tbl, p6_a0

443:
444:
445:
446:
447: okl_ass_pvt_w.rosetta_table_copy_out_p23(ddx_assv_tbl, p6_a0
448: , p6_a1
449: , p6_a2
450: , p6_a3
451: , p6_a4

Line 569: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;

565: , p6_a36 out nocopy JTF_VARCHAR2_TABLE_2000
566: )
567:
568: as
569: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;
570: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;
571: ddindx binary_integer; indx binary_integer;
572: begin
573:

Line 570: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;

566: )
567:
568: as
569: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;
570: ddx_assv_tbl okl_ass_pvt.assv_tbl_type;
571: ddindx binary_integer; indx binary_integer;
572: begin
573:
574: -- copy data to the local IN or IN-OUT args, if any

Line 580: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0

576:
577:
578:
579:
580: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0
581: , p5_a1
582: , p5_a2
583: , p5_a3
584: , p5_a4

Line 621: okl_ass_pvt.update_row(p_api_version,

617: );
618:
619:
620: -- here's the delegated call to the old PL/SQL routine
621: okl_ass_pvt.update_row(p_api_version,
622: p_init_msg_list,
623: x_return_status,
624: x_msg_count,
625: x_msg_data,

Line 636: okl_ass_pvt_w.rosetta_table_copy_out_p23(ddx_assv_tbl, p6_a0

632:
633:
634:
635:
636: okl_ass_pvt_w.rosetta_table_copy_out_p23(ddx_assv_tbl, p6_a0
637: , p6_a1
638: , p6_a2
639: , p6_a3
640: , p6_a4

Line 721: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;

717: , p5_a36 JTF_VARCHAR2_TABLE_2000
718: )
719:
720: as
721: ddp_assv_tbl okl_ass_pvt.assv_tbl_type;
722: ddindx binary_integer; indx binary_integer;
723: begin
724:
725: -- copy data to the local IN or IN-OUT args, if any

Line 731: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0

727:
728:
729:
730:
731: okl_ass_pvt_w.rosetta_table_copy_in_p23(ddp_assv_tbl, p5_a0
732: , p5_a1
733: , p5_a2
734: , p5_a3
735: , p5_a4

Line 771: okl_ass_pvt.delete_row(p_api_version,

767: , p5_a36
768: );
769:
770: -- here's the delegated call to the old PL/SQL routine
771: okl_ass_pvt.delete_row(p_api_version,
772: p_init_msg_list,
773: x_return_status,
774: x_msg_count,
775: x_msg_data,

Line 868: ddp_assv_rec okl_ass_pvt.assv_rec_type;

864: , p6_a36 out nocopy VARCHAR2
865: )
866:
867: as
868: ddp_assv_rec okl_ass_pvt.assv_rec_type;
869: ddx_assv_rec okl_ass_pvt.assv_rec_type;
870: ddindx binary_integer; indx binary_integer;
871: begin
872:

Line 869: ddx_assv_rec okl_ass_pvt.assv_rec_type;

865: )
866:
867: as
868: ddp_assv_rec okl_ass_pvt.assv_rec_type;
869: ddx_assv_rec okl_ass_pvt.assv_rec_type;
870: ddindx binary_integer; indx binary_integer;
871: begin
872:
873: -- copy data to the local IN or IN-OUT args, if any

Line 919: okl_ass_pvt.insert_row(p_api_version,

915: ddp_assv_rec.comments := p5_a36;
916:
917:
918: -- here's the delegated call to the old PL/SQL routine
919: okl_ass_pvt.insert_row(p_api_version,
920: p_init_msg_list,
921: x_return_status,
922: x_msg_count,
923: x_msg_data,

Line 1055: ddp_assv_rec okl_ass_pvt.assv_rec_type;

1051: , p6_a36 out nocopy VARCHAR2
1052: )
1053:
1054: as
1055: ddp_assv_rec okl_ass_pvt.assv_rec_type;
1056: ddx_assv_rec okl_ass_pvt.assv_rec_type;
1057: ddindx binary_integer; indx binary_integer;
1058: begin
1059:

Line 1056: ddx_assv_rec okl_ass_pvt.assv_rec_type;

1052: )
1053:
1054: as
1055: ddp_assv_rec okl_ass_pvt.assv_rec_type;
1056: ddx_assv_rec okl_ass_pvt.assv_rec_type;
1057: ddindx binary_integer; indx binary_integer;
1058: begin
1059:
1060: -- copy data to the local IN or IN-OUT args, if any

Line 1106: okl_ass_pvt.update_row(p_api_version,

1102: ddp_assv_rec.comments := p5_a36;
1103:
1104:
1105: -- here's the delegated call to the old PL/SQL routine
1106: okl_ass_pvt.update_row(p_api_version,
1107: p_init_msg_list,
1108: x_return_status,
1109: x_msg_count,
1110: x_msg_data,

Line 1205: ddp_assv_rec okl_ass_pvt.assv_rec_type;

1201: , p5_a36 VARCHAR2
1202: )
1203:
1204: as
1205: ddp_assv_rec okl_ass_pvt.assv_rec_type;
1206: ddindx binary_integer; indx binary_integer;
1207: begin
1208:
1209: -- copy data to the local IN or IN-OUT args, if any

Line 1254: okl_ass_pvt.delete_row(p_api_version,

1250: ddp_assv_rec.description := p5_a35;
1251: ddp_assv_rec.comments := p5_a36;
1252:
1253: -- here's the delegated call to the old PL/SQL routine
1254: okl_ass_pvt.delete_row(p_api_version,
1255: p_init_msg_list,
1256: x_return_status,
1257: x_msg_count,
1258: x_msg_data,

Line 1269: end okl_ass_pvt_w;

1265:
1266:
1267: end;
1268:
1269: end okl_ass_pvt_w;