- per_all_people_f
This table is used to store employee related data.
- per_all_assignments_f
This table store employee assignment related information and connected to per_all_people_f with person_id and assignment number.
- per_addresses
This table store information related to employee address form and connected to per_all_people_f with person_id.
- per_pay_proposals
This table will store information related to employee salary form.
- per_person_types_tl
This table store type of the employee information and connected to per_all_people_f with the person_type_id.
- per_jobs_tl
This table is for JOBS in Oracle and can be linked to per_all_assignments_f.
- per_grades_tl
This table stores various types of GRADES and can be linked to per_all_assignments_f.
- hr_locations_all
Location table
- pay_all_payrolls_f
PAYROLLS Table and can be linked to per_all_assignments_f table
- per_pay_bases
Contain the PAY BASES can be linked to per_all_assignments_f table.
- per_assignment_status_types_tl
Contain the assignment types and linked to per_all_assignments_f table
- per_person_type_usages_f
This table store the person type of the employee.
No comments:
Post a Comment