Search Results fte_load_headers
Overview
The FTE_LOAD_HEADERS table is a core data object within the Oracle E-Business Suite Transportation Execution (FTE) module. It serves as the primary repository for the header-level description of a shipment or load, acting as the master record for a consolidated freight unit. This table is fundamental to the shipment lifecycle, providing the overarching structure to which all associated details, charges, and history are linked. Its role is to define the key parties, dates, and statuses of a transportation load, enabling comprehensive freight management, planning, and execution processes.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented foreign key relationships and primary key structure reveal the critical data entities stored. The primary identifier is the LOAD_ID. The table centrally stores references to key business entities involved in the shipment, notably the SHIPPER_ID and CONSIGNEE_ID, which are foreign keys to the HZ_PARTIES table in the Trading Community Architecture. This links the load to standardized party records. Other essential data points typically housed in this header include load creation date, status, planned and actual shipment dates, service level, and references to associated freight documents or trip information.
Common Use Cases and Queries
This table is central to queries that provide a summary view of shipments. Common reporting use cases include tracking load status, analyzing shipper and consignee activity, and auditing shipment timelines. A typical query would join FTE_LOAD_HEADERS with HZ_PARTIES to retrieve party names and with detail tables for a complete view. For example, to list all loads for a specific shipper:
- SELECT flh.LOAD_ID, flh.CREATION_DATE, hp.PARTY_NAME
- FROM FTE_LOAD_HEADERS flh, HZ_PARTIES hp
- WHERE flh.SHIPPER_ID = hp.PARTY_ID
- AND hp.PARTY_NUMBER = 'SHIPPER123';
Another critical use case is integrity validation, ensuring detail records exist for each header, or tracing the financial and operational history of a specific LOAD_ID through its related tables.
Related Objects
The FTE_LOAD_HEADERS table has a central, parent relationship with numerous operational and transactional tables in the FTE schema, as defined by its foreign keys. Key child tables include:
- FTE_LOAD_DETAILS: Stores the individual delivery lines or items consolidated into the load.
- FTE_LOAD_CHARGES: Holds freight charges and cost calculations associated with the shipment.
- FTE_LOAD_HISTORY: Tracks status changes and audit events for the load.
- FTE_LOAD_PRC_ATTRIBUTES: Stores pricing-related attributes for the load.
- FTE_PA_SHIP_DETAILS: Links the load to Project Accounting shipment details, both as a primary and sub-load.
Its primary dependency on the master HZ_PARTIES table for shipper and consignee information underscores its integration with the enterprise's unified party model.
-
Table: FTE_LOAD_HEADERS
12.1.1
product: FTE - Transportation Execution , description: Stores header level description of a shipment , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_HEADERS
12.2.2
product: FTE - Transportation Execution , description: Stores header level description of a shipment , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_PA_SHIP_DETAILS
12.2.2
product: FTE - Transportation Execution , description: Stores data for formatting and processing the partial acceptance of tenders , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_PA_SHIP_DETAILS
12.1.1
product: FTE - Transportation Execution , description: Stores data for formatting and processing the partial acceptance of tenders , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_HISTORY
12.1.1
product: FTE - Transportation Execution , description: Stores the action history for shipments , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_DETAILS
12.2.2
product: FTE - Transportation Execution , description: Stores details of the contents of the shipment , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_HISTORY
12.2.2
product: FTE - Transportation Execution , description: Stores the action history for shipments , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_HEADERS_INTERFACE
12.1.1
product: FTE - Transportation Execution , description: Stores transaction information destined for FTE_LOAD_HEADERS prior to validation , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_HEADERS_INTERFACE
12.2.2
product: FTE - Transportation Execution , description: Stores transaction information destined for FTE_LOAD_HEADERS prior to validation , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_PRC_ATTRIBUTES
12.1.1
product: FTE - Transportation Execution , description: This table holds the details of the Qualifiers and/or Pricing Attributes that were used to price a Load and Load Detail for a particular shipment schedule. , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_PRC_ATTRIBUTES
12.2.2
product: FTE - Transportation Execution , description: This table holds the details of the Qualifiers and/or Pricing Attributes that were used to price a Load and Load Detail for a particular shipment schedule. , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_DETAILS
12.1.1
product: FTE - Transportation Execution , description: Stores details of the contents of the shipment , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_CHARGES
12.1.1
product: FTE - Transportation Execution , description: Holds the price related to the details of a tendered shipment , implementation_dba_data: Not implemented in this database ,
-
Table: FTE_LOAD_CHARGES
12.2.2
product: FTE - Transportation Execution , description: Holds the price related to the details of a tendered shipment , implementation_dba_data: Not implemented in this database ,
-
View: FTE_LOAD_HEADERS_V
12.2.2
product: FTE - Transportation Execution , implementation_dba_data: Not implemented in this database ,
-
View: FTE_LOAD_HEADERS_V
12.1.1
product: FTE - Transportation Execution , implementation_dba_data: Not implemented in this database ,