DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_TXN_CURRENCIES

Line 7319: From pa_fp_txn_currencies c

7315: Select c.projfunc_cost_exchange_rate
7316: ,c.projfunc_rev_exchange_rate
7317: ,c.project_cost_exchange_rate
7318: ,c.project_rev_exchange_rate
7319: From pa_fp_txn_currencies c
7320: where c.fin_plan_version_id = p_budget_version_id
7321: and c.txn_currency_code = p_txn_currency_code;
7322:
7323: fp_cur_rec cur_fp_cur_details%rowtype;