Search Results fte_sel_attributes
Overview
FTE_SEL_ATTRIBUTES is a configuration and metadata table within the Oracle E-Business Suite Transportation Execution (FTE) module. It functions as the attribute definition repository for the FTE selection engine, which drives rule-based evaluations such as carrier selection, routing, and constraint matching during transportation planning and execution. Each row in this table defines a single attribute and associates it with a parent object defined in FTE_SEL_OBJECTS. When an attribute is linked to an object — for example, an object representing "Carrier_selection" — that attribute becomes available for use by the selection logic bound to that object.
The table is owned by the FTE schema and is documented as VALID in both EBS 12.1.1 and 12.2.2. Its physical schema comprises 14 columns. Under a heuristic Data Vault classification derived from its foreign key topology, FTE_SEL_ATTRIBUTES is satellite-leaning: it holds descriptive, versioned-style attribute metadata that hangs off the hub-like parent object FTE_SEL_OBJECTS, rather than acting as a pure hub or a many-to-many link table.
Key Information Stored
The table stores attribute definitions and their usage controls. The most significant columns are:
- ATTRIBUTE_ID — the surrogate primary key, enforced by FTE_SEL_ATTRIBUTES_PK1.
- OBJECT_ID — foreign key to FTE_SEL_OBJECTS, binding the attribute to its owning selection object such as Carrier_selection.
- CODE and OBJECT_ID together form the business-key candidate, enforced by the unique index FTE_SEL_ATTRIBUTES_U1. This guarantees that an attribute code is unique within its parent object.
- NAME — the descriptive display name of the attribute.
- DATA_TYPE — defines the value domain (for example character, numeric, or date) that the attribute is expected to return.
- RANGE_FLAG — indicates whether the attribute supports range-based comparisons rather than simple equality.
- SELECTION_TYPE — classifies how the attribute participates in selection criteria evaluation.
- VISIBLE_FLAG — controls whether the attribute is exposed in the selection setup user interface.
- ENABLED_FLAG — controls whether the attribute is active and usable by the selection engine.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN — standard EBS audit columns recording the creation and maintenance history of each definition.
Common Use Cases and Queries
Typical usage centers on inspecting which attributes are available for a given selection object and verifying their configuration before troubleshooting rule evaluation. A common query joins this table to FTE_SEL_OBJECTS to list attributes for the Carrier_selection object:
- SELECT a.attribute_id, a.code, a.name, a.data_type, a.enabled_flag FROM fte.fte_sel_attributes a, fte.fte_sel_objects o WHERE a.object_id = o.object_id AND o.code = 'Carrier_selection'
Reporting scenarios include auditing enabled versus disabled attributes, identifying which attributes are hidden from setup users via VISIBLE_FLAG, and confirming DATA_TYPE consistency before extending custom selection rules. Administrators also use CODE and OBJECT_ID lookups to resolve business keys during data migration or comparison between environments.
Related Objects
The following objects are most significant in relation to FTE_SEL_ATTRIBUTES:
- FTE_SEL_OBJECTS — parent table; referenced through FTE_SEL_ATTRIBUTES.OBJECT_ID (the only documented foreign key), defining the selection object to which attributes belong.
- FTE_SEL_ATTRIBUTES_PK1 — primary key constraint on ATTRIBUTE_ID, used for direct row identification.
- FTE_SEL_ATTRIBUTES_U1 — unique index on (CODE, OBJECT_ID), the business-key candidate used to enforce intra-object attribute uniqueness.
- FTE_SEL_CRITERIA and related FTE selection rule tables — consume attribute definitions when evaluating carrier selection and other selection criteria.
- FTE_SEL_OBJECTS child objects — selection criteria, rule groups, and evaluation result tables within the FTE selection framework depend indirectly on the attribute registry defined here.
-
Table: FTE_SEL_ATTRIBUTES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_ATTRIBUTES, object_name:FTE_SEL_ATTRIBUTES, status:VALID, product: FTE - Transportation Execution , description: This table holds all attribute definitions. Each attribute is linked to an object defined in FTE_SEL_OBJECTS, E.g. an object could be 'Carrier_selection', and by linking attributes to that object the attributes become available for use by , implementation_dba_data: FTE.FTE_SEL_ATTRIBUTES ,
-
Table: FTE_SEL_ATTRIBUTES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_ATTRIBUTES, object_name:FTE_SEL_ATTRIBUTES, status:VALID, product: FTE - Transportation Execution , description: This table holds all attribute definitions. Each attribute is linked to an object defined in FTE_SEL_OBJECTS, E.g. an object could be 'Carrier_selection', and by linking attributes to that object the attributes become available for use by , implementation_dba_data: FTE.FTE_SEL_ATTRIBUTES ,
-
SYNONYM: APPS.FTE_SEL_ATTRIBUTES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FTE_SEL_ATTRIBUTES, status:VALID,
-
VIEW: FTE.FTE_SEL_ATTRIBUTES#
12.2.2
owner:FTE, object_type:VIEW, object_name:FTE_SEL_ATTRIBUTES#, status:VALID,
-
SYNONYM: APPS.FTE_SEL_ATTRIBUTES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FTE_SEL_ATTRIBUTES, status:VALID,
-
VIEW: FTE.FTE_SEL_ATTRIBUTES#
12.2.2
-
TABLE: FTE.FTE_SEL_GROUP_ATTRIBUTES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ATTRIBUTES, object_name:FTE_SEL_GROUP_ATTRIBUTES, status:VALID,
-
TABLE: FTE.FTE_SEL_ATTRIBUTES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_ATTRIBUTES, object_name:FTE_SEL_ATTRIBUTES, status:VALID,
-
Table: FTE_SEL_GROUP_ATTRIBUTES
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ATTRIBUTES, object_name:FTE_SEL_GROUP_ATTRIBUTES, status:VALID, product: FTE - Transportation Execution , description: This table provides the method of associating individual attributes defined in FTE_SEL_ATTRIBUTES for a specific object to a group also assigned to the object. Attributes and groups must be associated with the same object in order to be abl , implementation_dba_data: FTE.FTE_SEL_GROUP_ATTRIBUTES ,
-
12.2.2 DBA Data
12.2.2
-
Table: FTE_SEL_OBJECTS
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_OBJECTS, object_name:FTE_SEL_OBJECTS, status:VALID, product: FTE - Transportation Execution , description: This table holds object definitions that may use the selection tables and for retrieval of certain information, e.g. defining an object such as 'carrier_selection' allows a rule-based data system for the specific purpose of selection of ca , implementation_dba_data: FTE.FTE_SEL_OBJECTS ,
-
12.2.2 DBA Data
12.2.2
-
TABLE: FTE.FTE_SEL_ATTRIBUTES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_ATTRIBUTES, object_name:FTE_SEL_ATTRIBUTES, status:VALID,
-
TABLE: FTE.FTE_SEL_GROUP_ATTRIBUTES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ATTRIBUTES, object_name:FTE_SEL_GROUP_ATTRIBUTES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: FTE_SEL_GROUP_ATTRIBUTES
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_GROUP_ATTRIBUTES, object_name:FTE_SEL_GROUP_ATTRIBUTES, status:VALID, product: FTE - Transportation Execution , description: This table provides the method of associating individual attributes defined in FTE_SEL_ATTRIBUTES for a specific object to a group also assigned to the object. Attributes and groups must be associated with the same object in order to be abl , implementation_dba_data: FTE.FTE_SEL_GROUP_ATTRIBUTES ,
-
Table: FTE_SEL_OBJECTS
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_OBJECTS, object_name:FTE_SEL_OBJECTS, status:VALID, product: FTE - Transportation Execution , description: This table holds object definitions that may use the selection tables and for retrieval of certain information, e.g. defining an object such as 'carrier_selection' allows a rule-based data system for the specific purpose of selection of ca , implementation_dba_data: FTE.FTE_SEL_OBJECTS ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: FTE.FTE_SEL_RULE_RESTRICTIONS
12.1.1
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_RULE_RESTRICTIONS, object_name:FTE_SEL_RULE_RESTRICTIONS, status:VALID,
-
TABLE: FTE.FTE_SEL_RULE_RESTRICTIONS
12.2.2
owner:FTE, object_type:TABLE, fnd_design_data:FTE.FTE_SEL_RULE_RESTRICTIONS, object_name:FTE_SEL_RULE_RESTRICTIONS, status:VALID,
-
eTRM - FTE Tables and Views
12.2.2
description: This table records many-to-many association between transportation trips and trip segments. ,
-
eTRM - FTE Tables and Views
12.1.1
description: This table records many-to-many association between transportation trips and trip segments. ,
-
eTRM - FTE Tables and Views
12.2.2
description: This table records many-to-many association between transportation trips and trip segments. ,
-
eTRM - FTE Tables and Views
12.1.1
description: This table records many-to-many association between transportation trips and trip segments. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1