DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_FIN_PLAN_UTILS

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

999: --End : Bug 3610949
1000:
1001: --Bug 3610949 : The following code used to be in KEY-DELREC trigger of project_folder block.
1002: --Moved the call here, after delete_version api call
1003: pa_fin_plan_utils.Delete_Fp_Options( p_project_id => x_project_id,
1004: x_err_code => x_err_code );
1005: if x_err_code <> 0 Then
1006: x_err_code := 140;
1007: x_err_stack := x_err_stack ||'->Delete_Fp_Options: '|| x_project_id;