[Home] [Help]
[Dependency Information]
| Object Name: | EDR_FILES_LATEST_VERSION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EDR.EDR_FILES_LATEST_VERSION_V
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
The latest version of the files in the File Upload System
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORIGINAL_FILE_NAME | VARCHAR2 | (255) | Original file name of the file | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Category Name of the File | |
| VERSION_NUMBER | NUMBER | Latest Version Number of the file | ||
| COUNT | NUMBER | Number of versions of the file |
Cut, paste (and edit) the following text to query this object:
SELECT ORIGINAL_FILE_NAME
, ATTRIBUTE_CATEGORY
, VERSION_NUMBER
, COUNT
FROM APPS.EDR_FILES_LATEST_VERSION_V;
APPS
EDR_FILES_VL
APPS.EDR_FILES_LATEST_VERSION_V is not referenced by any database object
|
|
|
|