[Home] [Help]
[Dependency Information]
| Object Name: | FND_UMS_BUGFIX_FILE_VERSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_UMS_BUGFIX_FILE_VERSIONS
|
| Subobject Name: | |
| Status: | VALID |
List of file version GUIDs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_UMS_BUGFIX_FILE_VERSION_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BUGFIX_GUID
FILE_VERSION_GUID
|
| FND_UMS_BUGFIX_FILE_VERSION_U2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FILE_VERSION_GUID
BUGFIX_GUID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUGFIX_GUID | RAW | (16) | Yes | Bugfix GUID. |
| FILE_VERSION_GUID | RAW | (16) | Yes | File Version GUID. |
Cut, paste (and edit) the following text to query this object:
SELECT BUGFIX_GUID
, FILE_VERSION_GUID
FROM APPLSYS.FND_UMS_BUGFIX_FILE_VERSIONS;
APPLSYS.FND_UMS_BUGFIX_FILE_VERSIONS does not reference any database object
APPLSYS.FND_UMS_BUGFIX_FILE_VERSIONS is referenced by following:
APPLSYS
FND_UMS_BUGFIX_FILE_VERSIONS#
|
|
|
|