DBA Data[Home] [Help]

APPS.OKL_INDICES_PUB_W dependencies on OKL_INDICES_PUB

Line 1: package body okl_indices_pub_w as

1: package body okl_indices_pub_w as
2: /* $Header: OKLUIDXB.pls 120.1 2005/07/14 12:01:49 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 122: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

118: , p5_a30 NUMBER := 0-1962.0724
119: )
120:
121: as
122: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
123: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
124: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
125: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
126: ddindx binary_integer; indx binary_integer;

Line 123: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

119: )
120:
121: as
122: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
123: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
124: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
125: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
126: ddindx binary_integer; indx binary_integer;
127: begin

Line 124: ddx_idxv_rec okl_indices_pub.idxv_rec_type;

120:
121: as
122: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
123: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
124: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
125: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:

Line 125: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;

121: as
122: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
123: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
124: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
125: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
126: ddindx binary_integer; indx binary_integer;
127: begin
128:
129: -- copy data to the local IN or IN-OUT args, if any

Line 187: okl_indices_pub.create_indices(p_api_version,

183:
184:
185:
186: -- here's the delegated call to the old PL/SQL routine
187: okl_indices_pub.create_indices(p_api_version,
188: p_init_msg_list,
189: x_return_status,
190: x_msg_count,
191: x_msg_data,

Line 355: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

351: , p5_a30 NUMBER := 0-1962.0724
352: )
353:
354: as
355: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
356: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
357: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
358: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
359: ddindx binary_integer; indx binary_integer;

Line 356: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

352: )
353:
354: as
355: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
356: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
357: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
358: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
359: ddindx binary_integer; indx binary_integer;
360: begin

Line 357: ddx_idxv_rec okl_indices_pub.idxv_rec_type;

353:
354: as
355: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
356: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
357: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
358: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
359: ddindx binary_integer; indx binary_integer;
360: begin
361:

Line 358: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;

354: as
355: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
356: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
357: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
358: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
359: ddindx binary_integer; indx binary_integer;
360: begin
361:
362: -- copy data to the local IN or IN-OUT args, if any

Line 420: okl_indices_pub.update_indices(p_api_version,

416:
417:
418:
419: -- here's the delegated call to the old PL/SQL routine
420: okl_indices_pub.update_indices(p_api_version,
421: p_init_msg_list,
422: x_return_status,
423: x_msg_count,
424: x_msg_data,

Line 542: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

538: , p5_a30 NUMBER := 0-1962.0724
539: )
540:
541: as
542: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
543: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
544: ddindx binary_integer; indx binary_integer;
545: begin
546:

Line 543: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

539: )
540:
541: as
542: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
543: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
544: ddindx binary_integer; indx binary_integer;
545: begin
546:
547: -- copy data to the local IN or IN-OUT args, if any

Line 603: okl_indices_pub.validate_indices(p_api_version,

599: , p6_a14
600: );
601:
602: -- here's the delegated call to the old PL/SQL routine
603: okl_indices_pub.validate_indices(p_api_version,
604: p_init_msg_list,
605: x_return_status,
606: x_msg_count,
607: x_msg_data,

Line 690: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;

686: , p6_a30 out nocopy JTF_NUMBER_TABLE
687: )
688:
689: as
690: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
691: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;
692: ddindx binary_integer; indx binary_integer;
693: begin
694:

Line 691: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;

687: )
688:
689: as
690: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
691: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;
692: ddindx binary_integer; indx binary_integer;
693: begin
694:
695: -- copy data to the local IN or IN-OUT args, if any

Line 736: okl_indices_pub.create_indices(p_api_version,

732: );
733:
734:
735: -- here's the delegated call to the old PL/SQL routine
736: okl_indices_pub.create_indices(p_api_version,
737: p_init_msg_list,
738: x_return_status,
739: x_msg_count,
740: x_msg_data,

Line 855: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

851: , p5_a30 NUMBER := 0-1962.0724
852: )
853:
854: as
855: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
856: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
857: ddindx binary_integer; indx binary_integer;
858: begin
859:

Line 856: ddx_idxv_rec okl_indices_pub.idxv_rec_type;

852: )
853:
854: as
855: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
856: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
857: ddindx binary_integer; indx binary_integer;
858: begin
859:
860: -- copy data to the local IN or IN-OUT args, if any

Line 900: okl_indices_pub.create_indices(p_api_version,

896: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
897:
898:
899: -- here's the delegated call to the old PL/SQL routine
900: okl_indices_pub.create_indices(p_api_version,
901: p_init_msg_list,
902: x_return_status,
903: x_msg_count,
904: x_msg_data,

Line 987: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;

983: , p5_a30 JTF_NUMBER_TABLE
984: )
985:
986: as
987: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
988: ddindx binary_integer; indx binary_integer;
989: begin
990:
991: -- copy data to the local IN or IN-OUT args, if any

Line 1031: okl_indices_pub.lock_indices(p_api_version,

1027: , p5_a30
1028: );
1029:
1030: -- here's the delegated call to the old PL/SQL routine
1031: okl_indices_pub.lock_indices(p_api_version,
1032: p_init_msg_list,
1033: x_return_status,
1034: x_msg_count,
1035: x_msg_data,

Line 1085: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

1081: , p5_a30 NUMBER := 0-1962.0724
1082: )
1083:
1084: as
1085: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
1086: ddindx binary_integer; indx binary_integer;
1087: begin
1088:
1089: -- copy data to the local IN or IN-OUT args, if any

Line 1128: okl_indices_pub.lock_indices(p_api_version,

1124: ddp_idxv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
1125: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
1126:
1127: -- here's the delegated call to the old PL/SQL routine
1128: okl_indices_pub.lock_indices(p_api_version,
1129: p_init_msg_list,
1130: x_return_status,
1131: x_msg_count,
1132: x_msg_data,

Line 1213: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;

1209: , p6_a30 out nocopy JTF_NUMBER_TABLE
1210: )
1211:
1212: as
1213: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
1214: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;
1215: ddindx binary_integer; indx binary_integer;
1216: begin
1217:

Line 1214: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;

1210: )
1211:
1212: as
1213: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
1214: ddx_idxv_tbl okl_indices_pub.idxv_tbl_type;
1215: ddindx binary_integer; indx binary_integer;
1216: begin
1217:
1218: -- copy data to the local IN or IN-OUT args, if any

Line 1259: okl_indices_pub.update_indices(p_api_version,

1255: );
1256:
1257:
1258: -- here's the delegated call to the old PL/SQL routine
1259: okl_indices_pub.update_indices(p_api_version,
1260: p_init_msg_list,
1261: x_return_status,
1262: x_msg_count,
1263: x_msg_data,

Line 1378: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

1374: , p5_a30 NUMBER := 0-1962.0724
1375: )
1376:
1377: as
1378: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
1379: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
1380: ddindx binary_integer; indx binary_integer;
1381: begin
1382:

Line 1379: ddx_idxv_rec okl_indices_pub.idxv_rec_type;

1375: )
1376:
1377: as
1378: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
1379: ddx_idxv_rec okl_indices_pub.idxv_rec_type;
1380: ddindx binary_integer; indx binary_integer;
1381: begin
1382:
1383: -- copy data to the local IN or IN-OUT args, if any

Line 1423: okl_indices_pub.update_indices(p_api_version,

1419: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
1420:
1421:
1422: -- here's the delegated call to the old PL/SQL routine
1423: okl_indices_pub.update_indices(p_api_version,
1424: p_init_msg_list,
1425: x_return_status,
1426: x_msg_count,
1427: x_msg_data,

Line 1510: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;

1506: , p5_a30 JTF_NUMBER_TABLE
1507: )
1508:
1509: as
1510: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
1511: ddindx binary_integer; indx binary_integer;
1512: begin
1513:
1514: -- copy data to the local IN or IN-OUT args, if any

Line 1554: okl_indices_pub.delete_indices(p_api_version,

1550: , p5_a30
1551: );
1552:
1553: -- here's the delegated call to the old PL/SQL routine
1554: okl_indices_pub.delete_indices(p_api_version,
1555: p_init_msg_list,
1556: x_return_status,
1557: x_msg_count,
1558: x_msg_data,

Line 1608: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

1604: , p5_a30 NUMBER := 0-1962.0724
1605: )
1606:
1607: as
1608: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
1609: ddindx binary_integer; indx binary_integer;
1610: begin
1611:
1612: -- copy data to the local IN or IN-OUT args, if any

Line 1651: okl_indices_pub.delete_indices(p_api_version,

1647: ddp_idxv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
1648: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
1649:
1650: -- here's the delegated call to the old PL/SQL routine
1651: okl_indices_pub.delete_indices(p_api_version,
1652: p_init_msg_list,
1653: x_return_status,
1654: x_msg_count,
1655: x_msg_data,

Line 1705: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;

1701: , p5_a30 JTF_NUMBER_TABLE
1702: )
1703:
1704: as
1705: ddp_idxv_tbl okl_indices_pub.idxv_tbl_type;
1706: ddindx binary_integer; indx binary_integer;
1707: begin
1708:
1709: -- copy data to the local IN or IN-OUT args, if any

Line 1749: okl_indices_pub.validate_indices(p_api_version,

1745: , p5_a30
1746: );
1747:
1748: -- here's the delegated call to the old PL/SQL routine
1749: okl_indices_pub.validate_indices(p_api_version,
1750: p_init_msg_list,
1751: x_return_status,
1752: x_msg_count,
1753: x_msg_data,

Line 1803: ddp_idxv_rec okl_indices_pub.idxv_rec_type;

1799: , p5_a30 NUMBER := 0-1962.0724
1800: )
1801:
1802: as
1803: ddp_idxv_rec okl_indices_pub.idxv_rec_type;
1804: ddindx binary_integer; indx binary_integer;
1805: begin
1806:
1807: -- copy data to the local IN or IN-OUT args, if any

Line 1846: okl_indices_pub.validate_indices(p_api_version,

1842: ddp_idxv_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a29);
1843: ddp_idxv_rec.last_update_login := rosetta_g_miss_num_map(p5_a30);
1844:
1845: -- here's the delegated call to the old PL/SQL routine
1846: okl_indices_pub.validate_indices(p_api_version,
1847: p_init_msg_list,
1848: x_return_status,
1849: x_msg_count,
1850: x_msg_data,

Line 1899: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

1895: , p6_a14 out nocopy JTF_NUMBER_TABLE
1896: )
1897:
1898: as
1899: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
1900: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
1901: ddindx binary_integer; indx binary_integer;
1902: begin
1903:

Line 1900: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;

1896: )
1897:
1898: as
1899: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
1900: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
1901: ddindx binary_integer; indx binary_integer;
1902: begin
1903:
1904: -- copy data to the local IN or IN-OUT args, if any

Line 1929: okl_indices_pub.create_index_values(p_api_version,

1925: );
1926:
1927:
1928: -- here's the delegated call to the old PL/SQL routine
1929: okl_indices_pub.create_index_values(p_api_version,
1930: p_init_msg_list,
1931: x_return_status,
1932: x_msg_count,
1933: x_msg_data,

Line 2000: ddp_ivev_rec okl_indices_pub.ivev_rec_type;

1996: , p5_a14 NUMBER := 0-1962.0724
1997: )
1998:
1999: as
2000: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2001: ddx_ivev_rec okl_indices_pub.ivev_rec_type;
2002: ddindx binary_integer; indx binary_integer;
2003: begin
2004:

Line 2001: ddx_ivev_rec okl_indices_pub.ivev_rec_type;

1997: )
1998:
1999: as
2000: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2001: ddx_ivev_rec okl_indices_pub.ivev_rec_type;
2002: ddindx binary_integer; indx binary_integer;
2003: begin
2004:
2005: -- copy data to the local IN or IN-OUT args, if any

Line 2029: okl_indices_pub.create_index_values(p_api_version,

2025: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
2026:
2027:
2028: -- here's the delegated call to the old PL/SQL routine
2029: okl_indices_pub.create_index_values(p_api_version,
2030: p_init_msg_list,
2031: x_return_status,
2032: x_msg_count,
2033: x_msg_data,

Line 2084: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

2080: , p5_a14 JTF_NUMBER_TABLE
2081: )
2082:
2083: as
2084: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
2085: ddindx binary_integer; indx binary_integer;
2086: begin
2087:
2088: -- copy data to the local IN or IN-OUT args, if any

Line 2112: okl_indices_pub.lock_index_values(p_api_version,

2108: , p5_a14
2109: );
2110:
2111: -- here's the delegated call to the old PL/SQL routine
2112: okl_indices_pub.lock_index_values(p_api_version,
2113: p_init_msg_list,
2114: x_return_status,
2115: x_msg_count,
2116: x_msg_data,

Line 2150: ddp_ivev_rec okl_indices_pub.ivev_rec_type;

2146: , p5_a14 NUMBER := 0-1962.0724
2147: )
2148:
2149: as
2150: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2151: ddindx binary_integer; indx binary_integer;
2152: begin
2153:
2154: -- copy data to the local IN or IN-OUT args, if any

Line 2177: okl_indices_pub.lock_index_values(p_api_version,

2173: ddp_ivev_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a13);
2174: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
2175:
2176: -- here's the delegated call to the old PL/SQL routine
2177: okl_indices_pub.lock_index_values(p_api_version,
2178: p_init_msg_list,
2179: x_return_status,
2180: x_msg_count,
2181: x_msg_data,

Line 2230: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

2226: , p6_a14 out nocopy JTF_NUMBER_TABLE
2227: )
2228:
2229: as
2230: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
2231: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
2232: ddindx binary_integer; indx binary_integer;
2233: begin
2234:

Line 2231: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;

2227: )
2228:
2229: as
2230: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
2231: ddx_ivev_tbl okl_indices_pub.ivev_tbl_type;
2232: ddindx binary_integer; indx binary_integer;
2233: begin
2234:
2235: -- copy data to the local IN or IN-OUT args, if any

Line 2260: okl_indices_pub.update_index_values(p_api_version,

2256: );
2257:
2258:
2259: -- here's the delegated call to the old PL/SQL routine
2260: okl_indices_pub.update_index_values(p_api_version,
2261: p_init_msg_list,
2262: x_return_status,
2263: x_msg_count,
2264: x_msg_data,

Line 2331: ddp_ivev_rec okl_indices_pub.ivev_rec_type;

2327: , p5_a14 NUMBER := 0-1962.0724
2328: )
2329:
2330: as
2331: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2332: ddx_ivev_rec okl_indices_pub.ivev_rec_type;
2333: ddindx binary_integer; indx binary_integer;
2334: begin
2335:

Line 2332: ddx_ivev_rec okl_indices_pub.ivev_rec_type;

2328: )
2329:
2330: as
2331: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2332: ddx_ivev_rec okl_indices_pub.ivev_rec_type;
2333: ddindx binary_integer; indx binary_integer;
2334: begin
2335:
2336: -- copy data to the local IN or IN-OUT args, if any

Line 2360: okl_indices_pub.update_index_values(p_api_version,

2356: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
2357:
2358:
2359: -- here's the delegated call to the old PL/SQL routine
2360: okl_indices_pub.update_index_values(p_api_version,
2361: p_init_msg_list,
2362: x_return_status,
2363: x_msg_count,
2364: x_msg_data,

Line 2415: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

2411: , p5_a14 JTF_NUMBER_TABLE
2412: )
2413:
2414: as
2415: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
2416: ddindx binary_integer; indx binary_integer;
2417: begin
2418:
2419: -- copy data to the local IN or IN-OUT args, if any

Line 2443: okl_indices_pub.delete_index_values(p_api_version,

2439: , p5_a14
2440: );
2441:
2442: -- here's the delegated call to the old PL/SQL routine
2443: okl_indices_pub.delete_index_values(p_api_version,
2444: p_init_msg_list,
2445: x_return_status,
2446: x_msg_count,
2447: x_msg_data,

Line 2481: ddp_ivev_rec okl_indices_pub.ivev_rec_type;

2477: , p5_a14 NUMBER := 0-1962.0724
2478: )
2479:
2480: as
2481: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2482: ddindx binary_integer; indx binary_integer;
2483: begin
2484:
2485: -- copy data to the local IN or IN-OUT args, if any

Line 2508: okl_indices_pub.delete_index_values(p_api_version,

2504: ddp_ivev_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a13);
2505: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
2506:
2507: -- here's the delegated call to the old PL/SQL routine
2508: okl_indices_pub.delete_index_values(p_api_version,
2509: p_init_msg_list,
2510: x_return_status,
2511: x_msg_count,
2512: x_msg_data,

Line 2546: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;

2542: , p5_a14 JTF_NUMBER_TABLE
2543: )
2544:
2545: as
2546: ddp_ivev_tbl okl_indices_pub.ivev_tbl_type;
2547: ddindx binary_integer; indx binary_integer;
2548: begin
2549:
2550: -- copy data to the local IN or IN-OUT args, if any

Line 2574: okl_indices_pub.validate_index_values(p_api_version,

2570: , p5_a14
2571: );
2572:
2573: -- here's the delegated call to the old PL/SQL routine
2574: okl_indices_pub.validate_index_values(p_api_version,
2575: p_init_msg_list,
2576: x_return_status,
2577: x_msg_count,
2578: x_msg_data,

Line 2612: ddp_ivev_rec okl_indices_pub.ivev_rec_type;

2608: , p5_a14 NUMBER := 0-1962.0724
2609: )
2610:
2611: as
2612: ddp_ivev_rec okl_indices_pub.ivev_rec_type;
2613: ddindx binary_integer; indx binary_integer;
2614: begin
2615:
2616: -- copy data to the local IN or IN-OUT args, if any

Line 2639: okl_indices_pub.validate_index_values(p_api_version,

2635: ddp_ivev_rec.last_update_date := rosetta_g_miss_date_in_map(p5_a13);
2636: ddp_ivev_rec.last_update_login := rosetta_g_miss_num_map(p5_a14);
2637:
2638: -- here's the delegated call to the old PL/SQL routine
2639: okl_indices_pub.validate_index_values(p_api_version,
2640: p_init_msg_list,
2641: x_return_status,
2642: x_msg_count,
2643: x_msg_data,

Line 2654: end okl_indices_pub_w;

2650:
2651:
2652: end;
2653:
2654: end okl_indices_pub_w;