DBA Data[Home] [Help]

APPS.OKL_OPERANDS_PUB_W dependencies on OKL_OPERANDS_PUB

Line 1: package body okl_operands_pub_w as

1: package body okl_operands_pub_w as
2: /* $Header: OKLUOPDB.pls 120.1 2005/07/18 10:30:36 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 66: ddp_opdv_rec okl_operands_pub.opdv_rec_type;

62: , p5_a17 NUMBER := 0-1962.0724
63: )
64:
65: as
66: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
67: ddx_opdv_rec okl_operands_pub.opdv_rec_type;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:

Line 67: ddx_opdv_rec okl_operands_pub.opdv_rec_type;

63: )
64:
65: as
66: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
67: ddx_opdv_rec okl_operands_pub.opdv_rec_type;
68: ddindx binary_integer; indx binary_integer;
69: begin
70:
71: -- copy data to the local IN or IN-OUT args, if any

Line 98: okl_operands_pub.insert_operands(p_api_version,

94: ddp_opdv_rec.last_update_login := rosetta_g_miss_num_map(p5_a17);
95:
96:
97: -- here's the delegated call to the old PL/SQL routine
98: okl_operands_pub.insert_operands(p_api_version,
99: p_init_msg_list,
100: x_return_status,
101: x_msg_count,
102: x_msg_data,

Line 177: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;

173: , p6_a17 out nocopy JTF_NUMBER_TABLE
174: )
175:
176: as
177: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
178: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;
179: ddindx binary_integer; indx binary_integer;
180: begin
181:

Line 178: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;

174: )
175:
176: as
177: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
178: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;
179: ddindx binary_integer; indx binary_integer;
180: begin
181:
182: -- copy data to the local IN or IN-OUT args, if any

Line 210: okl_operands_pub.insert_operands(p_api_version,

206: );
207:
208:
209: -- here's the delegated call to the old PL/SQL routine
210: okl_operands_pub.insert_operands(p_api_version,
211: p_init_msg_list,
212: x_return_status,
213: x_msg_count,
214: x_msg_data,

Line 272: ddp_opdv_rec okl_operands_pub.opdv_rec_type;

268: , p5_a17 NUMBER := 0-1962.0724
269: )
270:
271: as
272: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
273: ddindx binary_integer; indx binary_integer;
274: begin
275:
276: -- copy data to the local IN or IN-OUT args, if any

Line 302: okl_operands_pub.lock_operands(p_api_version,

298: ddp_opdv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a16);
299: ddp_opdv_rec.last_update_login := rosetta_g_miss_num_map(p5_a17);
300:
301: -- here's the delegated call to the old PL/SQL routine
302: okl_operands_pub.lock_operands(p_api_version,
303: p_init_msg_list,
304: x_return_status,
305: x_msg_count,
306: x_msg_data,

Line 343: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;

339: , p5_a17 JTF_NUMBER_TABLE
340: )
341:
342: as
343: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
344: ddindx binary_integer; indx binary_integer;
345: begin
346:
347: -- copy data to the local IN or IN-OUT args, if any

Line 374: okl_operands_pub.lock_operands(p_api_version,

370: , p5_a17
371: );
372:
373: -- here's the delegated call to the old PL/SQL routine
374: okl_operands_pub.lock_operands(p_api_version,
375: p_init_msg_list,
376: x_return_status,
377: x_msg_count,
378: x_msg_data,

Line 433: ddp_opdv_rec okl_operands_pub.opdv_rec_type;

429: , p5_a17 NUMBER := 0-1962.0724
430: )
431:
432: as
433: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
434: ddx_opdv_rec okl_operands_pub.opdv_rec_type;
435: ddindx binary_integer; indx binary_integer;
436: begin
437:

Line 434: ddx_opdv_rec okl_operands_pub.opdv_rec_type;

430: )
431:
432: as
433: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
434: ddx_opdv_rec okl_operands_pub.opdv_rec_type;
435: ddindx binary_integer; indx binary_integer;
436: begin
437:
438: -- copy data to the local IN or IN-OUT args, if any

Line 465: okl_operands_pub.update_operands(p_api_version,

461: ddp_opdv_rec.last_update_login := rosetta_g_miss_num_map(p5_a17);
462:
463:
464: -- here's the delegated call to the old PL/SQL routine
465: okl_operands_pub.update_operands(p_api_version,
466: p_init_msg_list,
467: x_return_status,
468: x_msg_count,
469: x_msg_data,

Line 544: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;

540: , p6_a17 out nocopy JTF_NUMBER_TABLE
541: )
542:
543: as
544: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
545: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;
546: ddindx binary_integer; indx binary_integer;
547: begin
548:

Line 545: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;

541: )
542:
543: as
544: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
545: ddx_opdv_tbl okl_operands_pub.opdv_tbl_type;
546: ddindx binary_integer; indx binary_integer;
547: begin
548:
549: -- copy data to the local IN or IN-OUT args, if any

Line 577: okl_operands_pub.update_operands(p_api_version,

573: );
574:
575:
576: -- here's the delegated call to the old PL/SQL routine
577: okl_operands_pub.update_operands(p_api_version,
578: p_init_msg_list,
579: x_return_status,
580: x_msg_count,
581: x_msg_data,

Line 639: ddp_opdv_rec okl_operands_pub.opdv_rec_type;

635: , p5_a17 NUMBER := 0-1962.0724
636: )
637:
638: as
639: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
640: ddindx binary_integer; indx binary_integer;
641: begin
642:
643: -- copy data to the local IN or IN-OUT args, if any

Line 669: okl_operands_pub.delete_operands(p_api_version,

665: ddp_opdv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a16);
666: ddp_opdv_rec.last_update_login := rosetta_g_miss_num_map(p5_a17);
667:
668: -- here's the delegated call to the old PL/SQL routine
669: okl_operands_pub.delete_operands(p_api_version,
670: p_init_msg_list,
671: x_return_status,
672: x_msg_count,
673: x_msg_data,

Line 710: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;

706: , p5_a17 JTF_NUMBER_TABLE
707: )
708:
709: as
710: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
711: ddindx binary_integer; indx binary_integer;
712: begin
713:
714: -- copy data to the local IN or IN-OUT args, if any

Line 741: okl_operands_pub.delete_operands(p_api_version,

737: , p5_a17
738: );
739:
740: -- here's the delegated call to the old PL/SQL routine
741: okl_operands_pub.delete_operands(p_api_version,
742: p_init_msg_list,
743: x_return_status,
744: x_msg_count,
745: x_msg_data,

Line 782: ddp_opdv_rec okl_operands_pub.opdv_rec_type;

778: , p5_a17 NUMBER := 0-1962.0724
779: )
780:
781: as
782: ddp_opdv_rec okl_operands_pub.opdv_rec_type;
783: ddindx binary_integer; indx binary_integer;
784: begin
785:
786: -- copy data to the local IN or IN-OUT args, if any

Line 812: okl_operands_pub.validate_operands(p_api_version,

808: ddp_opdv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a16);
809: ddp_opdv_rec.last_update_login := rosetta_g_miss_num_map(p5_a17);
810:
811: -- here's the delegated call to the old PL/SQL routine
812: okl_operands_pub.validate_operands(p_api_version,
813: p_init_msg_list,
814: x_return_status,
815: x_msg_count,
816: x_msg_data,

Line 853: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;

849: , p5_a17 JTF_NUMBER_TABLE
850: )
851:
852: as
853: ddp_opdv_tbl okl_operands_pub.opdv_tbl_type;
854: ddindx binary_integer; indx binary_integer;
855: begin
856:
857: -- copy data to the local IN or IN-OUT args, if any

Line 884: okl_operands_pub.validate_operands(p_api_version,

880: , p5_a17
881: );
882:
883: -- here's the delegated call to the old PL/SQL routine
884: okl_operands_pub.validate_operands(p_api_version,
885: p_init_msg_list,
886: x_return_status,
887: x_msg_count,
888: x_msg_data,

Line 899: end okl_operands_pub_w;

895:
896:
897: end;
898:
899: end okl_operands_pub_w;