DBA Data[Home] [Help]

APPS.OKL_PROCESS_TRX_TYPES_PUB_W dependencies on OKL_PROCESS_TRX_TYPES_PUB

Line 1: package body okl_process_trx_types_pub_w as

1: package body okl_process_trx_types_pub_w as
2: /* $Header: OKLUTXTB.pls 120.2 2005/07/18 10:32:55 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_process_trx_types_pub.tryv_rec_type;

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

Line 75: ddx_tryv_rec okl_process_trx_types_pub.tryv_rec_type;

71: )
72:
73: as
74: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
75: ddx_tryv_rec okl_process_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_process_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_process_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_process_trx_types_pub.tryv_tbl_type;

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

Line 202: ddx_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;

198: )
199:
200: as
201: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
202: ddx_tryv_tbl okl_process_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_process_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_process_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 330: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;

326: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
327: )
328:
329: as
330: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
331: ddx_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
332: ddindx binary_integer; indx binary_integer;
333: begin
334:

Line 331: ddx_tryv_rec okl_process_trx_types_pub.tryv_rec_type;

327: )
328:
329: as
330: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
331: ddx_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
332: ddindx binary_integer; indx binary_integer;
333: begin
334:
335: -- copy data to the local IN or IN-OUT args, if any

Line 366: okl_process_trx_types_pub.update_trx_types(p_api_version,

362: ddp_tryv_rec.tax_schedule_yn := p5_a21;
363:
364:
365: -- here's the delegated call to the old PL/SQL routine
366: okl_process_trx_types_pub.update_trx_types(p_api_version,
367: p_init_msg_list,
368: x_return_status,
369: x_msg_count,
370: x_msg_data,

Line 457: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;

453: , p6_a21 out nocopy JTF_VARCHAR2_TABLE_100
454: )
455:
456: as
457: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
458: ddx_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
459: ddindx binary_integer; indx binary_integer;
460: begin
461:

Line 458: ddx_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;

454: )
455:
456: as
457: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
458: ddx_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
459: ddindx binary_integer; indx binary_integer;
460: begin
461:
462: -- copy data to the local IN or IN-OUT args, if any

Line 494: okl_process_trx_types_pub.update_trx_types(p_api_version,

490: );
491:
492:
493: -- here's the delegated call to the old PL/SQL routine
494: okl_process_trx_types_pub.update_trx_types(p_api_version,
495: p_init_msg_list,
496: x_return_status,
497: x_msg_count,
498: x_msg_data,

Line 564: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;

560: , p5_a21 VARCHAR2 := fnd_api.g_miss_char
561: )
562:
563: as
564: ddp_tryv_rec okl_process_trx_types_pub.tryv_rec_type;
565: ddindx binary_integer; indx binary_integer;
566: begin
567:
568: -- copy data to the local IN or IN-OUT args, if any

Line 598: okl_process_trx_types_pub.delete_trx_types(p_api_version,

594: ddp_tryv_rec.tax_invoice_yn := p5_a20;
595: ddp_tryv_rec.tax_schedule_yn := p5_a21;
596:
597: -- here's the delegated call to the old PL/SQL routine
598: okl_process_trx_types_pub.delete_trx_types(p_api_version,
599: p_init_msg_list,
600: x_return_status,
601: x_msg_count,
602: x_msg_data,

Line 643: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;

639: , p5_a21 JTF_VARCHAR2_TABLE_100
640: )
641:
642: as
643: ddp_tryv_tbl okl_process_trx_types_pub.tryv_tbl_type;
644: ddindx binary_integer; indx binary_integer;
645: begin
646:
647: -- copy data to the local IN or IN-OUT args, if any

Line 678: okl_process_trx_types_pub.delete_trx_types(p_api_version,

674: , p5_a21
675: );
676:
677: -- here's the delegated call to the old PL/SQL routine
678: okl_process_trx_types_pub.delete_trx_types(p_api_version,
679: p_init_msg_list,
680: x_return_status,
681: x_msg_count,
682: x_msg_data,

Line 693: end okl_process_trx_types_pub_w;

689:
690:
691: end;
692:
693: end okl_process_trx_types_pub_w;