DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_TXN_CURRENCIES

Line 7229: From pa_fp_txn_currencies c

7225: Select c.projfunc_cost_exchange_rate
7226: ,c.projfunc_rev_exchange_rate
7227: ,c.project_cost_exchange_rate
7228: ,c.project_rev_exchange_rate
7229: From pa_fp_txn_currencies c
7230: where c.fin_plan_version_id = p_budget_version_id
7231: and c.txn_currency_code = p_txn_currency_code;
7232:
7233: fp_cur_rec cur_fp_cur_details%rowtype;