Search Results hxc_time_entry_rule_comps_v
Overview
HXC_TIME_ENTRY_RULE_COMPS_V is an APPS-owned view within the Oracle Time and Labor Engine (HXC) product family, exposed across both Oracle E-Business Suite 12.1.1 and 12.2.2. It presents the component-level definition of Time Entry Rules, resolving the raw component rows stored in the entity-group architecture into a denormalized, user-readable form. Time Entry Rules determine how reported time is processed (for example, whether an entry is accepted, rejected, or altered) based on mapping, formula, or usage logic. This view surfaces each rule component together with its rule name, outcome lookup meaning, rule usage, mapping, formula, and date-effectivity information, making it suitable for enquiry, reporting, and integration scenarios where the underlying tables would otherwise require multi-table joins.
Underlying Base Objects
The view is defined over the following documented objects. HXC_TIME_ENTRY_RULES_V is the driving rule definition view, supplying rule identifiers, names, usage, mapping, formula, description, and effective dates. HXC_ENTITY_GROUP_COMPS is a synonym for the component entity table, contributing the component surrogate key and descriptive flexfield attribute columns. HR_LOOKUPS is joined on LOOKUP_TYPE = 'HXC_TIME_ENTRY_RULE_OUTCOME' to translate the stored outcome code into a meaningful value. The view is further associated with the FND_GLOBAL, HR_API, and HR_GENERAL packages; HR_GENERAL is used in the view text to decode HR_GENERAL.END_OF_TIME to NULL for open-ended rules. The join predicate restricts HXC_ENTITY_GROUP_COMPS rows to ENTITY_TYPE = 'TIME_ENTRY_RULES', ensuring only rule components are returned.
Key Columns
- TIME_ENTRY_RULE_ID — the rule identifier, mapped from EGC.ENTITY_ID; the primary search key for this view.
- TIME_ENTRY_RULE_NAME — descriptive name of the rule, taken from HXC_TIME_ENTRY_RULES_V.
- RULE_OUTCOME / RULE_OUTCOME_NAME — the outcome code (EGC.ATTRIBUTE1) and its lookup meaning.
- RULE_USAGE / RULE_USAGE_NAME — how the rule is applied within time processing.
- MAPPING_ID / MAPPING_NAME and FORMULA_ID / FORMULA_NAME — associated mapping and formula definitions referenced by the rule.
- START_DATE / END_DATE — rule effectivity, with END_DATE normalized to NULL when it equals HR_GENERAL.END_OF_TIME.
- TIME_ENTRY_GROUP_COMP_ID / TIME_ENTRY_RULE_GROUP_ID — component and parent group identifiers.
- ATTRIBUTE1 – ATTRIBUTE30, ATTRIBUTE_CATEGORY — descriptive flexfield context and segment values.
- ROW_ID — the underlying row identifier from HXC_ENTITY_GROUP_COMPS.
- OBJECT_VERSION_NUMBER, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit and concurrency columns.
Common Use Cases and Queries
Typical uses include reconciling rule configuration across environments, auditing outcomes and formula assignments, and feeding downstream reporting. A common starting point is retrieval by rule identifier:
- SELECT TIME_ENTRY_RULE_ID, TIME_ENTRY_RULE_NAME, RULE_OUTCOME_NAME, RULE_USAGE_NAME, FORMULA_NAME, START_DATE, END_DATE FROM APPS.HXC_TIME_ENTRY_RULE_COMPS_V WHERE TIME_ENTRY_RULE_ID = :p_rule_id;
- SELECT RULE_OUTCOME, RULE_OUTCOME_NAME, COUNT(*) FROM APPS.HXC_TIME_ENTRY_RULE_COMPS_V GROUP BY RULE_OUTCOME, RULE_OUTCOME_NAME;
- SELECT TIME_ENTRY_RULE_NAME, MAPPING_NAME, FORMULA_NAME FROM APPS.HXC_TIME_ENTRY_RULE_COMPS_V WHERE MAPPING_ID IS NOT NULL ORDER BY TIME_ENTRY_RULE_NAME;
Queries should be executed with the APPS schema or a synonym granting equivalent access, and callers should observe the effectivity dates when interpreting which rule versions were active for a given period.
-
View: HXC_TIME_ENTRY_RULE_COMPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULE_COMPS_V, object_name:HXC_TIME_ENTRY_RULE_COMPS_V, status:VALID, product: HXC - Time and Labor Engine , description: Time Entry Rule Components , implementation_dba_data: APPS.HXC_TIME_ENTRY_RULE_COMPS_V ,
-
View: HXC_TIME_ENTRY_RULE_COMPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULE_COMPS_V, object_name:HXC_TIME_ENTRY_RULE_COMPS_V, status:VALID, product: HXC - Time and Labor Engine , description: Time Entry Rule Components , implementation_dba_data: APPS.HXC_TIME_ENTRY_RULE_COMPS_V ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.HXC_ENTITY_GROUP_COMPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HXC_ENTITY_GROUP_COMPS, status:VALID,
-
PACKAGE: APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HXC_TIME_ENTRY_RULES_UTILS_PKG, status:VALID,
-
PACKAGE: APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HXC_TIME_ENTRY_RULES_UTILS_PKG, status:VALID,
-
SYNONYM: APPS.HXC_ENTITY_GROUP_COMPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HXC_ENTITY_GROUP_COMPS, status:VALID,
-
VIEW: APPS.HXC_TIME_ENTRY_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULES_V, object_name:HXC_TIME_ENTRY_RULES_V, status:VALID,
-
VIEW: APPS.HXC_TIME_ENTRY_RULE_COMPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULE_COMPS_V, object_name:HXC_TIME_ENTRY_RULE_COMPS_V, status:VALID,
-
VIEW: APPS.HXC_TIME_ENTRY_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULES_V, object_name:HXC_TIME_ENTRY_RULES_V, status:VALID,
-
VIEW: APPS.HXC_TIME_ENTRY_RULE_COMPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIME_ENTRY_RULE_COMPS_V, object_name:HXC_TIME_ENTRY_RULE_COMPS_V, status:VALID,
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on HXC_TIME_ENTRY_RULE_COMPS_V
12.1.1
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on HXC_TIME_ENTRY_RULE_COMPS_V
12.2.2
-
PACKAGE: APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG
12.2.2
-
PACKAGE: APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG
12.1.1
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on FF_FORMULAS_F
12.2.2
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on FF_FORMULAS_F
12.1.1
-
eTRM - HXC Tables and Views
12.1.1
description: Transaction Details Archive ,
-
VIEW: APPS.HR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
VIEW: APPS.HR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_LOOKUPS, object_name:HR_LOOKUPS, status:VALID,
-
eTRM - HXC Tables and Views
12.2.2
description: Used in Generic Upgrade ,
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on HXC_TIME_ENTRY_RULES
12.1.1
-
APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on HXC_TIME_ENTRY_RULES
12.2.2
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - HXC Tables and Views
12.1.1
description: Transaction Details Archive ,
-
eTRM - HXC Tables and Views
12.2.2
description: Used in Generic Upgrade ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.HR_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,
-
PACKAGE: APPS.HR_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_API, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,