Search Results rcv shipments
The FTE_LOAD_HISTORY table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data repository within the Oracle Transportation Management (OTM) and Global Trade Management (GTM) modules. It primarily stores historical records related to freight load transactions, enabling organizations to track, audit, and analyze freight movements, carrier assignments, and shipment consolidations over time. This table plays a pivotal role in logistics and supply chain management by maintaining a comprehensive audit trail of load-related activities.
### **Key Attributes of FTE_LOAD_HISTORY**
1. **Load Identification Fields**
- LOAD_GID
: A globally unique identifier (GID) for each freight load.
- LOAD_ID
: A human-readable reference for the load.
- SHIPMENT_GID
: Links to the associated shipment record.
2. **Status and Event Tracking**
- STATUS
: Captures the current state of the load (e.g., PLANNED, IN_TRANSIT, DELIVERED).
- EVENT_TYPE
: Logs specific events (e.g., PICKUP, DELIVERY, CUSTOMS_HOLD).
- EVENT_DATETIME
: Timestamps when events occurred.
3. **Carrier and Route Details**
- CARRIER_GID
: References the carrier assigned to the load.
- ROUTE_GID
: Identifies the planned transportation route.
- MODE_OF_TRANSPORT
: Specifies the freight method (e.g., TRUCK, AIR, OCEAN).
4. **Audit and Compliance Fields**
- CREATED_BY
/CREATED_DATE
: Tracks the origin of the load record.
- LAST_UPDATED_BY
/LAST_UPDATED_DATE
: Records modifications for compliance.
### **Functional Role in Oracle EBS**
- **Freight Execution**: Integrates with FTE_SHIPMENT and FTE_CARRIER tables to manage end-to-end freight lifecycle.
- **Performance Analytics**: Supports dashboards and reports for metrics like on-time delivery rates.
- **Regulatory Compliance**: Retains historical data for audits (e.g., customs, trade regulations).
### **Integration Points**
- **OTM Modules**: Synchronizes with FTE_SHIPMENT_HISTORY and FTE_CARRIER_INVOICE.
- **Financials**: Links to AP_INVOICES for freight cost settlement.
- **Inventory**: Interfaces with MTL_SHIPMENTS for material tracking.
### **Technical Considerations**
- **Indexing**: Optimized on LOAD_GID
, SHIPMENT_GID
, and EVENT_DATETIME
for query performance.
- **Partitioning**: Often partitioned by date to manage large datasets efficiently.
- **Purge Policies**: Historical data may be archived to FTE_LOAD_HISTORY_ARCHIVE to maintain system performance.
### **Customization and Extensions**
- **User-Defined Columns**: Can be extended via FTE_LOAD_HISTORY_ATTRIBUTE
for industry-specific needs.
- **API Hooks**: Oracle’s Freight Business Events framework allows triggering workflows (e.g., notifications on delays).
### **Conclusion**
The FTE_LOAD_HISTORY table is indispensable for logistics operations in Oracle EBS, providing traceability, operational insights, and compliance assurance. Its structured schema and integration capabilities make it a cornerstone for freight management in versions 12.1.1 and 12.2.2, particularly in complex, multi-modal supply chain environments.
-
Lookup Type: FTE_IB_SHPMT_FILTER
12.1.1
product: FTE - Transportation Execution , meaning: Inbound Shipment Direction Filter ,
-
Lookup Type: FTE_IB_SHPMT_FILTER
12.2.2
product: FTE - Transportation Execution , meaning: Inbound Shipment Direction Filter ,
-
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_HISTORY
12.2.2
product: FTE - Transportation Execution , description: Stores the action history for shipments , implementation_dba_data: Not implemented in this database ,