DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 234: l_impact_type_code := Pa_Fp_Control_Items_Utils.is_impact_exists(p_ci_id);

230: ,x_log_level => 5);
231: END IF;
232: /* FP.M -The following function call is used to get the impact information
233: */
234: l_impact_type_code := Pa_Fp_Control_Items_Utils.is_impact_exists(p_ci_id);
235: IF p_pa_debug_mode = 'Y' THEN
236: PA_DEBUG.write_log (x_module => 'pa.plsql.Pa_Fp_Control_Items_Impact_Pkg.Maintain_Ctrl_Item_Version.calling_ci_impact_pkg'
237: ,x_msg => 'calling create ci impact '
238: ,x_log_level => 5);

Line 355: Pa_Fp_Control_Items_Utils.IsValidAgreement(

351:
352: IF l_element_type IN (PA_FP_CONSTANTS_PKG.G_ELEMENT_TYPE_REVENUE,PA_FP_CONSTANTS_PKG.G_ELEMENT_TYPE_ALL) AND
353: p_agreement_id IS NULL THEN
354:
355: Pa_Fp_Control_Items_Utils.IsValidAgreement(
356: p_project_id => p_project_id,
357: p_agreement_number => p_agreement_number,
358: x_agreement_id => l_agreement_id,
359: x_msg_count => x_msg_count,

Line 494: Pa_Fp_Control_Items_Utils.IsValidAgreement(

490: l_element_type := PA_FP_CONSTANTS_PKG.G_ELEMENT_TYPE_REVENUE;
491:
492: IF p_agreement_id IS NULL THEN
493:
494: Pa_Fp_Control_Items_Utils.IsValidAgreement(
495: p_project_id => p_project_id,
496: p_agreement_number => p_agreement_number,
497: x_agreement_id => l_agreement_id,
498: x_msg_count => x_msg_count,

Line 672: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS

668:
669: /* Before creating CI version, there must be a current
670: working version for the approved budget plan type */
671:
672: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS
673: ( p_project_id => p_project_id
674: ,p_fin_plan_type_id => p_fin_plan_type_id
675: ,p_version_type => p_element_type
676: ,x_cur_work_bv_id => lx_cur_work_bv_id

Line 734: Pa_Fp_Control_Items_Utils.Is_Create_CI_Version_Allowed

730: END IF;
731:
732: l_bv_id := l_plan_version_id;
733: ELSE
734: Pa_Fp_Control_Items_Utils.Is_Create_CI_Version_Allowed
735: ( p_project_id => p_project_id
736: ,p_fin_plan_type_id => p_fin_plan_type_id
737: ,p_version_type => p_element_type
738: ,p_impacted_task_id => p_impacted_task_id