[Home] [Help]
[Dependency Information]
| Object Name: | AD_RELEASES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | AD.AD_RELEASES
|
| Subobject Name: | |
| Status: | VALID |
AD_RELEASES holds the various Oracle Applications releases that an installation of Oracle Applications has gone through in its entire life cycle.
.
It should be noted that START_DATE_ACTIVE, END_DATE_ACTIVE and BASE_RELEASE_FLAG are loosely-maintained informational columns and are not accurately maintained, and therefore should not be relied upon heavily.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_RELEASES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RELEASE_ID
|
| AD_RELEASES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MAJOR_VERSION
MINOR_VERSION
TAPE_VERSION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RELEASE_ID | NUMBER | Yes | Release identifier | |
| MAJOR_VERSION | NUMBER | Yes | Major version, eg. 11 (for Release 11.5.3) | |
| MINOR_VERSION | NUMBER | Yes | Minor version, eg. 5 (for Release 11.5.3) | |
| TAPE_VERSION | NUMBER | Yes | Tape version, eg. 3 (for Release 11.5.3) | |
| ARU_RELEASE_NAME | VARCHAR2 | (30) | Yes | For internal use - Holds 11i for all 11.5.x releases |
| BASE_RELEASE_FLAG | VARCHAR2 | (1) | Y for a base release | |
| START_DATE_ACTIVE | DATE | Yes | Start of "active" period | |
| END_DATE_ACTIVE | DATE | End of "active" period | ||
| APPROXIMATED_DATES_FLAG | VARCHAR2 | (1) | ||
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| ROW_SOURCE_COMMENTS | VARCHAR2 | (256) | General comments about how this row came to be created | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT RELEASE_ID
, MAJOR_VERSION
, MINOR_VERSION
, TAPE_VERSION
, ARU_RELEASE_NAME
, BASE_RELEASE_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, APPROXIMATED_DATES_FLAG
, CREATION_DATE
, ROW_SOURCE_COMMENTS
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPLSYS.AD_RELEASES;
APPLSYS.AD_RELEASES does not reference any database object
APPLSYS.AD_RELEASES is referenced by following:
APPLSYS
AD_RELEASES#
|
|
|
|