DBA Data[Home] [Help]

APPS.OKL_RCT_PVT_W dependencies on OKL_RCT_PVT

Line 1: package body okl_rct_pvt_w as

1: package body okl_rct_pvt_w as
2: /* $Header: OKLIRCTB.pls 120.0 2007/11/19 10:32:58 rviriyal noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rct_pvt.rct_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rct_pvt.rct_tbl_type, a0 JTF_NUMBER_TABLE

1: package body okl_rct_pvt_w as
2: /* $Header: OKLIRCTB.pls 120.0 2007/11/19 10:32:58 rviriyal noship $ */
3: procedure rosetta_table_copy_in_p2(t out nocopy okl_rct_pvt.rct_tbl_type, a0 JTF_NUMBER_TABLE
4: , a1 JTF_VARCHAR2_TABLE_100
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_NUMBER_TABLE

Line 110: procedure rosetta_table_copy_out_p2(t okl_rct_pvt.rct_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

106: end loop;
107: end if;
108: end if;
109: end rosetta_table_copy_in_p2;
110: procedure rosetta_table_copy_out_p2(t okl_rct_pvt.rct_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
111: , a1 out nocopy JTF_VARCHAR2_TABLE_100
112: , a2 out nocopy JTF_VARCHAR2_TABLE_100
113: , a3 out nocopy JTF_DATE_TABLE
114: , a4 out nocopy JTF_NUMBER_TABLE

Line 354: procedure rosetta_table_copy_in_p5(t out nocopy okl_rct_pvt.okltrxcshreceipttltbltype, a0 JTF_NUMBER_TABLE

350: end if;
351: end if;
352: end rosetta_table_copy_out_p2;
353:
354: procedure rosetta_table_copy_in_p5(t out nocopy okl_rct_pvt.okltrxcshreceipttltbltype, a0 JTF_NUMBER_TABLE
355: , a1 JTF_VARCHAR2_TABLE_100
356: , a2 JTF_VARCHAR2_TABLE_100
357: , a3 JTF_VARCHAR2_TABLE_100
358: , a4 JTF_VARCHAR2_TABLE_2000

Line 391: procedure rosetta_table_copy_out_p5(t okl_rct_pvt.okltrxcshreceipttltbltype, a0 out nocopy JTF_NUMBER_TABLE

387: end loop;
388: end if;
389: end if;
390: end rosetta_table_copy_in_p5;
391: procedure rosetta_table_copy_out_p5(t okl_rct_pvt.okltrxcshreceipttltbltype, a0 out nocopy JTF_NUMBER_TABLE
392: , a1 out nocopy JTF_VARCHAR2_TABLE_100
393: , a2 out nocopy JTF_VARCHAR2_TABLE_100
394: , a3 out nocopy JTF_VARCHAR2_TABLE_100
395: , a4 out nocopy JTF_VARCHAR2_TABLE_2000

Line 460: procedure rosetta_table_copy_in_p8(t out nocopy okl_rct_pvt.rctv_tbl_type, a0 JTF_NUMBER_TABLE

456: end if;
457: end if;
458: end rosetta_table_copy_out_p5;
459:
460: procedure rosetta_table_copy_in_p8(t out nocopy okl_rct_pvt.rctv_tbl_type, a0 JTF_NUMBER_TABLE
461: , a1 JTF_NUMBER_TABLE
462: , a2 JTF_VARCHAR2_TABLE_100
463: , a3 JTF_NUMBER_TABLE
464: , a4 JTF_NUMBER_TABLE

Line 571: procedure rosetta_table_copy_out_p8(t okl_rct_pvt.rctv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

567: end loop;
568: end if;
569: end if;
570: end rosetta_table_copy_in_p8;
571: procedure rosetta_table_copy_out_p8(t okl_rct_pvt.rctv_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
572: , a1 out nocopy JTF_NUMBER_TABLE
573: , a2 out nocopy JTF_VARCHAR2_TABLE_100
574: , a3 out nocopy JTF_NUMBER_TABLE
575: , a4 out nocopy JTF_NUMBER_TABLE

Line 927: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;

923: , p6_a46 out nocopy VARCHAR2
924: )
925:
926: as
927: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
928: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;
929: ddindx binary_integer; indx binary_integer;
930: begin
931:

Line 928: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;

924: )
925:
926: as
927: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
928: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;
929: ddindx binary_integer; indx binary_integer;
930: begin
931:
932: -- copy data to the local IN or IN-OUT args, if any

Line 988: okl_rct_pvt.insert_row(p_api_version,

984: ddp_rctv_rec.expired_flag := p5_a46;
985:
986:
987: -- here's the delegated call to the old PL/SQL routine
988: okl_rct_pvt.insert_row(p_api_version,
989: p_init_msg_list,
990: x_return_status,
991: x_msg_count,
992: x_msg_data,

Line 1154: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;

1150: , p6_a46 out nocopy JTF_VARCHAR2_TABLE_100
1151: )
1152:
1153: as
1154: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1155: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1156: ddindx binary_integer; indx binary_integer;
1157: begin
1158:

Line 1155: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;

1151: )
1152:
1153: as
1154: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1155: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1156: ddindx binary_integer; indx binary_integer;
1157: begin
1158:
1159: -- copy data to the local IN or IN-OUT args, if any

Line 1165: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0

1161:
1162:
1163:
1164:
1165: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0
1166: , p5_a1
1167: , p5_a2
1168: , p5_a3
1169: , p5_a4

Line 1216: okl_rct_pvt.insert_row(p_api_version,

1212: );
1213:
1214:
1215: -- here's the delegated call to the old PL/SQL routine
1216: okl_rct_pvt.insert_row(p_api_version,
1217: p_init_msg_list,
1218: x_return_status,
1219: x_msg_count,
1220: x_msg_data,

Line 1231: okl_rct_pvt_w.rosetta_table_copy_out_p8(ddx_rctv_tbl, p6_a0

1227:
1228:
1229:
1230:
1231: okl_rct_pvt_w.rosetta_table_copy_out_p8(ddx_rctv_tbl, p6_a0
1232: , p6_a1
1233: , p6_a2
1234: , p6_a3
1235: , p6_a4

Line 1336: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;

1332: , p5_a46 VARCHAR2
1333: )
1334:
1335: as
1336: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
1337: ddindx binary_integer; indx binary_integer;
1338: begin
1339:
1340: -- copy data to the local IN or IN-OUT args, if any

Line 1395: okl_rct_pvt.lock_row(p_api_version,

1391: ddp_rctv_rec.fully_applied_flag := p5_a45;
1392: ddp_rctv_rec.expired_flag := p5_a46;
1393:
1394: -- here's the delegated call to the old PL/SQL routine
1395: okl_rct_pvt.lock_row(p_api_version,
1396: p_init_msg_list,
1397: x_return_status,
1398: x_msg_count,
1399: x_msg_data,

Line 1465: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;

1461: , p5_a46 JTF_VARCHAR2_TABLE_100
1462: )
1463:
1464: as
1465: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1466: ddindx binary_integer; indx binary_integer;
1467: begin
1468:
1469: -- copy data to the local IN or IN-OUT args, if any

Line 1475: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0

1471:
1472:
1473:
1474:
1475: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0
1476: , p5_a1
1477: , p5_a2
1478: , p5_a3
1479: , p5_a4

Line 1525: okl_rct_pvt.lock_row(p_api_version,

1521: , p5_a46
1522: );
1523:
1524: -- here's the delegated call to the old PL/SQL routine
1525: okl_rct_pvt.lock_row(p_api_version,
1526: p_init_msg_list,
1527: x_return_status,
1528: x_msg_count,
1529: x_msg_data,

Line 1642: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;

1638: , p6_a46 out nocopy VARCHAR2
1639: )
1640:
1641: as
1642: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
1643: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;
1644: ddindx binary_integer; indx binary_integer;
1645: begin
1646:

Line 1643: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;

1639: )
1640:
1641: as
1642: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
1643: ddx_rctv_rec okl_rct_pvt.rctv_rec_type;
1644: ddindx binary_integer; indx binary_integer;
1645: begin
1646:
1647: -- copy data to the local IN or IN-OUT args, if any

Line 1703: okl_rct_pvt.update_row(p_api_version,

1699: ddp_rctv_rec.expired_flag := p5_a46;
1700:
1701:
1702: -- here's the delegated call to the old PL/SQL routine
1703: okl_rct_pvt.update_row(p_api_version,
1704: p_init_msg_list,
1705: x_return_status,
1706: x_msg_count,
1707: x_msg_data,

Line 1869: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;

1865: , p6_a46 out nocopy JTF_VARCHAR2_TABLE_100
1866: )
1867:
1868: as
1869: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1870: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1871: ddindx binary_integer; indx binary_integer;
1872: begin
1873:

Line 1870: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;

1866: )
1867:
1868: as
1869: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1870: ddx_rctv_tbl okl_rct_pvt.rctv_tbl_type;
1871: ddindx binary_integer; indx binary_integer;
1872: begin
1873:
1874: -- copy data to the local IN or IN-OUT args, if any

Line 1880: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0

1876:
1877:
1878:
1879:
1880: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0
1881: , p5_a1
1882: , p5_a2
1883: , p5_a3
1884: , p5_a4

Line 1931: okl_rct_pvt.update_row(p_api_version,

1927: );
1928:
1929:
1930: -- here's the delegated call to the old PL/SQL routine
1931: okl_rct_pvt.update_row(p_api_version,
1932: p_init_msg_list,
1933: x_return_status,
1934: x_msg_count,
1935: x_msg_data,

Line 1946: okl_rct_pvt_w.rosetta_table_copy_out_p8(ddx_rctv_tbl, p6_a0

1942:
1943:
1944:
1945:
1946: okl_rct_pvt_w.rosetta_table_copy_out_p8(ddx_rctv_tbl, p6_a0
1947: , p6_a1
1948: , p6_a2
1949: , p6_a3
1950: , p6_a4

Line 2051: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;

2047: , p5_a46 VARCHAR2
2048: )
2049:
2050: as
2051: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
2052: ddindx binary_integer; indx binary_integer;
2053: begin
2054:
2055: -- copy data to the local IN or IN-OUT args, if any

Line 2110: okl_rct_pvt.delete_row(p_api_version,

2106: ddp_rctv_rec.fully_applied_flag := p5_a45;
2107: ddp_rctv_rec.expired_flag := p5_a46;
2108:
2109: -- here's the delegated call to the old PL/SQL routine
2110: okl_rct_pvt.delete_row(p_api_version,
2111: p_init_msg_list,
2112: x_return_status,
2113: x_msg_count,
2114: x_msg_data,

Line 2180: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;

2176: , p5_a46 JTF_VARCHAR2_TABLE_100
2177: )
2178:
2179: as
2180: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
2181: ddindx binary_integer; indx binary_integer;
2182: begin
2183:
2184: -- copy data to the local IN or IN-OUT args, if any

Line 2190: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0

2186:
2187:
2188:
2189:
2190: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0
2191: , p5_a1
2192: , p5_a2
2193: , p5_a3
2194: , p5_a4

Line 2240: okl_rct_pvt.delete_row(p_api_version,

2236: , p5_a46
2237: );
2238:
2239: -- here's the delegated call to the old PL/SQL routine
2240: okl_rct_pvt.delete_row(p_api_version,
2241: p_init_msg_list,
2242: x_return_status,
2243: x_msg_count,
2244: x_msg_data,

Line 2310: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;

2306: , p5_a46 VARCHAR2
2307: )
2308:
2309: as
2310: ddp_rctv_rec okl_rct_pvt.rctv_rec_type;
2311: ddindx binary_integer; indx binary_integer;
2312: begin
2313:
2314: -- copy data to the local IN or IN-OUT args, if any

Line 2369: okl_rct_pvt.validate_row(p_api_version,

2365: ddp_rctv_rec.fully_applied_flag := p5_a45;
2366: ddp_rctv_rec.expired_flag := p5_a46;
2367:
2368: -- here's the delegated call to the old PL/SQL routine
2369: okl_rct_pvt.validate_row(p_api_version,
2370: p_init_msg_list,
2371: x_return_status,
2372: x_msg_count,
2373: x_msg_data,

Line 2439: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;

2435: , p5_a46 JTF_VARCHAR2_TABLE_100
2436: )
2437:
2438: as
2439: ddp_rctv_tbl okl_rct_pvt.rctv_tbl_type;
2440: ddindx binary_integer; indx binary_integer;
2441: begin
2442:
2443: -- copy data to the local IN or IN-OUT args, if any

Line 2449: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0

2445:
2446:
2447:
2448:
2449: okl_rct_pvt_w.rosetta_table_copy_in_p8(ddp_rctv_tbl, p5_a0
2450: , p5_a1
2451: , p5_a2
2452: , p5_a3
2453: , p5_a4

Line 2499: okl_rct_pvt.validate_row(p_api_version,

2495: , p5_a46
2496: );
2497:
2498: -- here's the delegated call to the old PL/SQL routine
2499: okl_rct_pvt.validate_row(p_api_version,
2500: p_init_msg_list,
2501: x_return_status,
2502: x_msg_count,
2503: x_msg_data,

Line 2514: end okl_rct_pvt_w;

2510:
2511:
2512: end;
2513:
2514: end okl_rct_pvt_w;