[Home] [Help]
[Dependency Information]
| Object Name: | AD_CHECK_FILES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
This table is the "checkfile-repository". It contains information about the highest versions of files that ever got executed in sql/exec commands when applying Oracle Applications patches. The information is limited however to data loader calls (FNDLOAD, WFLOAD and akload.class) and package creation calls.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_CHECK_FILES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CHECK_FILE_ID
|
| AD_CHECK_FILES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FILE_ID
DISTINGUISHER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CHECK_FILE_ID | NUMBER | Yes | PK | |
| FILE_ID | NUMBER | Yes | Identifies the file | |
| FILE_VERSION_ID | NUMBER | Yes | Identifies the version of the file | |
| DISTINGUISHER | VARCHAR2 | (80) | "Distinguisher" information as stated in the patch driver | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT CHECK_FILE_ID
, FILE_ID
, FILE_VERSION_ID
, DISTINGUISHER
, CREATION_DATE
FROM APPLSYS.AD_CHECK_FILES;
APPLSYS.AD_CHECK_FILES does not reference any database object
APPLSYS.AD_CHECK_FILES is referenced by following:
APPS
AD_CHECK_FILES
|
|
|
|