[Home] [Help]
[Dependency Information]
Object Name: | AD_SNAPSHOT_FILES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AD_SNAPSHOT_FILES holds information about various files and their versions (if applicable) in the APPL-TOP when the snapshot was taken.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_SNAPSHOT_FILES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AD_SNAPSHOT_FILES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
AD_SNAPSHOT_FILES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SNAPSHOT_FILE_ID | NUMBER | Yes | PK | |
SNAPSHOT_ID | NUMBER | Yes | Identifies the snapshot that contains this (version of this) file | |
FILE_ID | NUMBER | Yes | Identifies the file thats contained in this snapshot | |
CONTAINING_FILE_ID | NUMBER | Identifies the aggregate file, if this file is contained in an aggregate (eg. if this is a C object file, then this column identifies the C archive library file; if this file is a Java class file, then this column could identify the apps.zip file, for instance) | ||
FILE_SIZE | NUMBER | File size in bytes | ||
CHECKSUM | NUMBER | Checksum: for internal use | ||
FILE_VERSION_ID | NUMBER | Identifies the version of the file | ||
UPDATE_SOURCE_ID | NUMBER | Yes | If the version of this file is ever updated in this snapshot (by a patch, for instance), then this column identifies the source transaction row responsible for the update | |
UPDATE_TYPE | VARCHAR2 | (1) | Yes | P=>A patch was applied that was last responsible for updating this row. S=>adadmin's snapshot utility was last responsible for updating this row. In the former case, UPDATE_SOURCE_ID holds the patch's PATCH_RUN_ID, and in the latter case it holds the SNAPSHOT_ID of the named snapshot. |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
APPL_TOP_ID | NUMBER | The APPL_TOP to which this file corresponds to. | ||
INCONSISTENT_FLAG | VARCHAR2 | (1) | Flag that indicates whether the file version is different across different APPL_TOPS. | |
SERVER_TYPE_ADMIN_FLAG | VARCHAR2 | (1) | Flag that indicates whether this file belongs to admin node. | |
SERVER_TYPE_FORMS_FLAG | VARCHAR2 | (1) | Flag that indicates whether this file belongs to forms node. | |
SERVER_TYPE_NODE_FLAG | VARCHAR2 | (1) | Flag that indicates whether this file belongs to CP node. | |
SERVER_TYPE_WEB_FLAG | VARCHAR2 | (1) | Flag that indicates whether this file belongs to web node. | |
DEST_FILE_ID | NUMBER | FILE_ID of a file in its copy location | ||
FILE_TYPE_FLAG | VARCHAR2 | (1) | Mirror or Nomirror Flag | |
IREP_GATHERED_FLAG | VARCHAR2 | (1) | Flag determing if the file has been processed into the Interface Repository | |
LAST_PATCHED_DATE | DATE | Date the file was last patched |
Cut, paste (and edit) the following text to query this object:
SELECT SNAPSHOT_FILE_ID
, SNAPSHOT_ID
, FILE_ID
, CONTAINING_FILE_ID
, FILE_SIZE
, CHECKSUM
, FILE_VERSION_ID
, UPDATE_SOURCE_ID
, UPDATE_TYPE
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, APPL_TOP_ID
, INCONSISTENT_FLAG
, SERVER_TYPE_ADMIN_FLAG
, SERVER_TYPE_FORMS_FLAG
, SERVER_TYPE_NODE_FLAG
, SERVER_TYPE_WEB_FLAG
, DEST_FILE_ID
, FILE_TYPE_FLAG
, IREP_GATHERED_FLAG
, LAST_PATCHED_DATE
FROM APPLSYS.AD_SNAPSHOT_FILES;
APPLSYS.AD_SNAPSHOT_FILES does not reference any database object
APPLSYS.AD_SNAPSHOT_FILES is referenced by following:
|
|
|