DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 698: l_amount := okl_accounting_util.validate_amount(p_amount => p_amount,

694:
695: If ( p_amount IS NULL ) Then
696: l_amount := NULL;
697: else
698: l_amount := okl_accounting_util.validate_amount(p_amount => p_amount,
699: p_currency_code => p_currency_code);
700: ENd If;
701:
702: If ( p_periods IS NULL ) AND ( p_stub_days IS NOT NULL ) Then

Line 1862: okl_accounting_util.convert_to_contract_currency

1858: Begin
1859: ----------------------------------------------------------------------------
1860: --1. Call accounting util to do currency conversion
1861: ----------------------------------------------------------------------------
1862: okl_accounting_util.convert_to_contract_currency
1863: (p_khr_id => p_khr_id,
1864: p_from_currency => p_from_currency,
1865: p_transaction_date => p_transaction_date,
1866: p_amount => p_amount,

Line 1893: l_rounded_subsidy_amount := OKL_ACCOUNTING_UTIL.CROSS_CURRENCY_ROUND_AMOUNT

1889: ---------------------------------------------------------------------------
1890: --2. Call accounting util to do cross currency rounding
1891: ---------------------------------------------------------------------------
1892: If p_round_yn = OKL_API.G_TRUE then
1893: l_rounded_subsidy_amount := OKL_ACCOUNTING_UTIL.CROSS_CURRENCY_ROUND_AMOUNT
1894: (l_converted_subsidy_amount,
1895: l_contract_currency);
1896:
1897: IF (l_converted_subsidy_amount <> 0 AND l_rounded_subsidy_amount = 0) THEN