Major Tables in HRMS
Major Tables in HRMS
Major Tables in HRMS
HR Work structuresPER Personnel and AssignmentPAY Compensation and BenefitsBEN Benefit related
informationFF Fast Formula related
Forms are front-end screens displaying information from various tables. Views are created to collect the same
information in one place. Then the Oracle applications form will call the view to retrieve the data.
This will simplify data presentation to the users of HRMS by hiding underlying tables, views and joins.
Some views are used just to present the current data and not historical data.
Some views are used in multiple forms rather than just one.
PER_PEOPLE_V is used behind the Person form. When we query a person in the Person form, it will bring
i) Last name, First name, Middle name, etc., details from PER_PEOPLE view which in-turn retrieves the data from
PER_PEOPLE_F table.
PER_POSITIONS
PAY_PAYROLL_ACTIONS --
PAY_ASSIGNMENT_ACTIONS -- PAY_RUN_RESULTS –
PAY_RUN_RESULT_VALUES --
PAY_BALANCE_TYPES --
PAY_BALANCE_FEEDS
PAY_BALANCE_DIMENSIONS – What type of balance: ITD, YTD, QTD, MTD, and PTD
When a new hire is entered into the HRMS database (either from the web or from the application) the following tables are
affected.
PER_PEOPLE_F
PER_PERIODS_OF_SERVICE
PER_PERSON_TYPES
PER_ADDRESSES
PER_ASSIGNMENTS_F
PAY_PEOPLE_GROUPS
PAY_US_EMP_FED_TAX_RULES_F
HR_SOFT_CODING_KEYFLEX
PAY_ELEMENT_ENTRIES_FPAY_ELEMENT_ENTRY_VALUES_F
PAY_US_EMP_STATE_TAX_RULES_F
PAY_US_ASG_REPORTING
PAY_US_EMP_COUNTY_TAX_RULES_F
PAY_US_EMP_CITY_TAX_RULES_F
PER_PAY_PROPOSALS
PER_ASSIGNMENT_EXTRA_INFO
PER_ANALYSIS_CRITERIA
PER_PERSON_ANALYSES
Will show how the tables are changing while making update in HRMS application.
Payroll Process
The following tables are a few of them that are accessed/updated while running a payroll:
PAY_RUN_RESULTS
Tax tables
PER_PERIODS_OF_SERVICE
PER_PEOPLE_F
PER_ASSIGNMENTS_F
Questions to Ponder:
How are balances created and what does Custom Balgen do for us?