DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on PA_CURRENCY

Line 5388: l_func_currency_code := PA_CURRENCY.get_currency_code;

5384: );
5385:
5386: -- If the currency code of the transaction is not the same as
5387: -- the project functional currency code, then convert it to the PFC.
5388: l_func_currency_code := PA_CURRENCY.get_currency_code;
5389: FOR i IN p_eligible_rlm_id_tbl.FIRST .. p_eligible_rlm_id_tbl.LAST LOOP
5390:
5391: IF P_resource_curr_code_tbl(i) <> l_func_currency_code THEN
5392: