DBA Data[Home] [Help]

APPS.OKL_DATA_SRC_FNCTNS_PUB_W dependencies on OKL_DATA_SRC_FNCTNS_PUB

Line 1: package body okl_data_src_fnctns_pub_w as

1: package body okl_data_src_fnctns_pub_w as
2: /* $Header: OKLUDSFB.pls 120.1 2005/07/08 10:35:06 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 94: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

90: , p5_a31 NUMBER := 0-1962.0724
91: )
92:
93: as
94: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
95: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:

Line 95: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

91: )
92:
93: as
94: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
95: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
96: ddindx binary_integer; indx binary_integer;
97: begin
98:
99: -- copy data to the local IN or IN-OUT args, if any

Line 140: okl_data_src_fnctns_pub.insert_data_src_fnctns(p_api_version,

136: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
137:
138:
139: -- here's the delegated call to the old PL/SQL routine
140: okl_data_src_fnctns_pub.insert_data_src_fnctns(p_api_version,
141: p_init_msg_list,
142: x_return_status,
143: x_msg_count,
144: x_msg_data,

Line 261: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

257: , p6_a31 out nocopy JTF_NUMBER_TABLE
258: )
259:
260: as
261: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
262: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
263: ddindx binary_integer; indx binary_integer;
264: begin
265:

Line 262: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

258: )
259:
260: as
261: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
262: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
263: ddindx binary_integer; indx binary_integer;
264: begin
265:
266: -- copy data to the local IN or IN-OUT args, if any

Line 308: okl_data_src_fnctns_pub.insert_data_src_fnctns(p_api_version,

304: );
305:
306:
307: -- here's the delegated call to the old PL/SQL routine
308: okl_data_src_fnctns_pub.insert_data_src_fnctns(p_api_version,
309: p_init_msg_list,
310: x_return_status,
311: x_msg_count,
312: x_msg_data,

Line 398: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

394: , p5_a31 NUMBER := 0-1962.0724
395: )
396:
397: as
398: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
399: ddindx binary_integer; indx binary_integer;
400: begin
401:
402: -- copy data to the local IN or IN-OUT args, if any

Line 442: okl_data_src_fnctns_pub.lock_data_src_fnctns(p_api_version,

438: ddp_dsfv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a30);
439: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
440:
441: -- here's the delegated call to the old PL/SQL routine
442: okl_data_src_fnctns_pub.lock_data_src_fnctns(p_api_version,
443: p_init_msg_list,
444: x_return_status,
445: x_msg_count,
446: x_msg_data,

Line 497: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

493: , p5_a31 JTF_NUMBER_TABLE
494: )
495:
496: as
497: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
498: ddindx binary_integer; indx binary_integer;
499: begin
500:
501: -- copy data to the local IN or IN-OUT args, if any

Line 542: okl_data_src_fnctns_pub.lock_data_src_fnctns(p_api_version,

538: , p5_a31
539: );
540:
541: -- here's the delegated call to the old PL/SQL routine
542: okl_data_src_fnctns_pub.lock_data_src_fnctns(p_api_version,
543: p_init_msg_list,
544: x_return_status,
545: x_msg_count,
546: x_msg_data,

Line 629: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

625: , p5_a31 NUMBER := 0-1962.0724
626: )
627:
628: as
629: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
630: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
631: ddindx binary_integer; indx binary_integer;
632: begin
633:

Line 630: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

626: )
627:
628: as
629: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
630: ddx_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
631: ddindx binary_integer; indx binary_integer;
632: begin
633:
634: -- copy data to the local IN or IN-OUT args, if any

Line 675: okl_data_src_fnctns_pub.update_data_src_fnctns(p_api_version,

671: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
672:
673:
674: -- here's the delegated call to the old PL/SQL routine
675: okl_data_src_fnctns_pub.update_data_src_fnctns(p_api_version,
676: p_init_msg_list,
677: x_return_status,
678: x_msg_count,
679: x_msg_data,

Line 796: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

792: , p6_a31 out nocopy JTF_NUMBER_TABLE
793: )
794:
795: as
796: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
797: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
798: ddindx binary_integer; indx binary_integer;
799: begin
800:

Line 797: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

793: )
794:
795: as
796: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
797: ddx_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
798: ddindx binary_integer; indx binary_integer;
799: begin
800:
801: -- copy data to the local IN or IN-OUT args, if any

Line 843: okl_data_src_fnctns_pub.update_data_src_fnctns(p_api_version,

839: );
840:
841:
842: -- here's the delegated call to the old PL/SQL routine
843: okl_data_src_fnctns_pub.update_data_src_fnctns(p_api_version,
844: p_init_msg_list,
845: x_return_status,
846: x_msg_count,
847: x_msg_data,

Line 933: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

929: , p5_a31 NUMBER := 0-1962.0724
930: )
931:
932: as
933: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
934: ddindx binary_integer; indx binary_integer;
935: begin
936:
937: -- copy data to the local IN or IN-OUT args, if any

Line 977: okl_data_src_fnctns_pub.delete_data_src_fnctns(p_api_version,

973: ddp_dsfv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a30);
974: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
975:
976: -- here's the delegated call to the old PL/SQL routine
977: okl_data_src_fnctns_pub.delete_data_src_fnctns(p_api_version,
978: p_init_msg_list,
979: x_return_status,
980: x_msg_count,
981: x_msg_data,

Line 1032: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

1028: , p5_a31 JTF_NUMBER_TABLE
1029: )
1030:
1031: as
1032: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
1033: ddindx binary_integer; indx binary_integer;
1034: begin
1035:
1036: -- copy data to the local IN or IN-OUT args, if any

Line 1077: okl_data_src_fnctns_pub.delete_data_src_fnctns(p_api_version,

1073: , p5_a31
1074: );
1075:
1076: -- here's the delegated call to the old PL/SQL routine
1077: okl_data_src_fnctns_pub.delete_data_src_fnctns(p_api_version,
1078: p_init_msg_list,
1079: x_return_status,
1080: x_msg_count,
1081: x_msg_data,

Line 1132: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;

1128: , p5_a31 NUMBER := 0-1962.0724
1129: )
1130:
1131: as
1132: ddp_dsfv_rec okl_data_src_fnctns_pub.dsfv_rec_type;
1133: ddindx binary_integer; indx binary_integer;
1134: begin
1135:
1136: -- copy data to the local IN or IN-OUT args, if any

Line 1176: okl_data_src_fnctns_pub.validate_data_src_fnctns(p_api_version,

1172: ddp_dsfv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a30);
1173: ddp_dsfv_rec.last_update_login := rosetta_g_miss_num_map(p5_a31);
1174:
1175: -- here's the delegated call to the old PL/SQL routine
1176: okl_data_src_fnctns_pub.validate_data_src_fnctns(p_api_version,
1177: p_init_msg_list,
1178: x_return_status,
1179: x_msg_count,
1180: x_msg_data,

Line 1231: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;

1227: , p5_a31 JTF_NUMBER_TABLE
1228: )
1229:
1230: as
1231: ddp_dsfv_tbl okl_data_src_fnctns_pub.dsfv_tbl_type;
1232: ddindx binary_integer; indx binary_integer;
1233: begin
1234:
1235: -- copy data to the local IN or IN-OUT args, if any

Line 1276: okl_data_src_fnctns_pub.validate_data_src_fnctns(p_api_version,

1272: , p5_a31
1273: );
1274:
1275: -- here's the delegated call to the old PL/SQL routine
1276: okl_data_src_fnctns_pub.validate_data_src_fnctns(p_api_version,
1277: p_init_msg_list,
1278: x_return_status,
1279: x_msg_count,
1280: x_msg_data,

Line 1291: end okl_data_src_fnctns_pub_w;

1287:
1288:
1289: end;
1290:
1291: end okl_data_src_fnctns_pub_w;