DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_UTILS dependencies on PA_CURRENCY

Line 5473: l_func_currency_code := PA_CURRENCY.get_currency_code;

5469: );
5470:
5471: -- If the currency code of the transaction is not the same as
5472: -- the project functional currency code, then convert it to the PFC.
5473: l_func_currency_code := PA_CURRENCY.get_currency_code;
5474: FOR i IN p_eligible_rlm_id_tbl.FIRST .. p_eligible_rlm_id_tbl.LAST LOOP
5475:
5476: IF P_resource_curr_code_tbl(i) <> l_func_currency_code THEN
5477: