Search Results hourly_salaried_code
Overview
APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V is a reporting view within the Oracle E-Business Suite Advanced Benefits (BEN) module. It exposes configuration data relating to hourly versus salaried eligibility rules used when evaluating whether an employee qualifies for a given benefits program or plan. In EBS 12.1.1 and 12.2.2 this view operates as a read-only projection over the eligibility profile rule table BEN_ELIG_HRLY_SLRD_PRTE_F.
The view is primarily intended for reporting, integration, and data extraction scenarios where consumers need a security-filtered, decoded presentation of hourly/salaried eligibility criteria. Notably the definition carries the WITH READ ONLY clause, confirming that it cannot be used for DML. Users searching for the term hourly_salaried_code will recognize that this view is the standard access path to the HRLY_SLRD_CD column and its decoded lookup description.
Underlying Base Objects
The view is defined over the following documented base objects:
- BEN_ELIG_HRLY_SLRD_PRTE_F (referenced via synonym) — the eligibility profile rule table that stores the actual hourly/salaried inclusion and exclusion criteria.
- HR_BIS (package) — a benefits business intelligence utility package supplying the
BIS_DECODE_LOOKUPfunction and the security profile accessorGET_SEC_PROFILE_BG_ID.
Aliased as EHS, the base table supplies every data column and the effective-dating pairs. The HR_BIS package contributes only computed values: lookup decoding and the security predicate. The WHERE clause restricts results to the business group returned by HR_BIS.GET_SEC_PROFILE_BG_ID, falling back to the row-level BUSINESS_GROUP_ID when no security profile value exists. This embeds multi-tenant and responsibility-level security into the view itself.
Key Columns
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — the date-effectivity range governing validity of the rule.
- ORDR_NUM — ordering sequence applied when multiple criteria are evaluated.
- HRLY_SLRD_CD — the raw code from the
HOURLY_SALARIED_CODElookup, typically indicating hourly or salaried classification. - BIS_DECODE_LOOKUP('HOURLY_SALARIED_CODE', HRLY_SLRD_CD) — the translated, user-facing meaning of the hourly/salaried code.
- EXCLD_FLAG — indicates whether the criterion is inclusionary or exclusionary.
- BIS_DECODE_LOOKUP('YES_NO', EXCLD_FLAG) — the decoded Yes/No representation of the exclude flag.
- ELIG_HRLY_SLRD_PRTE_ID — primary identifier for the eligibility rule row.
- ELIGY_PRFL_ID — foreign key to the parent eligibility profile.
- BUSINESS_GROUP_ID — the business group owning the record.
- WHO columns —
LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATED_BY,CREATION_DATEfor audit traceability. - Descriptive flexfield token — a literal string
'_DF:BEN:BEN_ELIG_HRLY_SLRD_PRTE_F:EHS'used by Oracle's framework to render DFF segments.
Common Use Cases and Queries
Typical scenarios include auditing which eligibility profiles restrict or include hourly versus salaried workers, validating configuration before a benefits open enrollment, and feeding downstream warehouse or integration processes.
Sample query listing decoded hourly/salaried rules for a profile:
SELECT eligy_prfl_id, hrly_slrd_cd, bis_decode_lookup('HOURLY_SALARIED_CODE',hrly_slrd_cd) decoded, excls, effective_start_date FROM apps.benbv_elig_hrly_slrd_prte_v WHERE eligy_prfl_id = :p_profile_id;
Another common pattern joins the view to BEN_ELIGY_PRFL to report profile names alongside the hourly/salaried criterion, filtered by excl_flag = 'Y' to isolate exclusion rules. Because the view already applies business group security through HR_BIS.GET_SEC_PROFILE_BG_ID, callers do not need to add their own BUSINESS_GROUP_ID predicate, though doing so is harmless and can improve plan stability.
-
Lookup Type: HOURLY_SALARIED_CODE
12.2.2
product: PER - Human Resources , meaning: HOURLY SALARIED CODE , description: Hourly Salaried Code ,
-
Lookup Type: HOURLY_SALARIED_CODE
12.1.1
product: PER - Human Resources , meaning: HOURLY SALARIED CODE , description: Hourly Salaried Code ,
-
VIEW: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V
12.2.2
-
VIEW: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V
12.1.1
-
View: PAYBV_EMPLOYEE_ARCHIVE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_EMPLOYEE_ARCHIVE, object_name:PAYBV_EMPLOYEE_ARCHIVE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_EMPLOYEE_ARCHIVE ,
-
View: PAYBV_EMPLOYEE_ARCHIVE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_EMPLOYEE_ARCHIVE, object_name:PAYBV_EMPLOYEE_ARCHIVE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_EMPLOYEE_ARCHIVE ,
-
VIEW: HR.HR_H2PI_ASSIGNMENTS#
12.2.2
-
VIEW: HR.PER_ALL_ASSIGNMENTS_F#
12.2.2
-
VIEW: APPS.PAYBV_EMPLOYEE_ARCHIVE
12.1.1
-
VIEW: APPS.PAYBV_EMPLOYEE_ARCHIVE
12.2.2
-
VIEW: APPS.PAYBV_EMPLOYEE_ARCHIVE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_EMPLOYEE_ARCHIVE, object_name:PAYBV_EMPLOYEE_ARCHIVE, status:VALID,
-
APPS.PAY_NO_HOLIDAY_PAY SQL Statements
12.1.1
-
VIEW: APPS.PAYBV_EMPLOYEE_ARCHIVE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_EMPLOYEE_ARCHIVE, object_name:PAYBV_EMPLOYEE_ARCHIVE, status:VALID,
-
View: PER_ASSIGNMENTS_V12
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V12, object_name:PER_ASSIGNMENTS_V12, status:VALID, product: PER - Human Resources , description: as of sysdate view , implementation_dba_data: APPS.PER_ASSIGNMENTS_V12 ,
-
APPS.PAY_NO_HOLIDAY_PAY SQL Statements
12.2.2
-
View: PER_ASSIGNMENTS_V12
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_V12, object_name:PER_ASSIGNMENTS_V12, status:VALID, product: PER - Human Resources , description: as of sysdate view , implementation_dba_data: APPS.PER_ASSIGNMENTS_V12 ,
-
View: PER_ASSIGNMENTS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_X, object_name:PER_ASSIGNMENTS_X, status:VALID, product: PER - Human Resources , description: as of sysdate view , implementation_dba_data: APPS.PER_ASSIGNMENTS_X ,
-
VIEW: APPS.PER_ASSIGNMENTS_X
12.1.1
-
VIEW: APPS.PER_ASSIGNMENTS_X
12.2.2
-
View: PER_ASSIGNMENTS_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_X, object_name:PER_ASSIGNMENTS_X, status:VALID, product: PER - Human Resources , description: as of sysdate view , implementation_dba_data: APPS.PER_ASSIGNMENTS_X ,
-
View: PER_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS, object_name:PER_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_ASSIGNMENTS ,
-
View: PER_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS, object_name:PER_ASSIGNMENTS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_ASSIGNMENTS ,
-
VIEW: APPS.PER_ASSIGNMENTS
12.2.2
-
View: PAY_APAC_EMPLOYEE_ACTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_EMPLOYEE_ACTION_V, object_name:PAY_APAC_EMPLOYEE_ACTION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_EMPLOYEE_ACTION_V ,
-
View: PER_ASSIGNMENTS_F2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_F2, object_name:PER_ASSIGNMENTS_F2, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PER_ASSIGNMENTS_F2 ,
-
VIEW: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_HRLY_SLRD_PRTE_V, object_name:BENBV_ELIG_HRLY_SLRD_PRTE_V, status:VALID,
-
VIEW: APPS.PER_ASSIGNMENTS_V12
12.1.1
-
VIEW: APPS.PER_ASSIGNMENTS_V12
12.2.2
-
VIEW: APPS.PER_ASSIGNMENTS
12.1.1
-
View: PAY_EMPLOYEE_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMPLOYEE_ACTION_INFO_V ,
-
VIEW: APPS.PER_ASSIGNMENTS_F2
12.1.1
-
View: HR_EDW_WRK_ACTVTY_FCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BEN_ASSIGNMENT_D
12.2.2
-
View: PER_ASSIGNMENTS_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_F, object_name:PER_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PER_ASSIGNMENTS_F ,
-
View: PER_ASSIGNMENTS_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_F, object_name:PER_ASSIGNMENTS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PER_ASSIGNMENTS_F ,
-
VIEW: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_HRLY_SLRD_PRTE_V, object_name:BENBV_ELIG_HRLY_SLRD_PRTE_V, status:VALID,
-
View: PER_ASSIGNMENTS_F2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_ASSIGNMENTS_F2, object_name:PER_ASSIGNMENTS_F2, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.PER_ASSIGNMENTS_F2 ,
-
APPS.EDW_HR_ASSGNMNT_M_SIZING SQL Statements
12.1.1
-
VIEW: APPS.BEN_ASSIGNMENT_D
12.1.1
-
View: PAY_EMPLOYEE_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_EMPLOYEE_ACTION_INFO_V ,
-
View: PAY_APAC_EMPLOYEE_ACTION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_APAC_EMPLOYEE_ACTION_V, object_name:PAY_APAC_EMPLOYEE_ACTION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_APAC_EMPLOYEE_ACTION_V ,
-
VIEW: APPS.HR_EDW_WRK_ACTVTY_FCV
12.1.1
-
VIEW: APPS.PER_ASSIGNMENTS_F2
12.2.2
-
VIEW: APPS.PER_ASSIGNMENTS_F
12.2.2
-
VIEW: APPS.PER_ASSIGNMENTS_F
12.1.1
-
View: HR_EDW_WRK_ACTVTY_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HR_EDW_WRK_ACTVTY_FCV, object_name:HR_EDW_WRK_ACTVTY_FCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HR_EDW_WRK_ACTVTY_FCV ,
-
VIEW: APPS.PAY_EMPLOYEE_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID,
-
View: BENBV_ELIG_HRLY_SLRD_PRTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_HRLY_SLRD_PRTE_V, object_name:BENBV_ELIG_HRLY_SLRD_PRTE_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies which hourly/salaried criteria is included or excluded from an eligibility profile. , implementation_dba_data: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V ,
-
VIEW: APPS.PAY_EMPLOYEE_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMPLOYEE_ACTION_INFO_V, object_name:PAY_EMPLOYEE_ACTION_INFO_V, status:VALID,
-
View: BENBV_ELIG_HRLY_SLRD_PRTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BEN.BENBV_ELIG_HRLY_SLRD_PRTE_V, object_name:BENBV_ELIG_HRLY_SLRD_PRTE_V, status:VALID, product: BEN - Advanced Benefits , description: This view identifies which hourly/salaried criteria is included or excluded from an eligibility profile. , implementation_dba_data: APPS.BENBV_ELIG_HRLY_SLRD_PRTE_V ,