DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_PROJECTS_MAINT_UTILS

Line 10398: l_Proj_Mgr_Person_Id := Pa_Projects_Maint_Utils.Get_Project_Manager(p_project_id);

10394: l_Proj_Mgr_Person_Id Number := Null;
10395:
10396: Begin
10397:
10398: l_Proj_Mgr_Person_Id := Pa_Projects_Maint_Utils.Get_Project_Manager(p_project_id);
10399: Return l_Proj_Mgr_Person_Id;
10400:
10401: Exception
10402: When Others Then