Search Results hxc_deposit_processes
Overview
The HXC_DEPOSIT_PROCESSES table is a core data object within the Oracle E-Business Suite (EBS) Time and Labor Engine (HXC). It serves as a master repository for defining and managing the various processes by which timecard data is deposited into the system. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is fundamental to the time capture architecture, enabling the configuration of different data entry methods, such as web clock, batch imports, or integration from external systems. Each record represents a distinct, configurable workflow or channel through which time information is submitted, validated, and prepared for further processing, such as transfer to Oracle Payroll.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships reveal its critical structure. The central column is the DEPOSIT_PROCESS_ID, which is the unique primary key identifier for each deposit process configuration. The table links to other key configuration entities via foreign keys: the TIME_SOURCE_ID column references the HXC_TIME_SOURCES table to define the origin of the time data (e.g., 'Quick Time Entry', 'Web Clock'), and the MAPPING_ID column references the HXC_MAPPINGS table to specify the data transformation rules applied to the incoming time information. Additional columns, typical for such configuration tables, would store attributes like the process name, effective dates, and status controls.
Common Use Cases and Queries
This table is primarily accessed for setup, maintenance, and diagnostic reporting of time entry channels. A common administrative task involves querying all active deposit processes to understand the available time submission methods. For troubleshooting, one might join this table to timecard header data to analyze which processes are generating errors. A typical query pattern retrieves the process configuration along with its associated time source and mapping details:
- Sample SQL: SELECT dp.deposit_process_id, ts.time_source_name, m.mapping_name FROM hxc_deposit_processes dp, hxc_time_sources ts, hxc_mappings m WHERE dp.time_source_id = ts.time_source_id AND dp.mapping_id = m.mapping_id AND SYSDATE BETWEEN dp.start_date AND NVL(dp.end_date, SYSDATE);
- Reporting Use Case: Generating a list of all configured deposit processes for audit or security review, showing the source system and the data mapping applied.
Related Objects
The HXC_DEPOSIT_PROCESSES table is centrally connected to other critical configuration tables within the HXC schema, as documented by its foreign keys.
- HXC_TIME_SOURCES: Joined via HXC_DEPOSIT_PROCESSES.TIME_SOURCE_ID = HXC_TIME_SOURCES.TIME_SOURCE_ID. This relationship defines the origin system for the time data.
- HXC_MAPPINGS: Joined via HXC_DEPOSIT_PROCESSES.MAPPING_ID = HXC_MAPPINGS.MAPPING_ID. This relationship determines the set of rules used to translate the deposited time into the internal timecard structure.
As a configuration parent table, HXC_DEPOSIT_PROCESSES is also likely referenced by transactional tables that store actual timecard headers or deposit batches, which would link a specific time submission instance to its governing process definition.
-
Table: HXC_DEPOSIT_PROCESSES
12.1.1
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_DEPOSIT_PROCESSES, object_name:HXC_DEPOSIT_PROCESSES, status:VALID, product: HXC - Time and Labor Engine , description: Deposit Processes , implementation_dba_data: HXC.HXC_DEPOSIT_PROCESSES ,
-
Table: HXC_DEPOSIT_PROCESSES
12.2.2
owner:HXC, object_type:TABLE, fnd_design_data:HXC.HXC_DEPOSIT_PROCESSES, object_name:HXC_DEPOSIT_PROCESSES, status:VALID, product: HXC - Time and Labor Engine , description: Deposit Processes , implementation_dba_data: HXC.HXC_DEPOSIT_PROCESSES ,
-
APPS.HXC_HDP_UPD dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMECARD_AUDIT dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_HDP_DEL dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_HTS_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TER_UPLOAD_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_DEPOSIT_PROCESSES_API dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_DEPOSIT_PROCESSES_API dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_DEPOSIT_PROCESS_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMECARD_AUDIT dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_DEL dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_INS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_DEP_UPLOAD_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HTS_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_RET_UPLOAD_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_SHD dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_MAPPING_UTILITIES dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMECARD_VALIDATION dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_SELF_SERVICE_TIME_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_DEPOSIT_PROCESS_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMECARD_HOURS_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_ARRAY_TIME_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_MAP_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_HDP_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_MAP_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_BUS dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_TER_UPLOAD_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_UPD dependencies on HXC_DEPOSIT_PROCESSES
12.2.2
-
APPS.HXC_HDP_SHD dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMECARD_HOURS_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_TIMESTORE_DEPOSIT dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_HDP_INS dependencies on HXC_DEPOSIT_PROCESSES
12.1.1
-
APPS.HXC_RET_UPLOAD_PKG dependencies on HXC_DEPOSIT_PROCESSES
12.1.1