DBA Data[Home] [Help]

APPS.OKL_TRX_TYPES_PUB_W dependencies on OKL_TRX_TYPES_PUB

Line 1: package body okl_trx_types_pub_w as

1: package body okl_trx_types_pub_w as
2: /* $Header: OKLUTRYB.pls 120.2 2005/07/20 07:15:46 asawanka 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 74: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;

70: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
71: )
72:
73: as
74: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
75: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;
76: ddindx binary_integer; indx binary_integer;
77: begin
78:

Line 75: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;

71: )
72:
73: as
74: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
75: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;
76: ddindx binary_integer; indx binary_integer;
77: begin
78:
79: -- copy data to the local IN or IN-OUT args, if any

Line 110: okl_trx_types_pub.insert_trx_types(p_api_version,

106: ddp_tryv_rec.tax_schedule_yn := p5_a21;
107:
108:
109: -- here's the delegated call to the old PL/SQL routine
110: okl_trx_types_pub.insert_trx_types(p_api_version,
111: p_init_msg_list,
112: x_return_status,
113: x_msg_count,
114: x_msg_data,

Line 201: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

197: , p6_a21 out nocopy JTF_VARCHAR2_TABLE_100
198: )
199:
200: as
201: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
202: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
203: ddindx binary_integer; indx binary_integer;
204: begin
205:

Line 202: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

198: )
199:
200: as
201: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
202: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
203: ddindx binary_integer; indx binary_integer;
204: begin
205:
206: -- copy data to the local IN or IN-OUT args, if any

Line 238: okl_trx_types_pub.insert_trx_types(p_api_version,

234: );
235:
236:
237: -- here's the delegated call to the old PL/SQL routine
238: okl_trx_types_pub.insert_trx_types(p_api_version,
239: p_init_msg_list,
240: x_return_status,
241: x_msg_count,
242: x_msg_data,

Line 308: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;

304: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
305: )
306:
307: as
308: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
309: ddindx binary_integer; indx binary_integer;
310: begin
311:
312: -- copy data to the local IN or IN-OUT args, if any

Line 342: okl_trx_types_pub.lock_trx_types(p_api_version,

338: ddp_tryv_rec.tax_invoice_yn := p5_a20;
339: ddp_tryv_rec.tax_schedule_yn := p5_a21;
340:
341: -- here's the delegated call to the old PL/SQL routine
342: okl_trx_types_pub.lock_trx_types(p_api_version,
343: p_init_msg_list,
344: x_return_status,
345: x_msg_count,
346: x_msg_data,

Line 387: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

383: , p5_a21 JTF_VARCHAR2_TABLE_100
384: )
385:
386: as
387: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
388: ddindx binary_integer; indx binary_integer;
389: begin
390:
391: -- copy data to the local IN or IN-OUT args, if any

Line 422: okl_trx_types_pub.lock_trx_types(p_api_version,

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

Line 489: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;

485: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
486: )
487:
488: as
489: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
490: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;
491: ddindx binary_integer; indx binary_integer;
492: begin
493:

Line 490: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;

486: )
487:
488: as
489: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
490: ddx_tryv_rec okl_trx_types_pub.tryv_rec_type;
491: ddindx binary_integer; indx binary_integer;
492: begin
493:
494: -- copy data to the local IN or IN-OUT args, if any

Line 525: okl_trx_types_pub.update_trx_types(p_api_version,

521: ddp_tryv_rec.tax_schedule_yn := p5_a21;
522:
523:
524: -- here's the delegated call to the old PL/SQL routine
525: okl_trx_types_pub.update_trx_types(p_api_version,
526: p_init_msg_list,
527: x_return_status,
528: x_msg_count,
529: x_msg_data,

Line 616: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

612: , p6_a21 out nocopy JTF_VARCHAR2_TABLE_100
613: )
614:
615: as
616: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
617: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
618: ddindx binary_integer; indx binary_integer;
619: begin
620:

Line 617: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

613: )
614:
615: as
616: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
617: ddx_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
618: ddindx binary_integer; indx binary_integer;
619: begin
620:
621: -- copy data to the local IN or IN-OUT args, if any

Line 653: okl_trx_types_pub.update_trx_types(p_api_version,

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

Line 723: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;

719: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
720: )
721:
722: as
723: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
724: ddindx binary_integer; indx binary_integer;
725: begin
726:
727: -- copy data to the local IN or IN-OUT args, if any

Line 757: okl_trx_types_pub.delete_trx_types(p_api_version,

753: ddp_tryv_rec.tax_invoice_yn := p5_a20;
754: ddp_tryv_rec.tax_schedule_yn := p5_a21;
755:
756: -- here's the delegated call to the old PL/SQL routine
757: okl_trx_types_pub.delete_trx_types(p_api_version,
758: p_init_msg_list,
759: x_return_status,
760: x_msg_count,
761: x_msg_data,

Line 802: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

798: , p5_a21 JTF_VARCHAR2_TABLE_100
799: )
800:
801: as
802: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
803: ddindx binary_integer; indx binary_integer;
804: begin
805:
806: -- copy data to the local IN or IN-OUT args, if any

Line 837: okl_trx_types_pub.delete_trx_types(p_api_version,

833: , p5_a21
834: );
835:
836: -- here's the delegated call to the old PL/SQL routine
837: okl_trx_types_pub.delete_trx_types(p_api_version,
838: p_init_msg_list,
839: x_return_status,
840: x_msg_count,
841: x_msg_data,

Line 882: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;

878: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
879: )
880:
881: as
882: ddp_tryv_rec okl_trx_types_pub.tryv_rec_type;
883: ddindx binary_integer; indx binary_integer;
884: begin
885:
886: -- copy data to the local IN or IN-OUT args, if any

Line 916: okl_trx_types_pub.validate_trx_types(p_api_version,

912: ddp_tryv_rec.tax_invoice_yn := p5_a20;
913: ddp_tryv_rec.tax_schedule_yn := p5_a21;
914:
915: -- here's the delegated call to the old PL/SQL routine
916: okl_trx_types_pub.validate_trx_types(p_api_version,
917: p_init_msg_list,
918: x_return_status,
919: x_msg_count,
920: x_msg_data,

Line 961: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;

957: , p5_a21 JTF_VARCHAR2_TABLE_100
958: )
959:
960: as
961: ddp_tryv_tbl okl_trx_types_pub.tryv_tbl_type;
962: ddindx binary_integer; indx binary_integer;
963: begin
964:
965: -- copy data to the local IN or IN-OUT args, if any

Line 996: okl_trx_types_pub.validate_trx_types(p_api_version,

992: , p5_a21
993: );
994:
995: -- here's the delegated call to the old PL/SQL routine
996: okl_trx_types_pub.validate_trx_types(p_api_version,
997: p_init_msg_list,
998: x_return_status,
999: x_msg_count,
1000: x_msg_data,

Line 1011: end okl_trx_types_pub_w;

1007:
1008:
1009: end;
1010:
1011: end okl_trx_types_pub_w;