[Home] [Help]
[Dependency Information]
Object Name: | FTE_MILE_ATTRIBUTES |
---|---|
Object Type: | TABLE |
Owner: | FTE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to store the attributes that make up the columns (origin, destination and return) in the download file. E.g. 'CITY', 'STATE', etc... The data in this table is seeded and is not updateable by the user.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FTE_MILE_ATTRIBUTES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ATTRIBUTE_ID | NUMBER | Yes | Primary key for the table - system generated | |
CODE | VARCHAR2 | (30) | Yes | Code identifier for the attribute |
NAME | VARCHAR2 | (30) | Yes | Name of the attribute |
DESCRIPTION | VARCHAR2 | (240) | Description of the attribute | |
MAX_ATTRIBUTE_LENGTH | NUMBER | Maximum length of the attributes associated database column. | ||
DOWNLOAD_UPLOAD_FLAG | VARCHAR2 | (1) | Indicates if the attribute is to be used for 'D'ownload only, 'U'pload only or 'B'oth | |
DELIMITER_YN_FLAG | VARCHAR2 | (1) | Indicates if the attribute is used as a delimiter | |
ORIGIN_DEST_RETURN_FLAG | VARCHAR2 | (1) | Indicates if the attribute is an 'O'rigin attribute only, 'D'estination attribute only or 'B'oth or is a 'R'eturn attribute i.e. value is calculated externally | |
DEFAULT_UOM | VARCHAR2 | (3) | Default Unit of Measure Code for the attribute | |
DEFAULT_COLUMN_POSITION | NUMBER | Default position of the attribute in the relative column - will be used if the user does not enter new attribute column positions in the UI | ||
CREATION_DATE | DATE | Yes | Standard who columns | |
CREATED_BY | NUMBER | Yes | Standard who columns | |
LAST_UPDATE_DATE | DATE | Yes | Standard who columns | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who columns | |
LAST_UPDATE_LOGIN | NUMBER | Standard who columns | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard who columns | ||
PROGRAM_ID | NUMBER | Standard who columns | ||
PROGRAM_UPDATE_DATE | DATE | Standard who columns | ||
REQUEST_ID | NUMBER | Standard who columns |
Cut, paste (and edit) the following text to query this object:
SELECT ATTRIBUTE_ID
, CODE
, NAME
, DESCRIPTION
, MAX_ATTRIBUTE_LENGTH
, DOWNLOAD_UPLOAD_FLAG
, DELIMITER_YN_FLAG
, ORIGIN_DEST_RETURN_FLAG
, DEFAULT_UOM
, DEFAULT_COLUMN_POSITION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
FROM FTE.FTE_MILE_ATTRIBUTES;
FTE.FTE_MILE_ATTRIBUTES does not reference any database object
FTE.FTE_MILE_ATTRIBUTES is referenced by following:
|
|
|