DBA Data[Home] [Help]

APPS.OKL_ASSET_RETURNS_PUB_W dependencies on OKL_ASSET_RETURNS_PUB

Line 1: package body okl_asset_returns_pub_w as

1: package body okl_asset_returns_pub_w as
2: /* $Header: OKLUARTB.pls 120.3 2008/01/14 18:26:04 rmunjulu ship $ */
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 154: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;

150: , p6_a61 out nocopy JTF_NUMBER_TABLE
151: )
152:
153: as
154: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
155: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;
156: ddindx binary_integer; indx binary_integer;
157: begin
158:

Line 155: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;

151: )
152:
153: as
154: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
155: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;
156: ddindx binary_integer; indx binary_integer;
157: begin
158:
159: -- copy data to the local IN or IN-OUT args, if any

Line 231: okl_asset_returns_pub.insert_asset_returns(p_api_version,

227: );
228:
229:
230: -- here's the delegated call to the old PL/SQL routine
231: okl_asset_returns_pub.insert_asset_returns(p_api_version,
232: p_init_msg_list,
233: x_return_status,
234: x_msg_count,
235: x_msg_data,

Line 443: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;

439: , p5_a61 NUMBER := 0-1962.0724
440: )
441:
442: as
443: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
444: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;
445: ddindx binary_integer; indx binary_integer;
446: begin
447:

Line 444: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;

440: )
441:
442: as
443: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
444: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;
445: ddindx binary_integer; indx binary_integer;
446: begin
447:
448: -- copy data to the local IN or IN-OUT args, if any

Line 519: okl_asset_returns_pub.insert_asset_returns(p_api_version,

515: ddp_artv_rec.asset_fmv_amount := rosetta_g_miss_num_map(p5_a61);
516:
517:
518: -- here's the delegated call to the old PL/SQL routine
519: okl_asset_returns_pub.insert_asset_returns(p_api_version,
520: p_init_msg_list,
521: x_return_status,
522: x_msg_count,
523: x_msg_data,

Line 668: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;

664: , p5_a61 JTF_NUMBER_TABLE
665: )
666:
667: as
668: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
669: ddindx binary_integer; indx binary_integer;
670: begin
671:
672: -- copy data to the local IN or IN-OUT args, if any

Line 743: okl_asset_returns_pub.lock_asset_returns(p_api_version,

739: , p5_a61
740: );
741:
742: -- here's the delegated call to the old PL/SQL routine
743: okl_asset_returns_pub.lock_asset_returns(p_api_version,
744: p_init_msg_list,
745: x_return_status,
746: x_msg_count,
747: x_msg_data,

Line 828: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;

824: , p5_a61 NUMBER := 0-1962.0724
825: )
826:
827: as
828: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
829: ddindx binary_integer; indx binary_integer;
830: begin
831:
832: -- copy data to the local IN or IN-OUT args, if any

Line 902: okl_asset_returns_pub.lock_asset_returns(p_api_version,

898: ddp_artv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a60);
899: ddp_artv_rec.asset_fmv_amount := rosetta_g_miss_num_map(p5_a61);
900:
901: -- here's the delegated call to the old PL/SQL routine
902: okl_asset_returns_pub.lock_asset_returns(p_api_version,
903: p_init_msg_list,
904: x_return_status,
905: x_msg_count,
906: x_msg_data,

Line 1049: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;

1045: , p6_a61 out nocopy JTF_NUMBER_TABLE
1046: )
1047:
1048: as
1049: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1050: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1051: ddindx binary_integer; indx binary_integer;
1052: begin
1053:

Line 1050: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;

1046: )
1047:
1048: as
1049: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1050: ddx_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1051: ddindx binary_integer; indx binary_integer;
1052: begin
1053:
1054: -- copy data to the local IN or IN-OUT args, if any

Line 1126: okl_asset_returns_pub.update_asset_returns(p_api_version,

1122: );
1123:
1124:
1125: -- here's the delegated call to the old PL/SQL routine
1126: okl_asset_returns_pub.update_asset_returns(p_api_version,
1127: p_init_msg_list,
1128: x_return_status,
1129: x_msg_count,
1130: x_msg_data,

Line 1338: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;

1334: , p5_a61 NUMBER := 0-1962.0724
1335: )
1336:
1337: as
1338: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
1339: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;
1340: ddindx binary_integer; indx binary_integer;
1341: begin
1342:

