DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 343: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,

339: END IF;
340: -- SECHAWLA 28-MAY-04 3645574 : end new validation
341:
342: --SECHAWLA 15-DEC-04 4028371 : get the FA trx date
343: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,
344: x_return_status => x_return_status,
345: x_fa_trx_date => l_fa_trx_date);
346:
347: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 1248: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,

1244: -- SECHAWLA 28-MAY-04 3645574 : end new validation
1245: -------------------
1246:
1247: --SECHAWLA 15-DEC-04 4028371 : get FA trx date
1248: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,
1249: x_return_status => x_return_status,
1250: x_fa_trx_date => l_fa_trx_date);
1251:
1252: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 1266: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

1262: l_orig_cost_contr_currcy := p_oec;
1263: END IF;
1264:
1265: -- convert orginal cost to functional currency, XILI 22-Feb-06 5029064
1266: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
1267: p_khr_id => p_book_rec.dnz_chr_id,
1268: p_to_currency => p_func_curr_code,
1269: p_transaction_date => p_sysdate,
1270: p_amount => l_orig_cost_contr_currcy,

Line 1285: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

1281:
1282: l_orig_cost_in_func := l_converted_amount;
1283:
1284: -- convert net investment cost to functional currency, XILI 22-Feb-06 5029064
1285: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
1286: p_khr_id => p_book_rec.dnz_chr_id,
1287: p_to_currency => p_func_curr_code,
1288: p_transaction_date => p_sysdate,
1289: p_amount => p_net_investment_value,

Line 2412: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,

2408: END IF;
2409: -- SECHAWLA 28-MAY-04 3645574 : end new validation
2410: -------------------
2411: --SECHAWLA 15-DEC-04 4028371 : get FA trx date
2412: OKL_ACCOUNTING_UTIL.get_fa_trx_date(p_book_type_code => p_book_rec.book_type_code,
2413: x_return_status => x_return_status,
2414: x_fa_trx_date => l_fa_trx_date);
2415:
2416: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN

Line 2430: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

2426: l_orig_cost_contr_currcy := p_oec;
2427: END IF;
2428:
2429: -- convert orginal cost to functional currency, XILI 22-Feb-06 5029064
2430: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
2431: p_khr_id => p_book_rec.dnz_chr_id,
2432: p_to_currency => p_func_curr_code,
2433: p_transaction_date => p_sysdate,
2434: p_amount => l_orig_cost_contr_currcy,

Line 2449: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(

2445:
2446: l_orig_cost_in_func := l_converted_amount;
2447:
2448: -- convert net investment cost to functional currency, XILI 22-Feb-06 5029064
2449: OKL_ACCOUNTING_UTIL.convert_to_functional_currency(
2450: p_khr_id => p_book_rec.dnz_chr_id,
2451: p_to_currency => p_func_curr_code,
2452: p_transaction_date => p_sysdate,
2453: p_amount => p_net_investment_value,