Labels

2017 absence absence management Account accounting AIM aliases AME and API application application utilities lookups approval assignments ATO Australia Bank bi publisher budget business business groups CAGR candidates cartisian product case CEMLI Center Stage channels Classification competency concurrent Configuration configuration profile constants contextualization conversion correction cost costing coverage area customization data database date DateTracked deductions define design develop DFF diagnostics document earnings ebs EIT Element employee enhancements erp excel expression extension failure Fastformula FBT Flexfield FND fndload foreign key forms Formula fringe benefit FRM-40654 from FTE Functions fund fusion GL global transfer grade help hierarchy HR HRMS human resource management system implementation income information interfaces internet interview job join key flexfield KFF KPI language learning leave legal employer legislation links lists localization location management New Year obia obiee OLF onboarding oracle oracle applications oracle descriptive flex field oracle descriptive flexfield oracle ebs oracle erp oracle fusion HCM oracle hrms oracle hrms interview questions oracle hrms modules oracle hrms modules list oracle hrms organization oracle hrms table oracle hrms tables oracle hrms tutorial oracle irecruitment oracle legal entities oracle lookups oracle organization hierarchy oracle payroll oracle payroll interview questions oracle payroll tables oracle self service order by Organization organization type otbi package package body package specification patch payg Payment payroll people group perform person personalisation phase pl/sql position primary key process profile programs project qualifier Query question questions Recruiting Center Recruitment regex regular expression reporting tool reports requests requirement requisition resume retropay RICE salary schema security profile select SIT smartorg sql statutory stores STP Super Superannuation system systems Table Taleo taleo 15B Taleo Recruitment tax termination test testing trunc update user group user management user type value set variables View Views Web ADI webadi where work relationship

Saturday 15 November 2014

Imp HR and Payroll Tables - Part I


>> PER_ALL_PEOPLE_F
This is the base table for all date-tracked personal details and provides the very basic information about employee/contingent worker/applicant. The columns START_DATE, EFFECTIVE_START_DATE and EFFECTIVE_END_DATE are all maintained by DateTrack. The START_DATE is the date when the first record for this person was created. The earliest EFFECTIVE_START_DATE for a person is equal to the START_DATE. The very data from the first screen we see when we open the ‘People à Enter and Maintain’ form goes into this table.


>> PER_ALL_ASSIGNMENTS_F
A DateTracked table that holds information about employee assignments (People àEnter and Maintain à Assignment). Employees can have multiple assignments at any time, but there must always be a designated primary assignment. Each assignment has an assignment status that can change over time.

>> PER_PERSON_TYPES
Holds the list of names that may be used when entering or changing person types. Valid person types for a specific function are selected by joining to PER_FORM_FUNCTIONS. At any time, only one active USER_PERSON_TYPE can be the default for a SYSTEM_PERSON_TYPE.

>> PER_PERSON_TYPES_TL
Holds the translated USER_PERSON_TYPE information for a particular person type record

>> PER_PERSON_TYPE_USAGES_F
Identifies what type of person the associated person is within the HR system e.g Employee, Applicant.


Note: We should always use the per_person_type_usages_f table to identify the correct person type for an employee/contingent worker/applicant. We should never depend on the person type present in the per_all_people_f table. Instead we need to link the person_id with this table and get the correct person type.

No comments:

Post a Comment