Hi all,
I need to get the 2nd level manager of the employee.
for ex..
ABCorg -> managerA->managerB->managerC->employee
-> managerA->managerB->employee
->managerA->managerB->managerC->mgrD->emp
In all the above cases, if i pass emp name,i need to get
managerB(2nd level in the Org unit)
I have used the fn module (RH_STRUC_GET) to get the 2nd lvl managers of the organization.It's ok.
How to go further?
Advance thanks,
Venkonk.