Search Results hr_du_upload_lines
Overview
The HR_DU_UPLOAD_LINES table is a core data structure within the Oracle E-Business Suite Human Resources (PER) module, specifically designed to support data upload and migration processes. It functions as a staging table, holding the detailed transactional data for individual items being uploaded into the HRMS system via the Data Upload (DU) utility. Each record in this table represents a single line of data for an upload item, where a complete item, such as an assignment or personal information update, can span multiple rows. This table works in conjunction with HR_DU_UPLOAD_HEADERS to manage the upload lifecycle, from initial staging through validation and final processing into base HR tables.
Key Information Stored
While the provided metadata does not list specific column details beyond key identifiers, the table's structure is defined by its relationship to the Data Upload utility's framework. The critical columns include the primary key, UPLOAD_LINE_ID, which uniquely identifies each line of upload data. The foreign key column, UPLOAD_HEADER_ID, links each line to its parent upload batch record in the HR_DU_UPLOAD_HEADERS table. Other columns typically store the raw data values being uploaded, mapped to specific HR interface or staging columns, along with context and sequencing information that allows the application to correctly interpret and process multi-line items. The table's design is integral to parsing and validating complex data sets before their formal insertion into the production HR schema.
Common Use Cases and Queries
The primary use case for this table is troubleshooting and monitoring data upload jobs initiated through the Data Upload utility. Administrators and functional consultants query this table to inspect the raw data that failed validation, to reconcile upload totals, or to audit historical data loads. A common query involves joining to the header table to review all lines for a specific upload batch.
- Sample Query to Review Upload Data:
SELECT hl.* FROM hr_du_upload_lines hl
JOIN hr_du_upload_headers hh ON hl.upload_header_id = hh.upload_header_id
WHERE hh.upload_name = '&UPLOAD_BATCH_NAME'
ORDER BY hl.upload_line_id; - Identifying Lines with Errors: A critical pattern joins HR_DU_UPLOAD_LINES to HR_DU_ERRORS to pinpoint which specific data rows caused validation failures, enabling targeted corrections.
Related Objects
The HR_DU_UPLOAD_LINES table is centrally connected within the Data Upload architecture through documented foreign key relationships.
- Parent Table (Referenced by this table):
- HR_DU_UPLOAD_HEADERS: This table is referenced via the foreign key column HR_DU_UPLOAD_LINES.UPLOAD_HEADER_ID. Every upload line must belong to a single upload batch header.
- Child Table (References this table):
- HR_DU_ERRORS: This table references HR_DU_UPLOAD_LINES via the foreign key HR_DU_ERRORS.UPLOAD_LINE_ID. Validation errors generated during the processing of an upload line are logged here, linked directly to the problematic source data.
These relationships enforce data integrity and create a complete audit trail from the upload header, through its constituent data lines, to any associated processing errors.
-
Table: HR_DU_UPLOAD_LINES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_LINES, object_name:HR_DU_UPLOAD_LINES, status:VALID, product: PER - Human Resources , description: This table holds the details for each item to be uploaded with an item spanning one or more rows , implementation_dba_data: HR.HR_DU_UPLOAD_LINES ,
-
Table: HR_DU_UPLOAD_LINES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_LINES, object_name:HR_DU_UPLOAD_LINES, status:VALID, product: PER - Human Resources , description: This table holds the details for each item to be uploaded with an item spanning one or more rows , implementation_dba_data: HR.HR_DU_UPLOAD_LINES ,
-
APPS.HR_DU_UTILITY dependencies on HR_DU_UPLOAD_LINES
12.1.1
-
APPS.HR_DU_DO_ENTITIES dependencies on HR_DU_UPLOAD_LINES
12.2.2
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_UPLOAD_LINES
12.1.1
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_LINES
12.2.2
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_UPLOAD_LINES
12.2.2
-
APPS.HR_DU_DI_INSERT dependencies on HR_DU_UPLOAD_LINES
12.1.1
-
APPS.HR_DU_UTILITY dependencies on HR_DU_UPLOAD_LINES
12.2.2
-
APPS.HR_DU_DI_INSERT dependencies on HR_DU_UPLOAD_LINES
12.2.2
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_LINES
12.1.1
-
APPS.HR_DU_DO_ENTITIES dependencies on HR_DU_UPLOAD_LINES
12.1.1
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_LINES_S
12.2.2
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_LINES_S
12.1.1
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_UPLOAD_HEADERS
12.2.2
-
APPS.HR_DU_DO_ENTITIES dependencies on HR_DU_DP_PC_CONVERSION
12.2.2
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_UPLOAD_HEADERS
12.1.1
-
APPS.HR_DU_DO_ENTITIES dependencies on HR_DU_DP_PC_CONVERSION
12.1.1
-
APPS.HR_DU_UTILITY SQL Statements
12.1.1
-
APPS.HR_DU_DP_PC_CONVERSION SQL Statements
12.1.1
-
APPS.HR_DU_DO_ENTITIES SQL Statements
12.2.2
-
APPS.HR_DU_DP_PC_CONVERSION SQL Statements
12.2.2
-
APPS.HR_DU_DO_ENTITIES SQL Statements
12.1.1
-
APPS.HR_DU_UTILITY SQL Statements
12.2.2
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_HEADERS
12.2.2
-
SYNONYM: APPS.HR_DU_UPLOAD_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_DU_UPLOAD_LINES, status:VALID,
-
SYNONYM: PUBLIC.HR_DU_UPLOAD_LINES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HR_DU_UPLOAD_LINES, status:VALID,
-
SYNONYM: APPS.HR_DU_UPLOAD_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_DU_UPLOAD_LINES, status:VALID,
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on HR_DU_UPLOAD_HEADERS
12.1.1
-
PACKAGE BODY: APPS.HR_DU_DO_ENTITIES
12.2.2
-
PACKAGE BODY: APPS.HR_DU_DO_ENTITIES
12.1.1
-
APPS.HR_DU_DO_DATAPUMP SQL Statements
12.2.2
-
APPS.HR_DU_DO_DATAPUMP SQL Statements
12.1.1
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_DP_PC_CONVERSION
12.2.2
-
APPS.HR_DU_DO_DATAPUMP dependencies on HR_DU_DP_PC_CONVERSION
12.1.1
-
APPS.HR_DU_UTILITY dependencies on HR_DU_UPLOAD_HEADERS
12.2.2
-
TABLE: HR.HR_DU_UPLOAD_HEADERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_HEADERS, object_name:HR_DU_UPLOAD_HEADERS, status:VALID,
-
TABLE: HR.HR_DU_UPLOAD_HEADERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_HEADERS, object_name:HR_DU_UPLOAD_HEADERS, status:VALID,
-
APPS.HR_DU_UTILITY dependencies on HR_DU_UPLOAD_HEADERS
12.1.1
-
Table: HR_DU_UPLOAD_HEADERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_HEADERS, object_name:HR_DU_UPLOAD_HEADERS, status:VALID, product: PER - Human Resources , description: This table holds the details for each API to be uploaded. , implementation_dba_data: HR.HR_DU_UPLOAD_HEADERS ,
-
APPS.HR_DU_DO_DATAPUMP dependencies on DUAL
12.1.1
-
APPS.HR_DU_DO_DATAPUMP dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.HR_DU_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_DU_UTILITY, status:VALID,
-
Table: HR_DU_ERRORS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_ERRORS, object_name:HR_DU_ERRORS, status:VALID, product: PER - Human Resources , description: This table holds details about errors encountered during processing of a batch by any of the Data Uploader modules. , implementation_dba_data: HR.HR_DU_ERRORS ,
-
APPS.HR_DU_MASTER dependencies on HR_DU_DI_INSERT
12.1.1
-
PACKAGE BODY: APPS.HR_DU_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_DU_UTILITY, status:VALID,
-
TRIGGER: APPS.HR_DU_UPLOAD_LINES_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:HR_DU_UPLOAD_LINES_WHO, status:VALID,
-
Table: HR_DU_UPLOAD_HEADERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_DU_UPLOAD_HEADERS, object_name:HR_DU_UPLOAD_HEADERS, status:VALID, product: PER - Human Resources , description: This table holds the details for each API to be uploaded. , implementation_dba_data: HR.HR_DU_UPLOAD_HEADERS ,
-
APPS.HR_DU_DP_PC_CONVERSION dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.HR_DU_DO_ENTITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_DU_DO_ENTITIES, status:VALID,