You are on page 1of 1

HRMS Tables

IMPORTANT TABLES IN HRMS


per_all_people_f:
Tracks Employee Records.
Date track table with primary key person_id.
Can get personal ,professional,taxable location and other informations of the pe
rson(employee).
per_all_assignments:
Central table of oracle payroll.
Element entries are stored against assignment record.
Assignment_id is the primary key.
Keeps track of employee position,grade etc.
per_person_type:
Master table of person types(casual,applicant,employees).
person_type_id is the primary key.
Per_periods_of_service:
Period of service details for an employee.
--------------------------------------------------------------------------------
--------
PAYROLL
pay_element_types_f:
list payroll elements
element_type_id with date track columns are the primary keys.
pay_element_links_f:
Payroll linked elements.
After linking payroll elements to the payroll it gets into employee payroll.
element_link_id with date track columns are the primary keys.
pay_element_entries_f:
Elements attached to an assignment has an entry in this table
.
pay_payroll_actions:
Type of pay and costing sements can be driven out.

You might also like