Friday, 3 June 2016

what are the tables effected by employee creation ?

Tables effected by employee creation is
PER_ALL_PEOPLE_F
PER_PEOPLE_F
PER_ALL_ASSIGNMENTS_F
HR_EMPLOYEES
PER_PERIODS_OF_SERVICES

Query to find request set and its responsibility

  SELECT FA.application_name,        fr.responsibility_name program_attached_to,        frg.request_group_name,        fcp.request_set_name,...