DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_PRICING_PVT dependencies on OKL_LEASE_QUOTE_CASHFLOW_PVT

Line 1270: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

1266: RAISE OKL_API.G_EXCEPTION_ERROR;
1267: END IF;
1268: IF l_all_lines_overriden = 'Y' THEN
1269: IF(l_debug_enabled='Y') THEN
1270: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1271: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1272: END IF;
1273: okl_lease_quote_cashflow_pvt.delete_cashflows(
1274: p_api_version => G_API_VERSION

Line 1271: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

1267: END IF;
1268: IF l_all_lines_overriden = 'Y' THEN
1269: IF(l_debug_enabled='Y') THEN
1270: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1271: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1272: END IF;
1273: okl_lease_quote_cashflow_pvt.delete_cashflows(
1274: p_api_version => G_API_VERSION
1275: ,p_init_msg_list => G_FALSE

Line 1273: okl_lease_quote_cashflow_pvt.delete_cashflows(

1269: IF(l_debug_enabled='Y') THEN
1270: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1271: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1272: END IF;
1273: okl_lease_quote_cashflow_pvt.delete_cashflows(
1274: p_api_version => G_API_VERSION
1275: ,p_init_msg_list => G_FALSE
1276: ,p_transaction_control => G_FALSE
1277: ,p_source_object_code => 'LEASE_QUOTE'

Line 1283: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

1279: ,x_return_status => x_return_status
1280: ,x_msg_count => x_msg_count
1281: ,x_msg_data => x_msg_data);
1282: IF(l_debug_enabled='Y') THEN
1283: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1284: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1285: END IF;
1286:
1287: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 1284: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

1280: ,x_msg_count => x_msg_count
1281: ,x_msg_data => x_msg_data);
1282: IF(l_debug_enabled='Y') THEN
1283: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1284: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1285: END IF;
1286:
1287: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
1288: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1316: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'

1312:
1313: IF (lv_cash_flow_exists = 'YES') THEN
1314:
1315: IF(l_debug_enabled='Y') THEN
1316: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1317: ,'begin debug call update_cashflow');
1318: END IF;
1319: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (
1320: p_api_version => G_API_VERSION

Line 1319: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (

1315: IF(l_debug_enabled='Y') THEN
1316: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1317: ,'begin debug call update_cashflow');
1318: END IF;
1319: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (
1320: p_api_version => G_API_VERSION
1321: ,p_init_msg_list => G_FALSE
1322: ,p_transaction_control => G_FALSE
1323: ,p_cashflow_header_rec => l_payment_header_rec

Line 1329: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'

1325: ,x_return_status => x_return_status
1326: ,x_msg_count => x_msg_count
1327: ,x_msg_data => x_msg_data);
1328: IF(l_debug_enabled='Y') THEN
1329: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1330: ,'end debug call update_cashflow');
1331: END IF;
1332:
1333: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 1340: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'

1336: RAISE OKL_API.G_EXCEPTION_ERROR;
1337: END IF;
1338: ELSE
1339: IF(l_debug_enabled='Y') THEN
1340: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
1341: ,'begin debug call create_cashflow');
1342: END IF;
1343: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (
1344: p_api_version => G_API_VERSION

Line 1343: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (

1339: IF(l_debug_enabled='Y') THEN
1340: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
1341: ,'begin debug call create_cashflow');
1342: END IF;
1343: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (
1344: p_api_version => G_API_VERSION
1345: ,p_init_msg_list => G_FALSE
1346: ,p_transaction_control => G_FALSE
1347: ,p_cashflow_header_rec => l_payment_header_rec

Line 1353: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'

1349: ,x_return_status => x_return_status
1350: ,x_msg_count => x_msg_count
1351: ,x_msg_data => x_msg_data);
1352: IF(l_debug_enabled='Y') THEN
1353: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
1354: ,'end debug call create_cashflow');
1355: END IF;
1356:
1357: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 1630: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

