DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS_UTILS

Line 84: x_ci_type_class_code := Pa_Control_Items_Utils.GetCiTypeClassCode(p_ci_id);

80: WHEN NO_DATA_FOUND THEN
81: x_baseline_funding_flag := 'N';
82: END;
83:
84: x_ci_type_class_code := Pa_Control_Items_Utils.GetCiTypeClassCode(p_ci_id);
85:
86: SELECT COUNT(*) INTO x_no_of_ci_plan_versions FROM pa_budget_Versions
87: WHERE project_id = p_project_id AND
88: nvl(ci_id,-1) = p_ci_id;