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 5568: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS(

5564:
5565: IF ( p_ci_id IS NOT NULL )
5566: THEN
5567: -- Fetch current working approved budget version id
5568: Pa_Fp_Control_Items_Utils.CHK_APRV_CUR_WORKING_BV_EXISTS(
5569: p_project_id => p_project_id,
5570: p_fin_plan_type_id => p_fin_plan_type_id,
5571: p_version_type => new_version_info_rec.version_type,
5572: x_cur_work_bv_id => l_ci_apprv_cw_bv_id,

Line 6203: Pa_Fp_Control_Items_Utils.get_fp_ci_agreement_dtls(

6199: IF (p_ci_id IS NOT NULL) AND (p_agreement_id IS NOT NULL) THEN -- Bug # 2634900
6200: -- Fetch the project and project functional currency codes of the project
6201:
6202: -- Obtain the agreement currency code.
6203: Pa_Fp_Control_Items_Utils.get_fp_ci_agreement_dtls(
6204: p_project_id => p_project_id
6205: ,p_ci_id => p_ci_id
6206: ,x_agreement_num => l_agreement_num
6207: ,x_agreement_amount => l_agreement_amount