DBA Data[Home] [Help]

APPS.OKL_PRTFL_LINES_PUB_W dependencies on OKL_PRTFL_LINES_PUB

Line 1: package body okl_prtfl_lines_pub_w as

1: package body okl_prtfl_lines_pub_w as
2: /* $Header: OKLUPFLB.pls 115.1 2002/12/19 23:31:31 gkadarka 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 118: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

114: , p6_a43 out nocopy JTF_DATE_TABLE
115: )
116:
117: as
118: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
119: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
120: ddindx binary_integer; indx binary_integer;
121: begin
122:

Line 119: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

115: )
116:
117: as
118: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
119: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
120: ddindx binary_integer; indx binary_integer;
121: begin
122:
123: -- copy data to the local IN or IN-OUT args, if any

Line 177: okl_prtfl_lines_pub.insert_prtfl_lines(p_api_version,

173: );
174:
175:
176: -- here's the delegated call to the old PL/SQL routine
177: okl_prtfl_lines_pub.insert_prtfl_lines(p_api_version,
178: p_init_msg_list,
179: x_return_status,
180: x_msg_count,
181: x_msg_data,

Line 335: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

331: , p5_a43 DATE := fnd_api.g_miss_date
332: )
333:
334: as
335: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
336: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
337: ddindx binary_integer; indx binary_integer;
338: begin
339:

Line 336: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

332: )
333:
334: as
335: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
336: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
337: ddindx binary_integer; indx binary_integer;
338: begin
339:
340: -- copy data to the local IN or IN-OUT args, if any

Line 393: okl_prtfl_lines_pub.insert_prtfl_lines(p_api_version,

389: ddp_pflv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a43);
390:
391:
392: -- here's the delegated call to the old PL/SQL routine
393: okl_prtfl_lines_pub.insert_prtfl_lines(p_api_version,
394: p_init_msg_list,
395: x_return_status,
396: x_msg_count,
397: x_msg_data,

Line 506: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

502: , p5_a43 JTF_DATE_TABLE
503: )
504:
505: as
506: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
507: ddindx binary_integer; indx binary_integer;
508: begin
509:
510: -- copy data to the local IN or IN-OUT args, if any

Line 563: okl_prtfl_lines_pub.lock_prtfl_lines(p_api_version,

559: , p5_a43
560: );
561:
562: -- here's the delegated call to the old PL/SQL routine
563: okl_prtfl_lines_pub.lock_prtfl_lines(p_api_version,
564: p_init_msg_list,
565: x_return_status,
566: x_msg_count,
567: x_msg_data,

Line 630: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

626: , p5_a43 DATE := fnd_api.g_miss_date
627: )
628:
629: as
630: ddp_pflv_rec okl_prtfl_lines_pub.pflv_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 686: okl_prtfl_lines_pub.lock_prtfl_lines(p_api_version,

682: ddp_pflv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a42);
683: ddp_pflv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a43);
684:
685: -- here's the delegated call to the old PL/SQL routine
686: okl_prtfl_lines_pub.lock_prtfl_lines(p_api_version,
687: p_init_msg_list,
688: x_return_status,
689: x_msg_count,
690: x_msg_data,

Line 797: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

793: , p6_a43 out nocopy JTF_DATE_TABLE
794: )
795:
796: as
797: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
798: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
799: ddindx binary_integer; indx binary_integer;
800: begin
801:

Line 798: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

794: )
795:
796: as
797: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
798: ddx_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
799: ddindx binary_integer; indx binary_integer;
800: begin
801:
802: -- copy data to the local IN or IN-OUT args, if any

Line 856: okl_prtfl_lines_pub.update_prtfl_lines(p_api_version,

852: );
853:
854:
855: -- here's the delegated call to the old PL/SQL routine
856: okl_prtfl_lines_pub.update_prtfl_lines(p_api_version,
857: p_init_msg_list,
858: x_return_status,
859: x_msg_count,
860: x_msg_data,

Line 1014: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

1010: , p5_a43 DATE := fnd_api.g_miss_date
1011: )
1012:
1013: as
1014: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1015: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1016: ddindx binary_integer; indx binary_integer;
1017: begin
1018:

Line 1015: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

1011: )
1012:
1013: as
1014: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1015: ddx_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1016: ddindx binary_integer; indx binary_integer;
1017: begin
1018:
1019: -- copy data to the local IN or IN-OUT args, if any

Line 1072: okl_prtfl_lines_pub.update_prtfl_lines(p_api_version,

1068: ddp_pflv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a43);
1069:
1070:
1071: -- here's the delegated call to the old PL/SQL routine
1072: okl_prtfl_lines_pub.update_prtfl_lines(p_api_version,
1073: p_init_msg_list,
1074: x_return_status,
1075: x_msg_count,
1076: x_msg_data,

Line 1185: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

1181: , p5_a43 JTF_DATE_TABLE
1182: )
1183:
1184: as
1185: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
1186: ddindx binary_integer; indx binary_integer;
1187: begin
1188:
1189: -- copy data to the local IN or IN-OUT args, if any

Line 1242: okl_prtfl_lines_pub.delete_prtfl_lines(p_api_version,

1238: , p5_a43
1239: );
1240:
1241: -- here's the delegated call to the old PL/SQL routine
1242: okl_prtfl_lines_pub.delete_prtfl_lines(p_api_version,
1243: p_init_msg_list,
1244: x_return_status,
1245: x_msg_count,
1246: x_msg_data,

Line 1309: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

1305: , p5_a43 DATE := fnd_api.g_miss_date
1306: )
1307:
1308: as
1309: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1310: ddindx binary_integer; indx binary_integer;
1311: begin
1312:
1313: -- copy data to the local IN or IN-OUT args, if any

Line 1365: okl_prtfl_lines_pub.delete_prtfl_lines(p_api_version,

1361: ddp_pflv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a42);
1362: ddp_pflv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a43);
1363:
1364: -- here's the delegated call to the old PL/SQL routine
1365: okl_prtfl_lines_pub.delete_prtfl_lines(p_api_version,
1366: p_init_msg_list,
1367: x_return_status,
1368: x_msg_count,
1369: x_msg_data,

Line 1432: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;

1428: , p5_a43 JTF_DATE_TABLE
1429: )
1430:
1431: as
1432: ddp_pflv_tbl okl_prtfl_lines_pub.pflv_tbl_type;
1433: ddindx binary_integer; indx binary_integer;
1434: begin
1435:
1436: -- copy data to the local IN or IN-OUT args, if any

Line 1489: okl_prtfl_lines_pub.validate_prtfl_lines(p_api_version,

1485: , p5_a43
1486: );
1487:
1488: -- here's the delegated call to the old PL/SQL routine
1489: okl_prtfl_lines_pub.validate_prtfl_lines(p_api_version,
1490: p_init_msg_list,
1491: x_return_status,
1492: x_msg_count,
1493: x_msg_data,

Line 1556: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;

1552: , p5_a43 DATE := fnd_api.g_miss_date
1553: )
1554:
1555: as
1556: ddp_pflv_rec okl_prtfl_lines_pub.pflv_rec_type;
1557: ddindx binary_integer; indx binary_integer;
1558: begin
1559:
1560: -- copy data to the local IN or IN-OUT args, if any

Line 1612: okl_prtfl_lines_pub.validate_prtfl_lines(p_api_version,

1608: ddp_pflv_rec.currency_conversion_rate := rosetta_g_miss_num_map(p5_a42);
1609: ddp_pflv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p5_a43);
1610:
1611: -- here's the delegated call to the old PL/SQL routine
1612: okl_prtfl_lines_pub.validate_prtfl_lines(p_api_version,
1613: p_init_msg_list,
1614: x_return_status,
1615: x_msg_count,
1616: x_msg_data,

Line 1627: end okl_prtfl_lines_pub_w;

1623:
1624:
1625: end;
1626:
1627: end okl_prtfl_lines_pub_w;