DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on PA_CURRENCY

Line 1142: l_acct_currency_code := PA_CURRENCY.get_currency_code;

1138: IF P_Rate_Type = 'FUNC' THEN --Return the Functional Rate
1139:
1140: -- pa_cc_utils.log_message('Deriving the Functional Rate');
1141: -- Get the Functional Currency code
1142: l_acct_currency_code := PA_CURRENCY.get_currency_code;
1143:
1144: --Check if the denom and functional currencies are different
1145:
1146: IF l_acct_currency_code <> l_cost_rate_curr_code THEN