Search Results shipping
The FTE_SEL_GROUP_ASSIGNMENTS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Oracle Transportation Management (OTM) and Freight Execution (FTE) modules. This table serves as a junction table that maps selection groups to specific assignments, enabling the system to manage and organize transportation-related data efficiently. Below is a detailed analysis of its purpose, structure, and functional relevance in Oracle EBS.
Purpose and Functional Context
TheFTE_SEL_GROUP_ASSIGNMENTS
table is primarily used to associate selection groups with their respective assignments. Selection groups in Oracle FTE are logical groupings of entities such as carriers, lanes, or rates, which are used to streamline transportation planning and execution. Assignments refer to the specific tasks or rules applied to these groups, such as rate assignments, service provider assignments, or lane assignments. This table acts as a bridge between selection groups and their corresponding assignments, ensuring that the system can dynamically apply business rules and preferences during freight operations.
Table Structure and Key Columns
The table consists of several key columns that define the relationship between selection groups and assignments. Below are the most significant columns:- SELECTION_GROUP_GID: A globally unique identifier (GID) that references the selection group in the
FTE_SELECTION_GROUPS
table. - ASSIGNMENT_GID: A GID that links to the specific assignment record in related tables such as
FTE_RATE_ASSIGNMENTS
orFTE_CARRIER_ASSIGNMENTS
. - ASSIGNMENT_TYPE: Specifies the type of assignment (e.g., 'RATE', 'CARRIER', 'LANE') to distinguish between different assignment categories.
- CREATED_DATE and LAST_UPDATE_DATE: Timestamps tracking when the record was created and last modified.
- CREATED_BY and LAST_UPDATED_BY: User identifiers for audit purposes.
Integration with Other Modules
TheFTE_SEL_GROUP_ASSIGNMENTS
table integrates with several other Oracle EBS modules, particularly those involved in logistics and supply chain management. For instance:
- It interacts with
FTE_SELECTION_GROUPS
to retrieve selection group details. - It references assignment-specific tables like
FTE_RATE_ASSIGNMENTS
orFTE_CARRIER_ASSIGNMENTS
to apply business rules dynamically. - It supports Oracle Global Trade Management (GTM) by enabling compliance checks and carrier selection based on predefined groups.
Business Process Implications
This table plays a pivotal role in automating freight operations. For example:- When a shipment is created, the system uses selection groups to identify applicable carriers or rates, leveraging the assignments stored in this table.
- During rate procurement, the table ensures that the correct rates are applied based on the selection group criteria.
- It facilitates scalability by allowing administrators to manage large sets of assignments through logical groupings.
Technical Considerations
From a technical standpoint, the table is optimized for performance, with indexes on key columns likeSELECTION_GROUP_GID
and ASSIGNMENT_GID
. It also supports multi-org configurations, ensuring data isolation in multi-tenant environments. Customizations or extensions to this table should be approached cautiously, as it is integral to core FTE functionality.
Conclusion
TheFTE_SEL_GROUP_ASSIGNMENTS
table is a foundational component of Oracle EBS's transportation management capabilities. By linking selection groups to their respective assignments, it enables efficient freight planning, execution, and compliance. Understanding its structure and role is essential for administrators and developers working with Oracle FTE or OTM modules in EBS 12.1.1 or 12.2.2.
-
File: Shipping and Transportation 11510 ERD.pdf
12.1.1
product: FTE - Transportation Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.2.2
product: FTE - Transportation Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
Lookup Type: FTE_LWB_VIEWS
12.1.1
product: FTE - Transportation Execution , meaning: LineWkbench Views , description: LineWB Views ,
-
Lookup Type: FTE_LWB_VIEWS
12.2.2
product: FTE - Transportation Execution , meaning: LineWkbench Views , description: LineWB Views ,
-
Table: FTE_SEL_GROUP_ASSIGNMENTS
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ASSIGNMENTS, object_name:FTE_SEL_GROUP_ASSIGNMENTS, status:VALID, product: FTE - Transportation Execution , description: this table provides the method to assign entities such as customer, customer site, shipping organization, etc... to a group or groups. The shipping enterprise group is not assigned in this table as the shipping enterprise is not defined as , implementation_dba_data: FTE.FTE_SEL_GROUP_ASSIGNMENTS ,
-
Table: FTE_SEL_GROUP_ASSIGNMENTS
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ASSIGNMENTS, object_name:FTE_SEL_GROUP_ASSIGNMENTS, status:VALID, product: FTE - Transportation Execution , description: this table provides the method to assign entities such as customer, customer site, shipping organization, etc... to a group or groups. The shipping enterprise group is not assigned in this table as the shipping enterprise is not defined as , implementation_dba_data: FTE.FTE_SEL_GROUP_ASSIGNMENTS ,
-
Lookup Type: FTE_MLS_LINE_VIEW
12.1.1
product: FTE - Transportation Execution , meaning: FTE Line View ,
-
Lookup Type: FTE_MLS_LINE_VIEW
12.2.2
product: FTE - Transportation Execution , meaning: FTE Line View ,
-
Table: FTE_SEL_GROUPS
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUPS, object_name:FTE_SEL_GROUPS, status:VALID, product: FTE - Transportation Execution , description: This table is used define groups which are used to consolidate rules to an entity such as a customer, customer site , shipping organization or shipping enterprise. The assignation of groups to entities is done via the FTE_SEL_GROUP_ASSIGNME , implementation_dba_data: FTE.FTE_SEL_GROUPS ,
-
Table: FTE_SEL_GROUPS
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUPS, object_name:FTE_SEL_GROUPS, status:VALID, product: FTE - Transportation Execution , description: This table is used define groups which are used to consolidate rules to an entity such as a customer, customer site , shipping organization or shipping enterprise. The assignation of groups to entities is done via the FTE_SEL_GROUP_ASSIGNME , implementation_dba_data: FTE.FTE_SEL_GROUPS ,
-
Lookup Type: CARRIER_ACTION
12.1.1
product: FTE - Transportation Execution , meaning: Carrier Action Codes , description: Carrier Action codes used in shipping FTE ,
-
Lookup Type: CARRIER_ACTION
12.2.2
product: FTE - Transportation Execution , meaning: Carrier Action Codes , description: Carrier Action codes used in shipping FTE ,
-
Lookup Type: SHIPPER_ACTION
12.1.1
product: FTE - Transportation Execution , meaning: Shipper Action Codes , description: Shipper Action codes used in shipping FTE ,
-
Lookup Type: SHIPPER_ACTION
12.2.2
product: FTE - Transportation Execution , meaning: Shipper Action Codes , description: Shipper Action codes used in shipping FTE ,