To define a checklist for a new hire, identify the Table Name that needs to be Included in the live
event reason associated with the checklist.
A.
PER_ALL_PEOPLE_F
B.
PER_ALL_ASSIGNMENTS_F
C.
PER_PERSON_TYPE_USAGES_F
D.
PER_PERIODS_OF_SERVICE
E.
PER PAY PROPOSALS
Explanation:
The PER_PERSON_TYPE_USAGES_F Table should be used, which keeps track on an
employee’s person type, associated to the latter at creation of employee record
Note: There are two tables (per_all_people_f,per_person_type_usages_f) where you can find the
person_types for an employee. Developers usually gets misguided to which person_type_id we
need to consider.The answer is we should always need to use the table
per_person_type_usages_f to retrieve the correct person_id. Though the person_type_id in the
two tables appear to be same but they are different and that can perty much mislead us.