DBA Data[Home] [Help]

APPS.OKL_RAP_PVT_W dependencies on OKL_RAP_PVT

Line 1: package body okl_rap_pvt_w as

1: package body okl_rap_pvt_w as
2: /* $Header: OKLIRAPB.pls 120.0 2007/12/10 18:29:48 dcshanmu noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rap_pvt.rap_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rap_pvt.rap_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_rap_pvt_w as
2: /* $Header: OKLIRAPB.pls 120.0 2007/12/10 18:29:48 dcshanmu noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rap_pvt.rap_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_NUMBER_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 40: procedure rosetta_table_copy_out_p2(t okl_rap_pvt.rap_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

36: end loop;
37: end if;
38: end if;
39: end rosetta_table_copy_in_p2;
40: procedure rosetta_table_copy_out_p2(t okl_rap_pvt.rap_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
41: , a1 out nocopy JTF_NUMBER_TABLE
42: , a2 out nocopy JTF_VARCHAR2_TABLE_100
43: , a3 out nocopy JTF_NUMBER_TABLE
44: , a4 out nocopy JTF_NUMBER_TABLE

Line 137: ddp_rap_rec okl_rap_pvt.rap_rec_type;

133: , p6_a9 out nocopy NUMBER
134: )
135:
136: as
137: ddp_rap_rec okl_rap_pvt.rap_rec_type;
138: ddx_rap_rec okl_rap_pvt.rap_rec_type;
139: ddindx binary_integer; indx binary_integer;
140: begin
141:

Line 138: ddx_rap_rec okl_rap_pvt.rap_rec_type;

134: )
135:
136: as
137: ddp_rap_rec okl_rap_pvt.rap_rec_type;
138: ddx_rap_rec okl_rap_pvt.rap_rec_type;
139: ddindx binary_integer; indx binary_integer;
140: begin
141:
142: -- copy data to the local IN or IN-OUT args, if any

Line 161: okl_rap_pvt.insert_row(p_api_version,

157: ddp_rap_rec.last_update_login := p5_a9;
158:
159:
160: -- here's the delegated call to the old PL/SQL routine
161: okl_rap_pvt.insert_row(p_api_version,
162: p_init_msg_list,
163: x_return_status,
164: x_msg_count,
165: x_msg_data,

Line 223: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

219: , p7_a6 in out nocopy JTF_VARCHAR2_TABLE_100
220: )
221:
222: as
223: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
224: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
225: ddpx_error_tbl okl_api.error_tbl_type;
226: ddindx binary_integer; indx binary_integer;
227: begin

Line 224: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;

220: )
221:
222: as
223: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
224: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
225: ddpx_error_tbl okl_api.error_tbl_type;
226: ddindx binary_integer; indx binary_integer;
227: begin
228:

Line 235: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

231:
232:
233:
234:
235: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
236: , p5_a1
237: , p5_a2
238: , p5_a3
239: , p5_a4

Line 258: okl_rap_pvt.insert_row(p_api_version,

254: , p7_a6
255: );
256:
257: -- here's the delegated call to the old PL/SQL routine
258: okl_rap_pvt.insert_row(p_api_version,
259: p_init_msg_list,
260: x_return_status,
261: x_msg_count,
262: x_msg_data,

Line 274: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0

270:
271:
272:
273:
274: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0
275: , p6_a1
276: , p6_a2
277: , p6_a3
278: , p6_a4

Line 324: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

320: , p6_a9 out nocopy JTF_NUMBER_TABLE
321: )
322:
323: as
324: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
325: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
326: ddindx binary_integer; indx binary_integer;
327: begin
328:

Line 325: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;

321: )
322:
323: as
324: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
325: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
326: ddindx binary_integer; indx binary_integer;
327: begin
328:
329: -- copy data to the local IN or IN-OUT args, if any

Line 335: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

331:
332:
333:
334:
335: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
336: , p5_a1
337: , p5_a2
338: , p5_a3
339: , p5_a4

Line 349: okl_rap_pvt.insert_row(p_api_version,

345: );
346:
347:
348: -- here's the delegated call to the old PL/SQL routine
349: okl_rap_pvt.insert_row(p_api_version,
350: p_init_msg_list,
351: x_return_status,
352: x_msg_count,
353: x_msg_data,

Line 364: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0

360:
361:
362:
363:
364: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0
365: , p6_a1
366: , p6_a2
367: , p6_a3
368: , p6_a4

Line 395: ddp_rap_rec okl_rap_pvt.rap_rec_type;

391: , p5_a9 NUMBER
392: )
393:
394: as
395: ddp_rap_rec okl_rap_pvt.rap_rec_type;
396: ddindx binary_integer; indx binary_integer;
397: begin
398:
399: -- copy data to the local IN or IN-OUT args, if any

Line 417: okl_rap_pvt.lock_row(p_api_version,

413: ddp_rap_rec.last_update_date := p5_a8;
414: ddp_rap_rec.last_update_login := p5_a9;
415:
416: -- here's the delegated call to the old PL/SQL routine
417: okl_rap_pvt.lock_row(p_api_version,
418: p_init_msg_list,
419: x_return_status,
420: x_msg_count,
421: x_msg_data,

Line 457: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

453: , p6_a6 in out nocopy JTF_VARCHAR2_TABLE_100
454: )
455:
456: as
457: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
458: ddpx_error_tbl okl_api.error_tbl_type;
459: ddindx binary_integer; indx binary_integer;
460: begin
461:

Line 468: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

464:
465:
466:
467:
468: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
469: , p5_a1
470: , p5_a2
471: , p5_a3
472: , p5_a4

Line 490: okl_rap_pvt.lock_row(p_api_version,

486: , p6_a6
487: );
488:
489: -- here's the delegated call to the old PL/SQL routine
490: okl_rap_pvt.lock_row(p_api_version,
491: p_init_msg_list,
492: x_return_status,
493: x_msg_count,
494: x_msg_data,

Line 533: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

529: , p5_a9 JTF_NUMBER_TABLE
530: )
531:
532: as
533: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
534: ddindx binary_integer; indx binary_integer;
535: begin
536:
537: -- copy data to the local IN or IN-OUT args, if any

Line 543: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

539:
540:
541:
542:
543: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
544: , p5_a1
545: , p5_a2
546: , p5_a3
547: , p5_a4

Line 556: okl_rap_pvt.lock_row(p_api_version,

552: , p5_a9
553: );
554:
555: -- here's the delegated call to the old PL/SQL routine
556: okl_rap_pvt.lock_row(p_api_version,
557: p_init_msg_list,
558: x_return_status,
559: x_msg_count,
560: x_msg_data,

Line 599: ddp_rap_rec okl_rap_pvt.rap_rec_type;

595: , p6_a9 out nocopy NUMBER
596: )
597:
598: as
599: ddp_rap_rec okl_rap_pvt.rap_rec_type;
600: ddx_rap_rec okl_rap_pvt.rap_rec_type;
601: ddindx binary_integer; indx binary_integer;
602: begin
603:

Line 600: ddx_rap_rec okl_rap_pvt.rap_rec_type;

596: )
597:
598: as
599: ddp_rap_rec okl_rap_pvt.rap_rec_type;
600: ddx_rap_rec okl_rap_pvt.rap_rec_type;
601: ddindx binary_integer; indx binary_integer;
602: begin
603:
604: -- copy data to the local IN or IN-OUT args, if any

Line 623: okl_rap_pvt.update_row(p_api_version,

619: ddp_rap_rec.last_update_login := p5_a9;
620:
621:
622: -- here's the delegated call to the old PL/SQL routine
623: okl_rap_pvt.update_row(p_api_version,
624: p_init_msg_list,
625: x_return_status,
626: x_msg_count,
627: x_msg_data,

Line 685: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

681: , p7_a6 in out nocopy JTF_VARCHAR2_TABLE_100
682: )
683:
684: as
685: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
686: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
687: ddpx_error_tbl okl_api.error_tbl_type;
688: ddindx binary_integer; indx binary_integer;
689: begin

Line 686: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;

682: )
683:
684: as
685: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
686: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
687: ddpx_error_tbl okl_api.error_tbl_type;
688: ddindx binary_integer; indx binary_integer;
689: begin
690:

Line 697: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

693:
694:
695:
696:
697: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
698: , p5_a1
699: , p5_a2
700: , p5_a3
701: , p5_a4

Line 720: okl_rap_pvt.update_row(p_api_version,

716: , p7_a6
717: );
718:
719: -- here's the delegated call to the old PL/SQL routine
720: okl_rap_pvt.update_row(p_api_version,
721: p_init_msg_list,
722: x_return_status,
723: x_msg_count,
724: x_msg_data,

Line 736: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0

732:
733:
734:
735:
736: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0
737: , p6_a1
738: , p6_a2
739: , p6_a3
740: , p6_a4

Line 786: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

782: , p6_a9 out nocopy JTF_NUMBER_TABLE
783: )
784:
785: as
786: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
787: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
788: ddindx binary_integer; indx binary_integer;
789: begin
790:

Line 787: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;

783: )
784:
785: as
786: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
787: ddx_rap_tbl okl_rap_pvt.rap_tbl_type;
788: ddindx binary_integer; indx binary_integer;
789: begin
790:
791: -- copy data to the local IN or IN-OUT args, if any

Line 797: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

793:
794:
795:
796:
797: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
798: , p5_a1
799: , p5_a2
800: , p5_a3
801: , p5_a4

Line 811: okl_rap_pvt.update_row(p_api_version,

807: );
808:
809:
810: -- here's the delegated call to the old PL/SQL routine
811: okl_rap_pvt.update_row(p_api_version,
812: p_init_msg_list,
813: x_return_status,
814: x_msg_count,
815: x_msg_data,

Line 826: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0

822:
823:
824:
825:
826: okl_rap_pvt_w.rosetta_table_copy_out_p2(ddx_rap_tbl, p6_a0
827: , p6_a1
828: , p6_a2
829: , p6_a3
830: , p6_a4

Line 857: ddp_rap_rec okl_rap_pvt.rap_rec_type;

853: , p5_a9 NUMBER
854: )
855:
856: as
857: ddp_rap_rec okl_rap_pvt.rap_rec_type;
858: ddindx binary_integer; indx binary_integer;
859: begin
860:
861: -- copy data to the local IN or IN-OUT args, if any

Line 879: okl_rap_pvt.delete_row(p_api_version,

875: ddp_rap_rec.last_update_date := p5_a8;
876: ddp_rap_rec.last_update_login := p5_a9;
877:
878: -- here's the delegated call to the old PL/SQL routine
879: okl_rap_pvt.delete_row(p_api_version,
880: p_init_msg_list,
881: x_return_status,
882: x_msg_count,
883: x_msg_data,

Line 919: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

915: , p6_a6 in out nocopy JTF_VARCHAR2_TABLE_100
916: )
917:
918: as
919: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
920: ddpx_error_tbl okl_api.error_tbl_type;
921: ddindx binary_integer; indx binary_integer;
922: begin
923:

Line 930: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

926:
927:
928:
929:
930: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
931: , p5_a1
932: , p5_a2
933: , p5_a3
934: , p5_a4

Line 952: okl_rap_pvt.delete_row(p_api_version,

948: , p6_a6
949: );
950:
951: -- here's the delegated call to the old PL/SQL routine
952: okl_rap_pvt.delete_row(p_api_version,
953: p_init_msg_list,
954: x_return_status,
955: x_msg_count,
956: x_msg_data,

Line 995: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

991: , p5_a9 JTF_NUMBER_TABLE
992: )
993:
994: as
995: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
996: ddindx binary_integer; indx binary_integer;
997: begin
998:
999: -- copy data to the local IN or IN-OUT args, if any

Line 1005: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

1001:
1002:
1003:
1004:
1005: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
1006: , p5_a1
1007: , p5_a2
1008: , p5_a3
1009: , p5_a4

Line 1018: okl_rap_pvt.delete_row(p_api_version,

1014: , p5_a9
1015: );
1016:
1017: -- here's the delegated call to the old PL/SQL routine
1018: okl_rap_pvt.delete_row(p_api_version,
1019: p_init_msg_list,
1020: x_return_status,
1021: x_msg_count,
1022: x_msg_data,

Line 1051: ddp_rap_rec okl_rap_pvt.rap_rec_type;

1047: , p5_a9 NUMBER
1048: )
1049:
1050: as
1051: ddp_rap_rec okl_rap_pvt.rap_rec_type;
1052: ddindx binary_integer; indx binary_integer;
1053: begin
1054:
1055: -- copy data to the local IN or IN-OUT args, if any

Line 1073: okl_rap_pvt.validate_row(p_api_version,

1069: ddp_rap_rec.last_update_date := p5_a8;
1070: ddp_rap_rec.last_update_login := p5_a9;
1071:
1072: -- here's the delegated call to the old PL/SQL routine
1073: okl_rap_pvt.validate_row(p_api_version,
1074: p_init_msg_list,
1075: x_return_status,
1076: x_msg_count,
1077: x_msg_data,

Line 1113: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

1109: , p6_a6 in out nocopy JTF_VARCHAR2_TABLE_100
1110: )
1111:
1112: as
1113: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
1114: ddpx_error_tbl okl_api.error_tbl_type;
1115: ddindx binary_integer; indx binary_integer;
1116: begin
1117:

Line 1124: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

1120:
1121:
1122:
1123:
1124: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
1125: , p5_a1
1126: , p5_a2
1127: , p5_a3
1128: , p5_a4

Line 1146: okl_rap_pvt.validate_row(p_api_version,

1142: , p6_a6
1143: );
1144:
1145: -- here's the delegated call to the old PL/SQL routine
1146: okl_rap_pvt.validate_row(p_api_version,
1147: p_init_msg_list,
1148: x_return_status,
1149: x_msg_count,
1150: x_msg_data,

Line 1189: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;

1185: , p5_a9 JTF_NUMBER_TABLE
1186: )
1187:
1188: as
1189: ddp_rap_tbl okl_rap_pvt.rap_tbl_type;
1190: ddindx binary_integer; indx binary_integer;
1191: begin
1192:
1193: -- copy data to the local IN or IN-OUT args, if any

Line 1199: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0

1195:
1196:
1197:
1198:
1199: okl_rap_pvt_w.rosetta_table_copy_in_p2(ddp_rap_tbl, p5_a0
1200: , p5_a1
1201: , p5_a2
1202: , p5_a3
1203: , p5_a4

Line 1212: okl_rap_pvt.validate_row(p_api_version,

1208: , p5_a9
1209: );
1210:
1211: -- here's the delegated call to the old PL/SQL routine
1212: okl_rap_pvt.validate_row(p_api_version,
1213: p_init_msg_list,
1214: x_return_status,
1215: x_msg_count,
1216: x_msg_data,

Line 1227: end okl_rap_pvt_w;

1223:
1224:
1225: end;
1226:
1227: end okl_rap_pvt_w;