DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_PROJECTS_MAINT_UTILS

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

9455: l_Proj_Mgr_Person_Id Number := Null;
9456:
9457: Begin
9458:
9459: l_Proj_Mgr_Person_Id := Pa_Projects_Maint_Utils.Get_Project_Manager(p_project_id);
9460: Return l_Proj_Mgr_Person_Id;
9461:
9462: Exception
9463: When Others Then