1626: RAISE OKL_API.G_EXCEPTION_ERROR;
1627: END IF;
1628:
1629: IF(l_debug_enabled='Y') THEN
1630: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1631: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1632: END IF;
1633: okl_lease_quote_cashflow_pvt.delete_cashflows(
1634: p_api_version => G_API_VERSION

Line 1631: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

1627: END IF;
1628:
1629: IF(l_debug_enabled='Y') THEN
1630: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1631: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1632: END IF;
1633: okl_lease_quote_cashflow_pvt.delete_cashflows(
1634: p_api_version => G_API_VERSION
1635: ,p_init_msg_list => G_FALSE

Line 1633: okl_lease_quote_cashflow_pvt.delete_cashflows(

1629: IF(l_debug_enabled='Y') THEN
1630: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1631: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1632: END IF;
1633: okl_lease_quote_cashflow_pvt.delete_cashflows(
1634: p_api_version => G_API_VERSION
1635: ,p_init_msg_list => G_FALSE
1636: ,p_transaction_control => G_FALSE
1637: ,p_source_object_code => 'LEASE_QUOTE'

Line 1643: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

1639: ,x_return_status => x_return_status
1640: ,x_msg_count => x_msg_count
1641: ,x_msg_data => x_msg_data);
1642: IF(l_debug_enabled='Y') THEN
1643: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1644: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1645: END IF;
1646:
1647: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 1644: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

1640: ,x_msg_count => x_msg_count
1641: ,x_msg_data => x_msg_data);
1642: IF(l_debug_enabled='Y') THEN
1643: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
1644: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
1645: END IF;
1646:
1647: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
1648: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1968: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'

1964: ELSE
1965: IF (lv_cash_flow_exists = 'YES') THEN
1966:
1967: IF(l_debug_enabled='Y') THEN
1968: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1969: ,'begin debug call update_cashflow');
1970: END IF;
1971: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (
1972: p_api_version => G_API_VERSION

Line 1971: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (

1967: IF(l_debug_enabled='Y') THEN
1968: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1969: ,'begin debug call update_cashflow');
1970: END IF;
1971: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow (
1972: p_api_version => G_API_VERSION
1973: ,p_init_msg_list => G_FALSE
1974: ,p_transaction_control => G_FALSE
1975: ,p_cashflow_header_rec => l_payment_header_rec

Line 1981: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'

1977: ,x_return_status => x_return_status
1978: ,x_msg_count => x_msg_count
1979: ,x_msg_data => x_msg_data);
1980: IF(l_debug_enabled='Y') THEN
1981: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow'
1982: ,'end debug call update_cashflow');
1983: END IF;
1984:
1985: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 1993: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'

1989: END IF;
1990: ELSE
1991:
1992: IF(l_debug_enabled='Y') THEN
1993: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
1994: ,'begin debug call create_cashflow');
1995: END IF;
1996: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (
1997: p_api_version => G_API_VERSION

Line 1996: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (

1992: IF(l_debug_enabled='Y') THEN
1993: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
1994: ,'begin debug call create_cashflow');
1995: END IF;
1996: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow (
1997: p_api_version => G_API_VERSION
1998: ,p_init_msg_list => G_FALSE
1999: ,p_transaction_control => G_FALSE
2000: ,p_cashflow_header_rec => l_payment_header_rec

Line 2006: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'

2002: ,x_return_status => x_return_status
2003: ,x_msg_count => x_msg_count
2004: ,x_msg_data => x_msg_data);
2005: IF(l_debug_enabled='Y') THEN
2006: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow'
2007: ,'end debug call create_cashflow');
2008: END IF;
2009:
2010: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 2179: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

