DBA Data[Home] [Help]

APPS.PA_UTILS3 dependencies on HR_ORGANIZATION_UNITS

Line 218: Hr_Organization_Units O

214: --FP M To reduce dependency on HR, changing the per_people_x to per_all_people_f
215: --and added the date check
216: --Per_People_X P,
217: Per_All_People_F P,
218: Hr_Organization_Units O
219: Where
220: P.Person_Id = P_Inc_By_Per_Id
221: and O.Organization_Id = P.Business_Group_Id
222: and trunc(sysdate) between trunc(p.effective_start_date) and trunc(p.effective_end_date);

Line 422: l_Business_Group_Name Hr_Organization_Units.Name%TYPE;

418:
419: Function GetEmpNum (P_Person_Id IN NUMBER) RETURN per_people_f.employee_number%TYPE
420: Is
421: l_emp_Number Per_People_F.employee_number%TYPE;
422: l_Business_Group_Name Hr_Organization_Units.Name%TYPE;
423: Begin
424:
425: If P_Person_Id > 0 THEN
426: GetCachedEmpInfo (P_Inc_By_Per_Id => P_Person_id,