DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PUB_W dependencies on OKL_SPLIT_ASSET_PUB

Line 1: package body okl_split_asset_pub_w as

1: package body okl_split_asset_pub_w as
2: /* $Header: OKLUSPAB.pls 115.9 2004/02/17 22:57:28 avsingh 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 185: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;

181: , p11_a32 out nocopy NUMBER
182: )
183:
184: as
185: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
186: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
187: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
188: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
189: ddindx binary_integer; indx binary_integer;

Line 186: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

182: )
183:
184: as
185: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
186: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
187: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
188: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
189: ddindx binary_integer; indx binary_integer;
190: begin

Line 187: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;

183:
184: as
185: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
186: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
187: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
188: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
189: ddindx binary_integer; indx binary_integer;
190: begin
191:

Line 188: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;

184: as
185: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
186: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
187: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
188: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
189: ddindx binary_integer; indx binary_integer;
190: begin
191:
192: -- copy data to the local IN or IN-OUT args, if any

Line 208: okl_split_asset_pub.create_split_transaction(p_api_version,

204:
205:
206:
207: -- here's the delegated call to the old PL/SQL routine
208: okl_split_asset_pub.create_split_transaction(p_api_version,
209: p_init_msg_list,
210: x_return_status,
211: x_msg_count,
212: x_msg_data,

Line 549: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

545: , p10_a32 out nocopy NUMBER
546: )
547:
548: as
549: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
550: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
551: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
552: ddindx binary_integer; indx binary_integer;
553: begin

Line 550: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;

546: )
547:
548: as
549: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
550: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
551: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
552: ddindx binary_integer; indx binary_integer;
553: begin
554:

Line 551: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;

547:
548: as
549: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
550: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
551: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
552: ddindx binary_integer; indx binary_integer;
553: begin
554:
555: -- copy data to the local IN or IN-OUT args, if any

Line 568: okl_split_asset_pub.create_split_transaction(p_api_version,

564:
565:
566:
567: -- here's the delegated call to the old PL/SQL routine
568: okl_split_asset_pub.create_split_transaction(p_api_version,
569: p_init_msg_list,
570: x_return_status,
571: x_msg_count,
572: x_msg_data,

Line 909: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;

905: , p12_a32 out nocopy NUMBER
906: )
907:
908: as
909: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
910: ddp_trx_date date;
911: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
912: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
913: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;

Line 911: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

907:
908: as
909: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
910: ddp_trx_date date;
911: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
912: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
913: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
914: ddindx binary_integer; indx binary_integer;
915: begin

Line 912: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;

908: as
909: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
910: ddp_trx_date date;
911: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
912: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
913: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
914: ddindx binary_integer; indx binary_integer;
915: begin
916:

Line 913: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;

909: ddp_ib_tbl okl_split_asset_pub.ib_tbl_type;
910: ddp_trx_date date;
911: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
912: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
913: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
914: ddindx binary_integer; indx binary_integer;
915: begin
916:
917: -- copy data to the local IN or IN-OUT args, if any

Line 935: okl_split_asset_pub.create_split_transaction(p_api_version,

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

Line 1280: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

1276: )
1277:
1278: as
1279: ddp_trx_date date;
1280: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1281: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
1282: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
1283: ddindx binary_integer; indx binary_integer;
1284: begin

Line 1281: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;

1277:
1278: as
1279: ddp_trx_date date;
1280: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1281: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
1282: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
1283: ddindx binary_integer; indx binary_integer;
1284: begin
1285:

Line 1282: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;

1278: as
1279: ddp_trx_date date;
1280: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1281: ddx_txlv_rec okl_split_asset_pub.txlv_rec_type;
1282: ddx_trxv_rec okl_split_asset_pub.trxv_rec_type;
1283: ddindx binary_integer; indx binary_integer;
1284: begin
1285:
1286: -- copy data to the local IN or IN-OUT args, if any

Line 1301: okl_split_asset_pub.create_split_transaction(p_api_version,

1297:
1298:
1299:
1300: -- here's the delegated call to the old PL/SQL routine
1301: okl_split_asset_pub.create_split_transaction(p_api_version,
1302: p_init_msg_list,
1303: x_return_status,
1304: x_msg_count,
1305: x_msg_data,

Line 1573: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

1569: , p7_a41 out nocopy JTF_DATE_TABLE
1570: )
1571:
1572: as
1573: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1574: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1575: ddindx binary_integer; indx binary_integer;
1576: begin
1577:

Line 1574: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

1570: )
1571:
1572: as
1573: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1574: ddx_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1575: ddindx binary_integer; indx binary_integer;
1576: begin
1577:
1578: -- copy data to the local IN or IN-OUT args, if any

Line 1631: okl_split_asset_pub.update_split_transaction(p_api_version,

1627: );
1628:
1629:
1630: -- here's the delegated call to the old PL/SQL routine
1631: okl_split_asset_pub.update_split_transaction(p_api_version,
1632: p_init_msg_list,
1633: x_return_status,
1634: x_msg_count,
1635: x_msg_data,

Line 1820: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;

1816: , p6_a75 DATE := fnd_api.g_miss_date
1817: )
1818:
1819: as
1820: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1821: ddp_txlv_rec okl_split_asset_pub.txlv_rec_type;
1822: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;
1823: ddindx binary_integer; indx binary_integer;
1824: begin

Line 1821: ddp_txlv_rec okl_split_asset_pub.txlv_rec_type;

1817: )
1818:
1819: as
1820: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1821: ddp_txlv_rec okl_split_asset_pub.txlv_rec_type;
1822: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;
1823: ddindx binary_integer; indx binary_integer;
1824: begin
1825:

Line 1822: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;

1818:
1819: as
1820: ddp_txdv_tbl okl_split_asset_pub.txdv_tbl_type;
1821: ddp_txlv_rec okl_split_asset_pub.txlv_rec_type;
1822: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;
1823: ddindx binary_integer; indx binary_integer;
1824: begin
1825:
1826: -- copy data to the local IN or IN-OUT args, if any

Line 1955: okl_split_asset_pub.split_fixed_asset(p_api_version,

1951: ddp_txlv_rec.currency_conversion_date := rosetta_g_miss_date_in_map(p6_a75);
1952:
1953:
1954: -- here's the delegated call to the old PL/SQL routine
1955: okl_split_asset_pub.split_fixed_asset(p_api_version,
1956: p_init_msg_list,
1957: x_return_status,
1958: x_msg_count,
1959: x_msg_data,

Line 1986: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;

1982: , p6_a0 out nocopy JTF_NUMBER_TABLE
1983: )
1984:
1985: as
1986: ddx_cle_tbl okl_split_asset_pub.cle_tbl_type;
1987: ddindx binary_integer; indx binary_integer;
1988: begin
1989:
1990: -- copy data to the local IN or IN-OUT args, if any

Line 1999: okl_split_asset_pub.split_fixed_asset(p_api_version,

1995:
1996:
1997:
1998: -- here's the delegated call to the old PL/SQL routine
1999: okl_split_asset_pub.split_fixed_asset(p_api_version,
2000: p_init_msg_list,
2001: x_return_status,
2002: x_msg_count,
2003: x_msg_data,

Line 2114: ddp_itiv_tbl okl_split_asset_pub.itiv_tbl_type;

2110: , p6_a43 out nocopy JTF_NUMBER_TABLE
2111: )
2112:
2113: as
2114: ddp_itiv_tbl okl_split_asset_pub.itiv_tbl_type;
2115: ddx_itiv_tbl okl_split_asset_pub.itiv_tbl_type;
2116: ddindx binary_integer; indx binary_integer;
2117: begin
2118:

Line 2115: ddx_itiv_tbl okl_split_asset_pub.itiv_tbl_type;

2111: )
2112:
2113: as
2114: ddp_itiv_tbl okl_split_asset_pub.itiv_tbl_type;
2115: ddx_itiv_tbl okl_split_asset_pub.itiv_tbl_type;
2116: ddindx binary_integer; indx binary_integer;
2117: begin
2118:
2119: -- copy data to the local IN or IN-OUT args, if any

Line 2173: okl_split_asset_pub.create_split_comp_srl_num(p_api_version,

2169: );
2170:
2171:
2172: -- here's the delegated call to the old PL/SQL routine
2173: okl_split_asset_pub.create_split_comp_srl_num(p_api_version,
2174: p_init_msg_list,
2175: x_return_status,
2176: x_msg_count,
2177: x_msg_data,

Line 2235: end okl_split_asset_pub_w;

2231: , p6_a43
2232: );
2233: end;
2234:
2235: end okl_split_asset_pub_w;