2175: RAISE OKL_API.G_EXCEPTION_ERROR;
2176: END IF;
2177:
2178: IF(l_debug_enabled='Y') THEN
2179: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2180: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2181: END IF;
2182: okl_lease_quote_cashflow_pvt.delete_cashflows(
2183: p_api_version => G_API_VERSION

Line 2180: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

2176: END IF;
2177:
2178: IF(l_debug_enabled='Y') THEN
2179: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2180: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2181: END IF;
2182: okl_lease_quote_cashflow_pvt.delete_cashflows(
2183: p_api_version => G_API_VERSION
2184: ,p_init_msg_list => G_FALSE

Line 2182: okl_lease_quote_cashflow_pvt.delete_cashflows(

2178: IF(l_debug_enabled='Y') THEN
2179: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2180: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2181: END IF;
2182: okl_lease_quote_cashflow_pvt.delete_cashflows(
2183: p_api_version => G_API_VERSION
2184: ,p_init_msg_list => G_FALSE
2185: ,p_transaction_control => G_FALSE
2186: ,p_source_object_code => 'QUOTED_FEE'

Line 2192: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

2188: ,x_return_status => x_return_status
2189: ,x_msg_count => x_msg_count
2190: ,x_msg_data => x_msg_data);
2191: IF(l_debug_enabled='Y') THEN
2192: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2193: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2194: END IF;
2195:
2196: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 2193: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

2189: ,x_msg_count => x_msg_count
2190: ,x_msg_data => x_msg_data);
2191: IF(l_debug_enabled='Y') THEN
2192: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2193: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2194: END IF;
2195:
2196: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2197: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 2348: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

2344: RAISE OKL_API.G_EXCEPTION_ERROR;
2345: END IF;
2346:
2347: IF(l_debug_enabled='Y') THEN
2348: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2349: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2350: END IF;
2351: okl_lease_quote_cashflow_pvt.delete_cashflows(
2352: p_api_version => G_API_VERSION

Line 2349: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

2345: END IF;
2346:
2347: IF(l_debug_enabled='Y') THEN
2348: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2349: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2350: END IF;
2351: okl_lease_quote_cashflow_pvt.delete_cashflows(
2352: p_api_version => G_API_VERSION
2353: ,p_init_msg_list => G_FALSE

Line 2351: okl_lease_quote_cashflow_pvt.delete_cashflows(

2347: IF(l_debug_enabled='Y') THEN
2348: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2349: ,'begin debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2350: END IF;
2351: okl_lease_quote_cashflow_pvt.delete_cashflows(
2352: p_api_version => G_API_VERSION
2353: ,p_init_msg_list => G_FALSE
2354: ,p_transaction_control => G_FALSE
2355: ,p_source_object_code => 'QUOTED_ASSET'

Line 2361: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'

2357: ,x_return_status => x_return_status
2358: ,x_msg_count => x_msg_count
2359: ,x_msg_data => x_msg_data);
2360: IF(l_debug_enabled='Y') THEN
2361: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2362: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2363: END IF;
2364:
2365: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 2362: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');

2358: ,x_msg_count => x_msg_count
2359: ,x_msg_data => x_msg_data);
2360: IF(l_debug_enabled='Y') THEN
2361: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_lease_quote_cashflow_pvt.delete_cash_flows'
2362: ,'End debug call okl_lease_quote_cashflow_pvt.delete_cash_flows');
2363: END IF;
2364:
2365: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN
2366: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 2578: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows'

2574:
2575: IF lv_cash_flow_exists = 'YES' THEN
2576:
2577: IF(l_debug_enabled='Y') THEN
2578: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows'
2579: ,'begin debug call delete_cashflows');
2580: END IF;
2581: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (
2582: p_api_version => G_API_VERSION

Line 2581: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (

2577: IF(l_debug_enabled='Y') THEN
2578: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows'
2579: ,'begin debug call delete_cashflows');
2580: END IF;
2581: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (
2582: p_api_version => G_API_VERSION
2583: ,p_init_msg_list => G_FALSE
2584: ,p_transaction_control => G_FALSE
2585: ,p_source_object_code => l_source_object_code

Line 2592: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows'

2588: ,x_msg_count => x_msg_count
2589: ,x_msg_data => x_msg_data);
2590:
2591: IF(l_debug_enabled='Y') THEN
2592: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows'
2593: ,'end debug call delete_cashflows');
2594: END IF;
2595:
2596: IF x_return_status = G_RET_STS_UNEXP_ERROR THEN