[Home] [Help]
[Dependency Information]
Object Name: | FTE_MILE_DOWNLOAD_LINES |
---|---|
Object Type: | TABLE |
Owner: | FTE |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FTE_MILE_DOWNLOAD_LINES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
FTE_MILE_DOWNLOAD_LINES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
FTE.FTE_MILE_DOWNLOAD_LINES does not reference any database object
FTE.FTE_MILE_DOWNLOAD_LINES is referenced by following:
|
|
|