DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on PA_CURRENCY

Line 904: l_acct_currency_code := PA_CURRENCY.get_currency_code;

900: IF P_Rate_Type = 'FUNC' THEN --Return the Functional Rate
901:
902: -- pa_cc_utils.log_message('Deriving the Functional Rate');
903: -- Get the Functional Currency code
904: l_acct_currency_code := PA_CURRENCY.get_currency_code;
905:
906: --Check if the denom and functional currencies are different
907:
908: IF l_acct_currency_code <> l_cost_rate_curr_code THEN