Search Results hxc_time_building_blocks
Overview
The HXC_TIME_BUILDING_BLOCKS table is the core transactional data store for Oracle E-Business Suite Time and Labor (HXC). It serves as the fundamental repository for all timecard entries, representing the atomic units of recorded work time. Each row in this table constitutes a "building block," which can be a single day, a shift, or a detailed line within a timecard. The table's structure supports a hierarchical model, allowing blocks to be nested (e.g., a daily block containing multiple detail line blocks), which is essential for representing complex time entry and approval workflows. Its central role in the Time and Labor engine makes it critical for all processes involving time entry, validation, approval, and transfer to downstream systems like Payroll.
Key Information Stored
The table's primary identifier is the TIME_BUILDING_BLOCK_ID, uniquely defining each block. The OBJECT_VERSION_NUMBER (OVN) column works in conjunction with the ID to enforce optimistic locking and data integrity during concurrent updates. Key structural columns include PARENT_BUILDING_BLOCK_ID and PARENT_BUILDING_BLOCK_OVN, which establish the parent-child relationships between blocks, forming the timecard hierarchy. The APPROVAL_STYLE_ID links the block to its defined approval process in the HXC_APPROVAL_STYLES table. While the provided metadata does not list all columns, typical attributes stored would include resource (employee) ID, date, hours, time entry status, and creation metadata, which are linked via the HXC_TIME_ATTRIBUTE_USAGES table.
Common Use Cases and Queries
This table is central to reporting, data fixes, and integration audits. Common scenarios include tracing the approval chain of a timecard, identifying time entries for a specific employee within a date range, or diagnosing errors flagged against time blocks. A typical query pattern involves joining to related attribute tables to retrieve the actual time values and descriptive information.
- Sample Query: Find top-level timecard blocks for an employee:
SELECT time_building_block_id, object_version_number
FROM hxc_time_building_blocks
WHERE resource_id = :p_employee_id
AND parent_building_block_id IS NULL
AND DATE BETWEEN :p_start_date AND :p_end_date; - Reporting Use Case: Generating a report of all time blocks currently in an error state by joining with the HXC_ERRORS table using the TIME_BUILDING_BLOCK_ID and OVN.
Related Objects
The HXC_TIME_BUILDING_BLOCKS table has extensive relationships within the Time and Labor schema, as indicated by its foreign keys. Key dependencies include:
- HXC_TIME_ATTRIBUTE_USAGES: Stores the actual attribute values (hours, project, task) for each time building block.
- HXC_TRANSACTION_DETAILS: Tracks the history of changes made to each building block for auditing and processing.
- HXC_LOCKS: Manages concurrent user access and editing locks on specific time blocks.
- HXC_ERRORS: Holds validation and processing errors associated with a block.
- Self-Referential Foreign Key: The table references itself to maintain the parent-child hierarchy of timecard components.
- HXC_APPROVAL_STYLES: Defines the approval workflow applied to the time entry.
-
Table: HXC_TIME_BUILDING_BLOCKS
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TIME_BUILDING_BLOCKS, object_name:HXC_TIME_BUILDING_BLOCKS, status:VALID, product: HXC - Time and Labor Engine , description: Time Building Blocks , implementation_dba_data: HXC.HXC_TIME_BUILDING_BLOCKS ,
-
Table: HXC_TIME_BUILDING_BLOCKS
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TIME_BUILDING_BLOCKS, object_name:HXC_TIME_BUILDING_BLOCKS, status:VALID, product: HXC - Time and Labor Engine , description: Time Building Blocks , implementation_dba_data: HXC.HXC_TIME_BUILDING_BLOCKS ,
-
View: HXC_TIMECARD_AUDIT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_AUDIT_SUMMARY, object_name:HXC_TIMECARD_AUDIT_SUMMARY, status:VALID, product: HXC - Time and Labor Engine , description: Timecard changes summary , implementation_dba_data: APPS.HXC_TIMECARD_AUDIT_SUMMARY ,
-
View: HXC_TIMECARD_AUDIT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_AUDIT_SUMMARY, object_name:HXC_TIMECARD_AUDIT_SUMMARY, status:VALID, product: HXC - Time and Labor Engine , description: Timecard changes summary , implementation_dba_data: APPS.HXC_TIMECARD_AUDIT_SUMMARY ,
-
View: HXC_RESOURCE_TOTAL_TIME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_TOTAL_TIME_V, object_name:HXC_RESOURCE_TOTAL_TIME_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_TOTAL_TIME_V ,
-
View: HXC_RESOURCE_TOTAL_TIME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_TOTAL_TIME_V, object_name:HXC_RESOURCE_TOTAL_TIME_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_TOTAL_TIME_V ,
-
View: HXC_APP_PERIOD_TOTAL_TIME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APP_PERIOD_TOTAL_TIME_V, object_name:HXC_APP_PERIOD_TOTAL_TIME_V, status:VALID, product: HXC - Time and Labor Engine , description: View used for totalling time entries for eligible approvals. Used by Time Entry Rules. , implementation_dba_data: APPS.HXC_APP_PERIOD_TOTAL_TIME_V ,
-
View: HXC_APP_PERIOD_TOTAL_TIME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APP_PERIOD_TOTAL_TIME_V, object_name:HXC_APP_PERIOD_TOTAL_TIME_V, status:VALID, product: HXC - Time and Labor Engine , description: View used for totalling time entries for eligible approvals. Used by Time Entry Rules. , implementation_dba_data: APPS.HXC_APP_PERIOD_TOTAL_TIME_V ,
-
View: HXCFV_APPROVAL_REPORT
12.2.2
product: HXC - Time and Labor Engine , implementation_dba_data: Not implemented in this database ,
-
View: HXCFV_APPROVAL_REPORT
12.1.1
product: HXC - Time and Labor Engine , implementation_dba_data: Not implemented in this database ,
-
View: HXC_APPL_PERIOD_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPL_PERIOD_DETAILS_V, object_name:HXC_APPL_PERIOD_DETAILS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPL_PERIOD_DETAILS_V ,
-
View: HXC_APPL_PERIOD_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPL_PERIOD_DETAILS_V, object_name:HXC_APPL_PERIOD_DETAILS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPL_PERIOD_DETAILS_V ,
-
View: HXC_APPLICATION_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPLICATION_PERIODS_V, object_name:HXC_APPLICATION_PERIODS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPLICATION_PERIODS_V ,
-
View: HXC_APPLICATION_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPLICATION_PERIODS_V, object_name:HXC_APPLICATION_PERIODS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPLICATION_PERIODS_V ,
-
View: HXC_TIMECARD_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_TEMPLATES_V, object_name:HXC_TIMECARD_TEMPLATES_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_TEMPLATES_V ,
-
View: HXC_TIMECARD_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_TEMPLATES_V, object_name:HXC_TIMECARD_TEMPLATES_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_TEMPLATES_V ,
-
Table: HXC_LOCKS
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_LOCKS, object_name:HXC_LOCKS, status:VALID, product: HXC - Time and Labor Engine , description: HXC_LOCKS holds the locks components. , implementation_dba_data: HXC.HXC_LOCKS ,
-
Table: HXC_ERRORS
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_ERRORS, object_name:HXC_ERRORS, status:VALID, product: HXC - Time and Labor Engine , description: hxc_errors , implementation_dba_data: HXC.HXC_ERRORS ,
-
Table: HXC_TIME_ATTRIBUTE_USAGES
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TIME_ATTRIBUTE_USAGES, object_name:HXC_TIME_ATTRIBUTE_USAGES, status:VALID, product: HXC - Time and Labor Engine , description: Time Attribute Usages , implementation_dba_data: HXC.HXC_TIME_ATTRIBUTE_USAGES ,
-
Table: HXC_DEP_TRANSACTION_DETAILS
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_DEP_TRANSACTION_DETAILS, object_name:HXC_DEP_TRANSACTION_DETAILS, status:VALID, product: HXC - Time and Labor Engine , description: Deposit Transaction Details , implementation_dba_data: HXC.HXC_DEP_TRANSACTION_DETAILS ,
-
Table: HXC_TRANSACTION_DETAILS
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TRANSACTION_DETAILS, object_name:HXC_TRANSACTION_DETAILS, status:VALID, product: HXC - Time and Labor Engine , description: Transaction Details , implementation_dba_data: HXC.HXC_TRANSACTION_DETAILS ,
-
Table: HXC_ERRORS
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_ERRORS, object_name:HXC_ERRORS, status:VALID, product: HXC - Time and Labor Engine , description: hxc_errors , implementation_dba_data: HXC.HXC_ERRORS ,
-
Table: HXC_LOCKS
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_LOCKS, object_name:HXC_LOCKS, status:VALID, product: HXC - Time and Labor Engine , description: HXC_LOCKS holds the locks components. , implementation_dba_data: HXC.HXC_LOCKS ,
-
Table: HXC_TIME_ATTRIBUTE_USAGES
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TIME_ATTRIBUTE_USAGES, object_name:HXC_TIME_ATTRIBUTE_USAGES, status:VALID, product: HXC - Time and Labor Engine , description: Time Attribute Usages , implementation_dba_data: HXC.HXC_TIME_ATTRIBUTE_USAGES ,
-
Table: HXC_TRANSACTION_DETAILS
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_TRANSACTION_DETAILS, object_name:HXC_TRANSACTION_DETAILS, status:VALID, product: HXC - Time and Labor Engine , description: Retrieval Transaction Details , implementation_dba_data: HXC.HXC_TRANSACTION_DETAILS ,
-
Table: HXC_APPROVAL_STYLES
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_APPROVAL_STYLES, object_name:HXC_APPROVAL_STYLES, status:VALID, product: HXC - Time and Labor Engine , description: Approval Styles , implementation_dba_data: HXC.HXC_APPROVAL_STYLES ,
-
Table: HXC_APPROVAL_STYLES
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_APPROVAL_STYLES, object_name:HXC_APPROVAL_STYLES, status:VALID, product: HXC - Time and Labor Engine , description: Approval Styles , implementation_dba_data: HXC.HXC_APPROVAL_STYLES ,
-
View: HXC_TIMECARD_PERIODS_DB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_PERIODS_DB_V, object_name:HXC_TIMECARD_PERIODS_DB_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_PERIODS_DB_V ,
-
View: HXC_TIMECARD_PERIODS_DB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_PERIODS_DB_V, object_name:HXC_TIMECARD_PERIODS_DB_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_PERIODS_DB_V ,
-
View: HXC_TIMECARD_HOURS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_HOURS_V, object_name:HXC_TIMECARD_HOURS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_HOURS_V ,
-
View: HXC_TIMECARD_DAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_DAYS_V, object_name:HXC_TIMECARD_DAYS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_DAYS_V ,
-
View: HXC_TIMECARD_DAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_DAYS_V, object_name:HXC_TIMECARD_DAYS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_DAYS_V ,
-
View: HXC_TIMECARD_HOURS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_HOURS_V, object_name:HXC_TIMECARD_HOURS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_HOURS_V ,
-
View: HXC_APPR_REJECTION_COMMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPR_REJECTION_COMMENTS_V, object_name:HXC_APPR_REJECTION_COMMENTS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPR_REJECTION_COMMENTS_V ,
-
View: HXC_TIMECARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARDS_V, object_name:HXC_TIMECARDS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARDS_V ,
-
View: HXC_APPR_REJECTION_COMMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_APPR_REJECTION_COMMENTS_V, object_name:HXC_APPR_REJECTION_COMMENTS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_APPR_REJECTION_COMMENTS_V ,
-
View: HXC_TIMECARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARDS_V, object_name:HXC_TIMECARDS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARDS_V ,
-
View: HXC_TC_AUDIT_SUMMARY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TC_AUDIT_SUMMARY, object_name:HXC_TC_AUDIT_SUMMARY, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TC_AUDIT_SUMMARY ,
-
View: HXC_TC_AUDIT_SUMMARY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TC_AUDIT_SUMMARY, object_name:HXC_TC_AUDIT_SUMMARY, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TC_AUDIT_SUMMARY ,
-
View: HXC_RESOURCE_TIMECARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_TIMECARDS_V, object_name:HXC_RESOURCE_TIMECARDS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_TIMECARDS_V ,
-
View: HXC_RESOURCE_TIMECARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_RESOURCE_TIMECARDS_V, object_name:HXC_RESOURCE_TIMECARDS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_RESOURCE_TIMECARDS_V ,
-
View: HXC_TIMECARD_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_DETAILS_V, object_name:HXC_TIMECARD_DETAILS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_DETAILS_V ,
-
View: HXC_TIMECARD_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HXC.HXC_TIMECARD_DETAILS_V, object_name:HXC_TIMECARD_DETAILS_V, status:VALID, product: HXC - Time and Labor Engine , implementation_dba_data: APPS.HXC_TIMECARD_DETAILS_V ,