DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 404: Pa_Fp_Control_Items_Utils.Compare_Source_Target_Ver_Attr

400: END;
401:
402: IF p_orig_budget_version_id = l_cur_work_bv_id THEN
403: /* The original current working budget is of approved plan type so additional checks */
404: Pa_Fp_Control_Items_Utils.Compare_Source_Target_Ver_Attr
405: ( p_source_bv_id => p_orig_budget_version_id
406: ,p_target_bv_id => p_budget_version_id
407: ,x_attributes_same_flag => l_attributes_same_flag
408: ,x_return_status => l_return_status

Line 5551: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS(

5547:
5548: IF ( p_ci_id IS NOT NULL )
5549: THEN
5550: -- Fetch current working approved budget version id
5551: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS(
5552: p_project_id => p_project_id,
5553: p_fin_plan_type_id => p_fin_plan_type_id,
5554: p_version_type => new_version_info_rec.version_type,
5555: x_cur_work_bv_id => l_ci_apprv_cw_bv_id,

Line 6186: Pa_Fp_Control_Items_Utils.get_fp_ci_agreement_dtls(

6182: IF (p_ci_id IS NOT NULL) AND (p_agreement_id IS NOT NULL) THEN -- Bug # 2634900
6183: -- Fetch the project and project functional currency codes of the project
6184:
6185: -- Obtain the agreement currency code.
6186: Pa_Fp_Control_Items_Utils.get_fp_ci_agreement_dtls(
6187: p_project_id => p_project_id
6188: ,p_ci_id => p_ci_id
6189: ,x_agreement_num => l_agreement_num
6190: ,x_agreement_amount => l_agreement_amount