Search Results social_security_number
Overview
APPS.HRFV_US_PERSONAL_DETAILS is a read-only reporting view in Oracle E-Business Suite that consolidates United States-specific personal and regulatory attributes for persons (employees and other person records) defined within a US-payroll business group. It is part of the HR foundation ("HRFV" naming convention) family of flexfield views and is intended to expose a denormalized, user-friendly projection of the PER_PEOPLE_X record joined to the owning business group. Because the view resolves coded lookup identifiers into descriptive values and converts the canonical date storage format into a proper DATE, it is well suited to ad hoc reporting, extracts, and integration interfaces that must present human-readable US personal details without the developer having to re-implement decode logic. The object is owned by APPS and is defined WITH READ ONLY, so it cannot be used as an update target. The view is restricted to business groups whose legislation_code is 'US', and it further constrains rows by the business group security profile in effect at run time.
Underlying Base Objects
The view text selects from two objects: PER_BUSINESS_GROUPS (aliased BGR) and PER_PEOPLE_X (aliased PEO). PER_PEOPLE_X is the datetracked, effective-dated view over the PER_PEOPLE_F/PER_PEOPLE base tables and supplies all personnel attributes. PER_BUSINESS_GROUPS is joined on organization_id = business_group_id and filtered to legislation_code = 'US'. In addition, the SELECT list invokes several PL/SQL packages: HR_BIS.BIS_DECODE_L lookup translates stored lookup codes into their meaning for ethnic group, I-9 state, visa type, veteran status, yes/no flags, and new-hire status; FND_DATE.CANONICAL_TO_DATE converts the canonical (internal) date form of PER_INFORMATION3 into an Oracle DATE. The documented metadata also references HR_GENERAL, HR_PERSON_NAME and HR_SECURITY packages, which are used for security filtering and name handling. The final predicate peo.business_group_id = NVL(hr_bis.get_sec_profile_bg_id, peo.business_group_id) enforces business-group-level row security.
Key Columns
- BUSINESS_GROUP_NAME, BUSINESS_GROUP_ID — the US business group that owns the person.
- PERSON_ID, EMPLOYEE_NUMBER — unique person identifier and the assigned employee number.
- PERSON_NAME, PREFIX, SUFFIX, FIRST_NAME, LAST_NAME, MIDDLE_NAMES, PREFERRED_NAME, TITLE — the name components assembled from PER_PEOPLE_X.
- SOCIAL_SECURITY_NUMBER — exposes PEO.NATIONAL_IDENTIFIER; this is the column users search for when looking up the person's SSN/national identifier.
- ETHNIC_ORIGIN, I9, I9_EXPIRY_DATE, VISA_TYPE — US regulatory attributes decoded from PER_INFORMATION1 through PER_INFORMATION4.
- VIETNAM_VETS_STATUS, STUDENT, NEW_HIRE_STATUS, EXCLUSION_REASON, CHILD_SUPPORT_OBLIGATION — decoded values from PER_INFORMATION5 through PER_INFORMATION9.
Common Use Cases and Queries
Typical uses include producing US new-hire and I-9 audit listings, extracting SSN and veteran/ethnic data for regulatory or payroll feeds, and validation reports that reconcile the stored lookup codes against their meanings. Because the view honors security profiles, it is safe to expose to reporting users within their authorized business group.
Retrieve personal details for a specific person by SSN:
SELECT person_name, employee_number, social_security_number,
i9, i9_expiry_date, visa_type
FROM apps.hrfv_us_personal_details
WHERE social_security_number = :p_ssn;
List persons with an expiring I-9:
SELECT person_name, i9, i9_expiry_date FROM apps.hrfv_us_personal_details WHERE i9_expiry_date < SYSDATE + 30 ORDER BY i9_expiry_date;
Aggregate headcount by new-hire status:
SELECT new_hire_status, COUNT(*) FROM apps.hrfv_us_personal_details GROUP BY new_hire_status;
-
VIEW: APPS.HRFV_US_PERSONAL_DETAILS
12.2.2
-
View: IGF_SE_AUTHORIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTHORIZATION_V, object_name:IGF_SE_AUTHORIZATION_V, status:VALID, product: IGF - Financial Aid , description: Public view to derive active work authorizations , implementation_dba_data: APPS.IGF_SE_AUTHORIZATION_V ,
-
View: HRFV_US_PERSONAL_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_PERSONAL_DETAILS, object_name:HRFV_US_PERSONAL_DETAILS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_PERSONAL_DETAILS ,
-
View: IGF_SE_AUTHORIZATION_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Public view to derive active work authorizations , implementation_dba_data: Not implemented in this database ,
-
View: HRIFV_US_PERDTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_US_PERDTL, object_name:HRIFV_US_PERDTL, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRIFV_US_PERDTL ,
-
View: HRIFV_US_PERDTL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_US_PERDTL, object_name:HRIFV_US_PERDTL, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRIFV_US_PERDTL ,
-
View: HRFV_US_PERSONAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_PERSONAL_DETAILS, object_name:HRFV_US_PERSONAL_DETAILS, status:VALID, product: PER - Human Resources , description: Business view template from which the flexfield view is generated. , implementation_dba_data: APPS.HRFV_US_PERSONAL_DETAILS ,
-
VIEW: APPS.IGF_SE_AUTHORIZATION_V
12.1.1
-
VIEW: APPS.HRIFV_US_PERDTL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_US_PERDTL, object_name:HRIFV_US_PERDTL, status:VALID,
-
VIEW: APPS.HRIFV_US_PERDTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIFV_US_PERDTL, object_name:HRIFV_US_PERDTL, status:VALID,
-
VIEW: APPS.HRFV_CA_PERSONAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, object_name:HRFV_CA_PERSONAL_DETAILS, status:VALID,
-
VIEW: APPS.HRFV_US_PERSONAL_DETAILS
12.1.1
-
VIEW: APPS.HRFV_US_PERSONAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_PERSONAL_DETAILS, object_name:HRFV_US_PERSONAL_DETAILS, status:VALID,
-
VIEW: APPS.HRFV_US_PERSONAL_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRFV_US_PERSONAL_DETAILS, object_name:HRFV_US_PERSONAL_DETAILS, status:VALID,
-
VIEW: APPS.HRIFV_US_PERDTL
12.1.1
-
VIEW: APPS.HR_CERIDIAN_500_SELECTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_SELECTION_V, object_name:HR_CERIDIAN_500_SELECTION_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_EFT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EFT_V, object_name:HR_CERIDIAN_500_EFT_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_MISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_MISC_V, object_name:HR_CERIDIAN_500_MISC_V, status:VALID,
-
APPS.PQP_US_STUDENT_BEE SQL Statements
12.2.2
-
APPS.PQP_US_STUDENT_BEE SQL Statements
12.1.1
-
VIEW: APPS.HRFV_CA_PERSONAL_DETAILS
12.2.2
-
VIEW: APPS.HR_CERIDIAN_500_SELECTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_SELECTION_V, object_name:HR_CERIDIAN_500_SELECTION_V, status:VALID,
-
VIEW: APPS.HRIFV_US_PERDTL
12.2.2
-
VIEW: APPS.PER_ALL_PEOPLE_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_PEOPLE_D, object_name:PER_ALL_PEOPLE_D, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_ALT_RATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_ALT_RATES_V, object_name:HR_CERIDIAN_500_ALT_RATES_V, status:VALID,
-
VIEW: APPS.HRFV_CA_PERSONAL_DETAILS
12.1.1
-
VIEW: APPS.HR_CERIDIAN_500_MISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_MISC_V, object_name:HR_CERIDIAN_500_MISC_V, status:VALID,
-
VIEW: APPS.PER_ALL_PEOPLE_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ALL_PEOPLE_D, object_name:PER_ALL_PEOPLE_D, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_EFT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EFT_V, object_name:HR_CERIDIAN_500_EFT_V, status:VALID,
-
PACKAGE: APPS.PAY_1099R_PKG
12.1.1
-
VIEW: APPS.HRFV_CA_PERSONAL_DETAILS
12.2.2
owner:APPS, object_type:VIEW, object_name:HRFV_CA_PERSONAL_DETAILS, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_ALT_RATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_ALT_RATES_V, object_name:HR_CERIDIAN_500_ALT_RATES_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_OAB_ER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_OAB_ER_V, object_name:HR_CERIDIAN_500_OAB_ER_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_EMPLOYEE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EMPLOYEE_V, object_name:HR_CERIDIAN_500_EMPLOYEE_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_EMPLOYEE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_EMPLOYEE_V, object_name:HR_CERIDIAN_500_EMPLOYEE_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_OAB_EE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_OAB_EE_V, object_name:HR_CERIDIAN_500_OAB_EE_V, status:VALID,
-
VIEW: APPS.HR_ADP_EMP_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_EMP_REF_V, object_name:HR_ADP_EMP_REF_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_RESIDENT_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_RESIDENT_TAX_V, object_name:HR_CERIDIAN_500_RESIDENT_TAX_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_BENEFIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_BENEFIT_V, object_name:HR_CERIDIAN_500_BENEFIT_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_WORK_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_WORK_TAX_V, object_name:HR_CERIDIAN_500_WORK_TAX_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_OAB_EE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_OAB_EE_V, object_name:HR_CERIDIAN_500_OAB_EE_V, status:VALID,
-
VIEW: APPS.IGF_SE_AUTHORIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTHORIZATION_V, object_name:IGF_SE_AUTHORIZATION_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_BENEFIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_BENEFIT_V, object_name:HR_CERIDIAN_500_BENEFIT_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_DEDUCTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_DEDUCTION_V, object_name:HR_CERIDIAN_500_DEDUCTION_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_ASSIGNMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_ASSIGNMENT_V, object_name:HR_CERIDIAN_500_ASSIGNMENT_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_WORK_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_WORK_TAX_V, object_name:HR_CERIDIAN_500_WORK_TAX_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_DEDUCTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_DEDUCTION_V, object_name:HR_CERIDIAN_500_DEDUCTION_V, status:VALID,
-
VIEW: APPS.HR_CERIDIAN_500_OAB_ER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_OAB_ER_V, object_name:HR_CERIDIAN_500_OAB_ER_V, status:VALID,
-
PACKAGE: APPS.PAY_1099R_PKG
12.2.2
-
VIEW: APPS.HR_CERIDIAN_500_OAB_BENEFIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CERIDIAN_500_OAB_BENEFIT_V, object_name:HR_CERIDIAN_500_OAB_BENEFIT_V, status:VALID,