DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on PA_PROJ_FP_OPTIONS

Line 227: FROM pa_proj_fp_options

223: ,'COST_AND_REV_SEP'
224: ,decode(COST_FIN_PLAN_LEVEL_CODE,null,ALL_FIN_PLAN_LEVEL_CODE
225: ,COST_FIN_PLAN_LEVEL_CODE))
226: ),'~') entry_level_code
227: FROM pa_proj_fp_options
228: WHERE project_id = p_project_id
229: AND fin_plan_version_id = p_plan_version_id
230: AND fin_plan_type_id = p_fin_plan_type_id
231: AND fin_plan_preference_code in ('COST_ONLY','COST_AND_REV_SEP')