DBA Data[Home] [Help]

APPS.PA_ACCUM_UTILS dependencies on PA_PROJECT_TYPES

Line 962: -- This Cursor fetches the Project_Type_Class_Code from PA_PROJECT_TYPES

958:
959: v_project_type Varchar2(30);
960: v_project_type_class_code Varchar2(30);
961:
962: -- This Cursor fetches the Project_Type_Class_Code from PA_PROJECT_TYPES
963: -- based on the given Project's project_type
964:
965: CURSOR Get_Project_type_class_cur is
966: Select Pt.project_type_class_code

Line 968: pa_project_types Pt , pa_projects P

964:
965: CURSOR Get_Project_type_class_cur is
966: Select Pt.project_type_class_code
967: from
968: pa_project_types Pt , pa_projects P
969: where P.project_id = x_project_id
970: and P.project_type = Pt.project_type ;
971:
972: -- This Cursor fetches the Accum flag for the given Accum category,column