DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_FIN_PLAN_UTILS

Line 993: pa_fin_plan_utils.Delete_Fp_Options( p_project_id => x_project_id,

989: --End : Bug 3610949
990:
991: --Bug 3610949 : The following code used to be in KEY-DELREC trigger of project_folder block.
992: --Moved the call here, after delete_version api call
993: pa_fin_plan_utils.Delete_Fp_Options( p_project_id => x_project_id,
994: x_err_code => x_err_code );
995: if x_err_code <> 0 Then
996: x_err_code := 140;
997: x_err_stack := x_err_stack ||'->Delete_Fp_Options: '|| x_project_id;