DBA Data[Home] [Help] [Dependency Information]


TABLE: FTE.FTE_MILE_DOWNLOAD_LINES

Object Details
Object Name: FTE_MILE_DOWNLOAD_LINES
Object Type: TABLE
Owner: FTE
FND Design Data: TableFTE.FTE_MILE_DOWNLOAD_LINES
Subobject Name:
Status: VALID


This table is used to store the contents of the download file. When the file is uploaded to the database the file is parsed and each related line from the file is read from the table and the origin and destination id pairs along with the distance and transit times from the file are loaded into the FTE_LOCATION_MILEAGES table. Once the upload is complete the data is deleted from this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FTE_MILE_DOWNLOAD_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORIGIN_ID
FTE_MILE_DOWNLOAD_LINES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDESTINATION_ID
Columns
Name Datatype Length Mandatory Comments
DOWNLOAD_FILE_ID NUMBER
Yes Foreign Key to FTE_MILE_DOWNLOAD_FILES identifying the line with a file
LINE_NUMBER NUMBER
Yes The line number in the file that this record is associated with
ORIGIN_ID NUMBER
Yes identifier of the origin
DESTINATION_ID NUMBER
Yes identifier of the destination
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DOWNLOAD_FILE_ID
,      LINE_NUMBER
,      ORIGIN_ID
,      DESTINATION_ID
,      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_DOWNLOAD_LINES;

Dependencies

[top of page]

FTE.FTE_MILE_DOWNLOAD_LINES does not reference any database object

FTE.FTE_MILE_DOWNLOAD_LINES is referenced by following:

SchemaAPPS
SynonymFTE_MILE_DOWNLOAD_LINES