DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_BUDGET_TYPES

Line 562: ,pa_budget_types bt

558: select bv.project_id
559: ,2 default_level
560: ,bv.resource_list_id
561: from pa_budget_versions bv
562: ,pa_budget_types bt
563: where bv.fin_plan_type_id is Null
564: and bv.budget_type_code = bt.budget_type_code
565: and bt.budget_amount_code = 'C'
566: and bv.current_flag = 'Y'