DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on PA_FP_TXN_CURRENCIES

Line 2365: ,pa_fp_txn_currencies cur

2361: , null),bl.projfunc_cost_exchange_rate) projfunc_exchange_rate
2362: from pa_budget_versions bv
2363: ,pa_proj_fp_options fpo
2364: ,pa_projects_all pp
2365: ,pa_fp_txn_currencies cur
2366: ,pa_budget_lines bl
2367: where bv.project_id = pp.project_id
2368: and fpo.project_id = pp.project_id
2369: and nvl(fpo.fin_plan_type_id,0) = nvl(bv.fin_plan_type_id,0)