DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT_W dependencies on OKL_FUNDING_PVT

Line 1: package body okl_funding_pvt_w as

1: package body okl_funding_pvt_w as
2: /* $Header: OKLEFUNB.pls 120.4.12020000.2 2013/03/08 05:20:23 racheruv 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 45: ddx_fnd_rec okl_funding_pvt.fnd_rec_type;

41: , p6_a10 out nocopy NUMBER
42: )
43:
44: as
45: ddx_fnd_rec okl_funding_pvt.fnd_rec_type;
46: ddindx binary_integer; indx binary_integer;
47: begin
48:
49: -- copy data to the local IN or IN-OUT args, if any

Line 58: okl_funding_pvt.get_fund_summary(p_api_version,

54:
55:
56:
57: -- here's the delegated call to the old PL/SQL routine
58: okl_funding_pvt.get_fund_summary(p_api_version,
59: p_init_msg_list,
60: x_return_status,
61: x_msg_count,
62: x_msg_data,

Line 242: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;

238: , p5_a73 DATE := fnd_api.g_miss_date
239: )
240:
241: as
242: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;
243: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;
244: ddindx binary_integer; indx binary_integer;
245: begin
246:

Line 243: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;

239: )
240:
241: as
242: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;
243: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;
244: ddindx binary_integer; indx binary_integer;
245: begin
246:
247: -- copy data to the local IN or IN-OUT args, if any

Line 330: okl_funding_pvt.create_funding_header(p_api_version,

326: ddp_tapv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
327:
328:
329: -- here's the delegated call to the old PL/SQL routine
330: okl_funding_pvt.create_funding_header(p_api_version,
331: p_init_msg_list,
332: x_return_status,
333: x_msg_count,
334: x_msg_data,

Line 577: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;

573: , p5_a73 DATE := fnd_api.g_miss_date
574: )
575:
576: as
577: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;
578: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;
579: ddindx binary_integer; indx binary_integer;
580: begin
581:

Line 578: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;

574: )
575:
576: as
577: ddp_tapv_rec okl_funding_pvt.tapv_rec_type;
578: ddx_tapv_rec okl_funding_pvt.tapv_rec_type;
579: ddindx binary_integer; indx binary_integer;
580: begin
581:
582: -- copy data to the local IN or IN-OUT args, if any

Line 665: okl_funding_pvt.update_funding_header(p_api_version,

661: ddp_tapv_rec.transaction_date := rosetta_g_miss_date_in_map(p5_a73);
662:
663:
664: -- here's the delegated call to the old PL/SQL routine
665: okl_funding_pvt.update_funding_header(p_api_version,
666: p_init_msg_list,
667: x_return_status,
668: x_msg_count,
669: x_msg_data,

Line 872: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;

868: , p6_a53 out nocopy JTF_NUMBER_TABLE
869: )
870:
871: as
872: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
873: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;
874: ddindx binary_integer; indx binary_integer;
875: begin
876:

Line 873: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;

869: )
870:
871: as
872: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
873: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;
874: ddindx binary_integer; indx binary_integer;
875: begin
876:
877: -- copy data to the local IN or IN-OUT args, if any

Line 941: okl_funding_pvt.create_funding_lines(p_api_version,

937: );
938:
939:
940: -- here's the delegated call to the old PL/SQL routine
941: okl_funding_pvt.create_funding_lines(p_api_version,
942: p_init_msg_list,
943: x_return_status,
944: x_msg_count,
945: x_msg_data,

Line 1078: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;

1074: , p8_a53 out nocopy JTF_NUMBER_TABLE
1075: )
1076:
1077: as
1078: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1079: ddindx binary_integer; indx binary_integer;
1080: begin
1081:
1082: -- copy data to the local IN or IN-OUT args, if any

Line 1093: okl_funding_pvt.create_funding_lines(p_api_version,

1089:
1090:
1091:
1092: -- here's the delegated call to the old PL/SQL routine
1093: okl_funding_pvt.create_funding_lines(p_api_version,
1094: p_init_msg_list,
1095: x_return_status,
1096: x_msg_count,
1097: x_msg_data,

Line 1285: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;

1281: , p6_a53 out nocopy JTF_NUMBER_TABLE
1282: )
1283:
1284: as
1285: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1286: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1287: ddindx binary_integer; indx binary_integer;
1288: begin
1289:

Line 1286: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;

1282: )
1283:
1284: as
1285: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1286: ddx_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1287: ddindx binary_integer; indx binary_integer;
1288: begin
1289:
1290: -- copy data to the local IN or IN-OUT args, if any

Line 1354: okl_funding_pvt.update_funding_lines(p_api_version,

1350: );
1351:
1352:
1353: -- here's the delegated call to the old PL/SQL routine
1354: okl_funding_pvt.update_funding_lines(p_api_version,
1355: p_init_msg_list,
1356: x_return_status,
1357: x_msg_count,
1358: x_msg_data,

Line 1488: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;

1484: , p5_a53 JTF_NUMBER_TABLE
1485: )
1486:
1487: as
1488: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1489: ddindx binary_integer; indx binary_integer;
1490: begin
1491:
1492: -- copy data to the local IN or IN-OUT args, if any

Line 1555: okl_funding_pvt.sync_header_amount(p_api_version,

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

Line 1587: ddrosetta_retval := okl_funding_pvt.get_chr_exp_canbe_funded_amt(p_contract_id,

1583:
1584: ddp_due_date := rosetta_g_miss_date_in_map(p_due_date);
1585:
1586: -- here's the delegated call to the old PL/SQL routine
1587: ddrosetta_retval := okl_funding_pvt.get_chr_exp_canbe_funded_amt(p_contract_id,
1588: p_vendor_site_id,
1589: ddp_due_date);
1590:
1591: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1613: ddrosetta_retval := okl_funding_pvt.get_chr_exp_canbe_funded_amt(p_contract_id,

1609:
1610: ddp_due_date := rosetta_g_miss_date_in_map(p_due_date);
1611:
1612: -- here's the delegated call to the old PL/SQL routine
1613: ddrosetta_retval := okl_funding_pvt.get_chr_exp_canbe_funded_amt(p_contract_id,
1614: ddp_due_date);
1615:
1616: -- copy data back from the local variables to OUT or IN-OUT args, if any
1617:

Line 1679: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;

1675: , p0_a53 JTF_NUMBER_TABLE
1676: ) return varchar2
1677:
1678: as
1679: ddp_tplv_tbl okl_funding_pvt.tplv_tbl_type;
1680: ddindx binary_integer; indx binary_integer;
1681: ddrosetta_retval varchar2(4000);
1682: begin
1683:

Line 1742: ddrosetta_retval := okl_funding_pvt.is_kle_id_unique(ddp_tplv_tbl);

1738: , p0_a53
1739: );
1740:
1741: -- here's the delegated call to the old PL/SQL routine
1742: ddrosetta_retval := okl_funding_pvt.is_kle_id_unique(ddp_tplv_tbl);
1743:
1744: -- copy data back from the local variables to OUT or IN-OUT args, if any
1745:
1746: return ddrosetta_retval;

Line 1777: okl_funding_pvt.contract_fee_canbe_funded(p_api_version,

1773:
1774: ddp_effective_date := rosetta_g_miss_date_in_map(p_effective_date);
1775:
1776: -- here's the delegated call to the old PL/SQL routine
1777: okl_funding_pvt.contract_fee_canbe_funded(p_api_version,
1778: p_init_msg_list,
1779: x_return_status,
1780: x_msg_count,
1781: x_msg_data,

Line 1815: ddrosetta_retval := okl_funding_pvt.get_chr_fee_canbe_funded_amt(p_contract_id,

1811:
1812: ddp_effective_date := rosetta_g_miss_date_in_map(p_effective_date);
1813:
1814: -- here's the delegated call to the old PL/SQL routine
1815: ddrosetta_retval := okl_funding_pvt.get_chr_fee_canbe_funded_amt(p_contract_id,
1816: p_fee_line_id,
1817: ddp_effective_date);
1818:
1819: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 1849: okl_funding_pvt.is_contract_fully_funded(p_api_version,

1845:
1846:
1847:
1848: -- here's the delegated call to the old PL/SQL routine
1849: okl_funding_pvt.is_contract_fully_funded(p_api_version,
1850: p_init_msg_list,
1851: x_return_status,
1852: x_msg_count,
1853: x_msg_data,

Line 1884: ddrosetta_retval := okl_funding_pvt.is_contract_fully_funded(p_contract_id);

1880:
1881: -- copy data to the local IN or IN-OUT args, if any
1882:
1883: -- here's the delegated call to the old PL/SQL routine
1884: ddrosetta_retval := okl_funding_pvt.is_contract_fully_funded(p_contract_id);
1885:
1886: -- copy data back from the local variables to OUT or IN-OUT args, if any
1887: if ddrosetta_retval is null
1888: then ddrosetta_retval_bool := null;

Line 1895: end okl_funding_pvt_w;

1891: else ddrosetta_retval_bool := 0;
1892: end if;
1893: end;
1894:
1895: end okl_funding_pvt_w;