DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_CONTROL_ITEMS_UTILS

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

73: WHEN NO_DATA_FOUND THEN
74: x_baseline_funding_flag := 'N';
75: END;
76:
77: x_ci_type_class_code := Pa_Control_Items_Utils.GetCiTypeClassCode(p_ci_id);
78:
79: SELECT COUNT(*) INTO x_no_of_ci_plan_versions FROM pa_budget_Versions
80: WHERE project_id = p_project_id AND
81: nvl(ci_id,-1) = p_ci_id;