DBA Data[Home] [Help]

APPS.OKL_STRM_TYP_ALLOCS_PUB_W dependencies on OKL_STRM_TYP_ALLOCS_PUB

Line 1: package body okl_strm_typ_allocs_pub_w as

1: package body okl_strm_typ_allocs_pub_w as
2: /* $Header: OKLUSTAB.pls 120.3 2005/08/11 11:08:15 dkagrawa 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 84: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

80: , p6_a26 out nocopy JTF_NUMBER_TABLE
81: )
82:
83: as
84: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
85: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
86: ddindx binary_integer; indx binary_integer;
87: begin
88:

Line 85: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

81: )
82:
83: as
84: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
85: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
86: ddindx binary_integer; indx binary_integer;
87: begin
88:
89: -- copy data to the local IN or IN-OUT args, if any

Line 126: okl_strm_typ_allocs_pub.insert_strm_typ_allocs(p_api_version,

122: );
123:
124:
125: -- here's the delegated call to the old PL/SQL routine
126: okl_strm_typ_allocs_pub.insert_strm_typ_allocs(p_api_version,
127: p_init_msg_list,
128: x_return_status,
129: x_msg_count,
130: x_msg_data,

Line 233: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

229: , p5_a26 NUMBER := 0-1962.0724
230: )
231:
232: as
233: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
234: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
235: ddindx binary_integer; indx binary_integer;
236: begin
237:

Line 234: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

230: )
231:
232: as
233: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
234: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
235: ddindx binary_integer; indx binary_integer;
236: begin
237:
238: -- copy data to the local IN or IN-OUT args, if any

Line 274: okl_strm_typ_allocs_pub.insert_strm_typ_allocs(p_api_version,

270: ddp_stav_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
271:
272:
273: -- here's the delegated call to the old PL/SQL routine
274: okl_strm_typ_allocs_pub.insert_strm_typ_allocs(p_api_version,
275: p_init_msg_list,
276: x_return_status,
277: x_msg_count,
278: x_msg_data,

Line 353: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

349: , p5_a26 JTF_NUMBER_TABLE
350: )
351:
352: as
353: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
354: ddindx binary_integer; indx binary_integer;
355: begin
356:
357: -- copy data to the local IN or IN-OUT args, if any

Line 393: okl_strm_typ_allocs_pub.lock_strm_typ_allocs(p_api_version,

389: , p5_a26
390: );
391:
392: -- here's the delegated call to the old PL/SQL routine
393: okl_strm_typ_allocs_pub.lock_strm_typ_allocs(p_api_version,
394: p_init_msg_list,
395: x_return_status,
396: x_msg_count,
397: x_msg_data,

Line 443: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

439: , p5_a26 NUMBER := 0-1962.0724
440: )
441:
442: as
443: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
444: ddindx binary_integer; indx binary_integer;
445: begin
446:
447: -- copy data to the local IN or IN-OUT args, if any

Line 482: okl_strm_typ_allocs_pub.lock_strm_typ_allocs(p_api_version,

478: ddp_stav_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a25);
479: ddp_stav_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
480:
481: -- here's the delegated call to the old PL/SQL routine
482: okl_strm_typ_allocs_pub.lock_strm_typ_allocs(p_api_version,
483: p_init_msg_list,
484: x_return_status,
485: x_msg_count,
486: x_msg_data,

Line 559: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

555: , p6_a26 out nocopy JTF_NUMBER_TABLE
556: )
557:
558: as
559: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
560: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
561: ddindx binary_integer; indx binary_integer;
562: begin
563:

Line 560: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

556: )
557:
558: as
559: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
560: ddx_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
561: ddindx binary_integer; indx binary_integer;
562: begin
563:
564: -- copy data to the local IN or IN-OUT args, if any

Line 601: okl_strm_typ_allocs_pub.update_strm_typ_allocs(p_api_version,

597: );
598:
599:
600: -- here's the delegated call to the old PL/SQL routine
601: okl_strm_typ_allocs_pub.update_strm_typ_allocs(p_api_version,
602: p_init_msg_list,
603: x_return_status,
604: x_msg_count,
605: x_msg_data,

Line 708: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

704: , p5_a26 NUMBER := 0-1962.0724
705: )
706:
707: as
708: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
709: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
710: ddindx binary_integer; indx binary_integer;
711: begin
712:

Line 709: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

705: )
706:
707: as
708: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
709: ddx_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
710: ddindx binary_integer; indx binary_integer;
711: begin
712:
713: -- copy data to the local IN or IN-OUT args, if any

Line 749: okl_strm_typ_allocs_pub.update_strm_typ_allocs(p_api_version,

745: ddp_stav_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
746:
747:
748: -- here's the delegated call to the old PL/SQL routine
749: okl_strm_typ_allocs_pub.update_strm_typ_allocs(p_api_version,
750: p_init_msg_list,
751: x_return_status,
752: x_msg_count,
753: x_msg_data,

Line 828: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

824: , p5_a26 JTF_NUMBER_TABLE
825: )
826:
827: as
828: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
829: ddindx binary_integer; indx binary_integer;
830: begin
831:
832: -- copy data to the local IN or IN-OUT args, if any

Line 868: okl_strm_typ_allocs_pub.delete_strm_typ_allocs(p_api_version,

864: , p5_a26
865: );
866:
867: -- here's the delegated call to the old PL/SQL routine
868: okl_strm_typ_allocs_pub.delete_strm_typ_allocs(p_api_version,
869: p_init_msg_list,
870: x_return_status,
871: x_msg_count,
872: x_msg_data,

Line 918: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

914: , p5_a26 NUMBER := 0-1962.0724
915: )
916:
917: as
918: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
919: ddindx binary_integer; indx binary_integer;
920: begin
921:
922: -- copy data to the local IN or IN-OUT args, if any

Line 957: okl_strm_typ_allocs_pub.delete_strm_typ_allocs(p_api_version,

953: ddp_stav_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a25);
954: ddp_stav_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
955:
956: -- here's the delegated call to the old PL/SQL routine
957: okl_strm_typ_allocs_pub.delete_strm_typ_allocs(p_api_version,
958: p_init_msg_list,
959: x_return_status,
960: x_msg_count,
961: x_msg_data,

Line 1007: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;

1003: , p5_a26 JTF_NUMBER_TABLE
1004: )
1005:
1006: as
1007: ddp_stav_tbl okl_strm_typ_allocs_pub.stav_tbl_type;
1008: ddindx binary_integer; indx binary_integer;
1009: begin
1010:
1011: -- copy data to the local IN or IN-OUT args, if any

Line 1047: okl_strm_typ_allocs_pub.validate_strm_typ_allocs(p_api_version,

1043: , p5_a26
1044: );
1045:
1046: -- here's the delegated call to the old PL/SQL routine
1047: okl_strm_typ_allocs_pub.validate_strm_typ_allocs(p_api_version,
1048: p_init_msg_list,
1049: x_return_status,
1050: x_msg_count,
1051: x_msg_data,

Line 1097: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;

1093: , p5_a26 NUMBER := 0-1962.0724
1094: )
1095:
1096: as
1097: ddp_stav_rec okl_strm_typ_allocs_pub.stav_rec_type;
1098: ddindx binary_integer; indx binary_integer;
1099: begin
1100:
1101: -- copy data to the local IN or IN-OUT args, if any

Line 1136: okl_strm_typ_allocs_pub.validate_strm_typ_allocs(p_api_version,

1132: ddp_stav_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a25);
1133: ddp_stav_rec.last_update_login := rosetta_g_miss_num_map(p5_a26);
1134:
1135: -- here's the delegated call to the old PL/SQL routine
1136: okl_strm_typ_allocs_pub.validate_strm_typ_allocs(p_api_version,
1137: p_init_msg_list,
1138: x_return_status,
1139: x_msg_count,
1140: x_msg_data,

Line 1151: end okl_strm_typ_allocs_pub_w;

1147:
1148:
1149: end;
1150:
1151: end okl_strm_typ_allocs_pub_w;