DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_FP_CONTROL_ITEMS_UTILS

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

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

Line 359: Pa_Fp_Control_Items_Utils.IsValidAgreement(

355:
356: IF l_element_type IN (PA_FP_CONSTANTS_PKG.G_ELEMENT_TYPE_REVENUE,PA_FP_CONSTANTS_PKG.G_ELEMENT_TYPE_ALL) AND
357: p_agreement_id IS NULL THEN
358:
359: Pa_Fp_Control_Items_Utils.IsValidAgreement(
360: p_project_id => p_project_id,
361: p_agreement_number => p_agreement_number,
362: x_agreement_id => l_agreement_id,
363: x_msg_count => x_msg_count,

Line 519: Pa_Fp_Control_Items_Utils.IsValidAgreement(

515:
516:
517: IF p_agreement_id IS NULL THEN
518:
519: Pa_Fp_Control_Items_Utils.IsValidAgreement(
520: p_project_id => p_project_id,
521: p_agreement_number => p_agreement_number,
522: x_agreement_id => l_agreement_id,
523: x_msg_count => x_msg_count,

Line 719: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS

715:
716: /* Before creating CI version, there must be a current
717: working version for the approved budget plan type */
718:
719: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS
720: ( p_project_id => p_project_id
721: ,p_fin_plan_type_id => p_fin_plan_type_id
722: ,p_version_type => p_element_type
723: ,x_cur_work_bv_id => lx_cur_work_bv_id

Line 784: Pa_Fp_Control_Items_Utils.Is_Create_CI_Version_Allowed

780: END IF;
781:
782: l_bv_id := l_plan_version_id;
783: ELSE
784: Pa_Fp_Control_Items_Utils.Is_Create_CI_Version_Allowed
785: ( p_project_id => p_project_id
786: ,p_fin_plan_type_id => p_fin_plan_type_id
787: ,p_version_type => p_element_type
788: ,p_impacted_task_id => p_impacted_task_id