Hi Prajwal,
For employees you need to read data from the org model , so you can consider using FM : RH_GET_ORG_ASSIGNMENT . This will give the org units to which this employee is assigned .
Further you need to use : RH_OM_ATTRIBUTES_READ , to read the attributes of the organization units.
/Hasan