Line 1339: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;

1335: )
1336:
1337: as
1338: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
1339: ddx_artv_rec okl_asset_returns_pub.artv_rec_type;
1340: ddindx binary_integer; indx binary_integer;
1341: begin
1342:
1343: -- copy data to the local IN or IN-OUT args, if any

Line 1414: okl_asset_returns_pub.update_asset_returns(p_api_version,

1410: ddp_artv_rec.asset_fmv_amount := rosetta_g_miss_num_map(p5_a61);
1411:
1412:
1413: -- here's the delegated call to the old PL/SQL routine
1414: okl_asset_returns_pub.update_asset_returns(p_api_version,
1415: p_init_msg_list,
1416: x_return_status,
1417: x_msg_count,
1418: x_msg_data,

Line 1563: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;

1559: , p5_a61 JTF_NUMBER_TABLE
1560: )
1561:
1562: as
1563: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1564: ddindx binary_integer; indx binary_integer;
1565: begin
1566:
1567: -- copy data to the local IN or IN-OUT args, if any

Line 1638: okl_asset_returns_pub.delete_asset_returns(p_api_version,

1634: , p5_a61
1635: );
1636:
1637: -- here's the delegated call to the old PL/SQL routine
1638: okl_asset_returns_pub.delete_asset_returns(p_api_version,
1639: p_init_msg_list,
1640: x_return_status,
1641: x_msg_count,
1642: x_msg_data,

Line 1723: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;

1719: , p5_a61 NUMBER := 0-1962.0724
1720: )
1721:
1722: as
1723: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
1724: ddindx binary_integer; indx binary_integer;
1725: begin
1726:
1727: -- copy data to the local IN or IN-OUT args, if any

Line 1797: okl_asset_returns_pub.delete_asset_returns(p_api_version,

1793: ddp_artv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a60);
1794: ddp_artv_rec.asset_fmv_amount := rosetta_g_miss_num_map(p5_a61);
1795:
1796: -- here's the delegated call to the old PL/SQL routine
1797: okl_asset_returns_pub.delete_asset_returns(p_api_version,
1798: p_init_msg_list,
1799: x_return_status,
1800: x_msg_count,
1801: x_msg_data,

Line 1882: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;

1878: , p5_a61 JTF_NUMBER_TABLE
1879: )
1880:
1881: as
1882: ddp_artv_tbl okl_asset_returns_pub.artv_tbl_type;
1883: ddindx binary_integer; indx binary_integer;
1884: begin
1885:
1886: -- copy data to the local IN or IN-OUT args, if any

Line 1957: okl_asset_returns_pub.validate_asset_returns(p_api_version,

1953: , p5_a61
1954: );
1955:
1956: -- here's the delegated call to the old PL/SQL routine
1957: okl_asset_returns_pub.validate_asset_returns(p_api_version,
1958: p_init_msg_list,
1959: x_return_status,
1960: x_msg_count,
1961: x_msg_data,

Line 2042: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;

2038: , p5_a61 NUMBER := 0-1962.0724
2039: )
2040:
2041: as
2042: ddp_artv_rec okl_asset_returns_pub.artv_rec_type;
2043: ddindx binary_integer; indx binary_integer;
2044: begin
2045:
2046: -- copy data to the local IN or IN-OUT args, if any

Line 2116: okl_asset_returns_pub.validate_asset_returns(p_api_version,

2112: ddp_artv_rec.legal_entity_id := rosetta_g_miss_num_map(p5_a60);
2113: ddp_artv_rec.asset_fmv_amount := rosetta_g_miss_num_map(p5_a61);
2114:
2115: -- here's the delegated call to the old PL/SQL routine
2116: okl_asset_returns_pub.validate_asset_returns(p_api_version,
2117: p_init_msg_list,
2118: x_return_status,
2119: x_msg_count,
2120: x_msg_data,

Line 2131: end okl_asset_returns_pub_w;

2127:
2128:
2129: end;
2130:
2131: end okl_asset_returns_pub_w;