DBA Data[Home] [Help]

APPS.OKL_LRV_PVT_W dependencies on OKL_LRV_PVT

Line 1: package body okl_lrv_pvt_w as

1: package body okl_lrv_pvt_w as
2: /* $Header: OKLILRVB.pls 120.1 2005/09/30 11:00:31 asawanka noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_lrv_pvt.okl_lrvv_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100

Line 3: procedure rosetta_table_copy_in_p1(t out nocopy okl_lrv_pvt.okl_lrvv_tbl, a0 JTF_NUMBER_TABLE

1: package body okl_lrv_pvt_w as
2: /* $Header: OKLILRVB.pls 120.1 2005/09/30 11:00:31 asawanka noship $ */
3: procedure rosetta_table_copy_in_p1(t out nocopy okl_lrv_pvt.okl_lrvv_tbl, a0 JTF_NUMBER_TABLE
4: , a1 JTF_NUMBER_TABLE
5: , a2 JTF_VARCHAR2_TABLE_100
6: , a3 JTF_DATE_TABLE
7: , a4 JTF_DATE_TABLE

Line 96: procedure rosetta_table_copy_out_p1(t okl_lrv_pvt.okl_lrvv_tbl, a0 out nocopy JTF_NUMBER_TABLE

92: end loop;
93: end if;
94: end if;
95: end rosetta_table_copy_in_p1;
96: procedure rosetta_table_copy_out_p1(t okl_lrv_pvt.okl_lrvv_tbl, a0 out nocopy JTF_NUMBER_TABLE
97: , a1 out nocopy JTF_NUMBER_TABLE
98: , a2 out nocopy JTF_VARCHAR2_TABLE_100
99: , a3 out nocopy JTF_DATE_TABLE
100: , a4 out nocopy JTF_DATE_TABLE

Line 305: procedure rosetta_table_copy_in_p3(t out nocopy okl_lrv_pvt.okl_lrv_tbl, a0 JTF_NUMBER_TABLE

301: end if;
302: end if;
303: end rosetta_table_copy_out_p1;
304:
305: procedure rosetta_table_copy_in_p3(t out nocopy okl_lrv_pvt.okl_lrv_tbl, a0 JTF_NUMBER_TABLE
306: , a1 JTF_NUMBER_TABLE
307: , a2 JTF_VARCHAR2_TABLE_100
308: , a3 JTF_DATE_TABLE
309: , a4 JTF_DATE_TABLE

Line 398: procedure rosetta_table_copy_out_p3(t okl_lrv_pvt.okl_lrv_tbl, a0 out nocopy JTF_NUMBER_TABLE

394: end loop;
395: end if;
396: end if;
397: end rosetta_table_copy_in_p3;
398: procedure rosetta_table_copy_out_p3(t okl_lrv_pvt.okl_lrv_tbl, a0 out nocopy JTF_NUMBER_TABLE
399: , a1 out nocopy JTF_NUMBER_TABLE
400: , a2 out nocopy JTF_VARCHAR2_TABLE_100
401: , a3 out nocopy JTF_DATE_TABLE
402: , a4 out nocopy JTF_DATE_TABLE

Line 691: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;

687: , p6_a37 out nocopy NUMBER
688: )
689:
690: as
691: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
692: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
693: ddindx binary_integer; indx binary_integer;
694: begin
695:

Line 692: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;

688: )
689:
690: as
691: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
692: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
693: ddindx binary_integer; indx binary_integer;
694: begin
695:
696: -- copy data to the local IN or IN-OUT args, if any

Line 743: okl_lrv_pvt.insert_row(p_api_version,

739: ddp_lrvv_rec.standard_rate := p5_a37;
740:
741:
742: -- here's the delegated call to the old PL/SQL routine
743: okl_lrv_pvt.insert_row(p_api_version,
744: p_init_msg_list,
745: x_return_status,
746: x_msg_count,
747: x_msg_data,

Line 882: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;

878: , p6_a37 out nocopy JTF_NUMBER_TABLE
879: )
880:
881: as
882: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
883: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
884: ddindx binary_integer; indx binary_integer;
885: begin
886:

Line 883: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;

879: )
880:
881: as
882: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
883: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
884: ddindx binary_integer; indx binary_integer;
885: begin
886:
887: -- copy data to the local IN or IN-OUT args, if any

Line 893: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0

889:
890:
891:
892:
893: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0
894: , p5_a1
895: , p5_a2
896: , p5_a3
897: , p5_a4

Line 935: okl_lrv_pvt.insert_row(p_api_version,

931: );
932:
933:
934: -- here's the delegated call to the old PL/SQL routine
935: okl_lrv_pvt.insert_row(p_api_version,
936: p_init_msg_list,
937: x_return_status,
938: x_msg_count,
939: x_msg_data,

Line 950: okl_lrv_pvt_w.rosetta_table_copy_out_p1(ddx_lrvv_tbl, p6_a0

946:
947:
948:
949:
950: okl_lrv_pvt_w.rosetta_table_copy_out_p1(ddx_lrvv_tbl, p6_a0
951: , p6_a1
952: , p6_a2
953: , p6_a3
954: , p6_a4

Line 1075: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;

1071: , p6_a37 out nocopy NUMBER
1072: )
1073:
1074: as
1075: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
1076: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
1077: ddindx binary_integer; indx binary_integer;
1078: begin
1079:

Line 1076: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;

1072: )
1073:
1074: as
1075: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
1076: ddx_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
1077: ddindx binary_integer; indx binary_integer;
1078: begin
1079:
1080: -- copy data to the local IN or IN-OUT args, if any

Line 1127: okl_lrv_pvt.update_row(p_api_version,

1123: ddp_lrvv_rec.standard_rate := p5_a37;
1124:
1125:
1126: -- here's the delegated call to the old PL/SQL routine
1127: okl_lrv_pvt.update_row(p_api_version,
1128: p_init_msg_list,
1129: x_return_status,
1130: x_msg_count,
1131: x_msg_data,

Line 1266: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;

1262: , p6_a37 out nocopy JTF_NUMBER_TABLE
1263: )
1264:
1265: as
1266: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
1267: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
1268: ddindx binary_integer; indx binary_integer;
1269: begin
1270:

Line 1267: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;

1263: )
1264:
1265: as
1266: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
1267: ddx_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
1268: ddindx binary_integer; indx binary_integer;
1269: begin
1270:
1271: -- copy data to the local IN or IN-OUT args, if any

Line 1277: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0

1273:
1274:
1275:
1276:
1277: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0
1278: , p5_a1
1279: , p5_a2
1280: , p5_a3
1281: , p5_a4

Line 1319: okl_lrv_pvt.update_row(p_api_version,

1315: );
1316:
1317:
1318: -- here's the delegated call to the old PL/SQL routine
1319: okl_lrv_pvt.update_row(p_api_version,
1320: p_init_msg_list,
1321: x_return_status,
1322: x_msg_count,
1323: x_msg_data,

Line 1334: okl_lrv_pvt_w.rosetta_table_copy_out_p1(ddx_lrvv_tbl, p6_a0

1330:
1331:
1332:
1333:
1334: okl_lrv_pvt_w.rosetta_table_copy_out_p1(ddx_lrvv_tbl, p6_a0
1335: , p6_a1
1336: , p6_a2
1337: , p6_a3
1338: , p6_a4

Line 1421: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;

1417: , p5_a37 NUMBER
1418: )
1419:
1420: as
1421: ddp_lrvv_rec okl_lrv_pvt.okl_lrvv_rec;
1422: ddindx binary_integer; indx binary_integer;
1423: begin
1424:
1425: -- copy data to the local IN or IN-OUT args, if any

Line 1471: okl_lrv_pvt.delete_row(p_api_version,

1467: ddp_lrvv_rec.attribute15 := p5_a36;
1468: ddp_lrvv_rec.standard_rate := p5_a37;
1469:
1470: -- here's the delegated call to the old PL/SQL routine
1471: okl_lrv_pvt.delete_row(p_api_version,
1472: p_init_msg_list,
1473: x_return_status,
1474: x_msg_count,
1475: x_msg_data,

Line 1532: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;

1528: , p5_a37 JTF_NUMBER_TABLE
1529: )
1530:
1531: as
1532: ddp_lrvv_tbl okl_lrv_pvt.okl_lrvv_tbl;
1533: ddindx binary_integer; indx binary_integer;
1534: begin
1535:
1536: -- copy data to the local IN or IN-OUT args, if any

Line 1542: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0

1538:
1539:
1540:
1541:
1542: okl_lrv_pvt_w.rosetta_table_copy_in_p1(ddp_lrvv_tbl, p5_a0
1543: , p5_a1
1544: , p5_a2
1545: , p5_a3
1546: , p5_a4

Line 1583: okl_lrv_pvt.delete_row(p_api_version,

1579: , p5_a37
1580: );
1581:
1582: -- here's the delegated call to the old PL/SQL routine
1583: okl_lrv_pvt.delete_row(p_api_version,
1584: p_init_msg_list,
1585: x_return_status,
1586: x_msg_count,
1587: x_msg_data,

Line 1598: end okl_lrv_pvt_w;

1594:
1595:
1596: end;
1597:
1598: end okl_lrv_pvt_w;