[Home] [Help]
[Dependency Information]
| Object Name: | AD_BUGS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | AD.AD_BUGS
|
| Subobject Name: | |
| Status: | VALID |
AD_BUGS holds information about the various Oracle Applications bugs whose fixes have been applied (ie. patched) in the Oracle Applications installation.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_BUGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BUG_ID
|
| AD_BUGS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LANGUAGE
BUG_NUMBER
ARU_RELEASE_NAME
BASELINE_NAME
TRACKABLE_ENTITY_ABBR
|
| AD_BUGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUG_NUMBER
TRACKABLE_ENTITY_ABBR
BASELINE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUG_ID | NUMBER | Yes | PK | |
| APPLICATION_SHORT_NAME | VARCHAR2 | (50) | ||
| BUG_NUMBER | VARCHAR2 | (30) | Yes | Bug Number of the bug (fix) |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| ARU_RELEASE_NAME | VARCHAR2 | (30) | Yes | For internal use - Holds 11i for all 11.5.x releases |
| 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). | |
| TRACKABLE_ENTITY_ABBR | VARCHAR2 | (8) | Product Abbreviation | |
| BASELINE_NAME | VARCHAR2 | (150) | Holds the baseline name | |
| GENERIC_PATCH | VARCHAR2 | (1) | Flag to indentify generic patch | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Holds the language with which the bug is associated |
Cut, paste (and edit) the following text to query this object:
SELECT BUG_ID
, APPLICATION_SHORT_NAME
, BUG_NUMBER
, CREATION_DATE
, ARU_RELEASE_NAME
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, TRACKABLE_ENTITY_ABBR
, BASELINE_NAME
, GENERIC_PATCH
, LANGUAGE
FROM APPLSYS.AD_BUGS;
APPLSYS.AD_BUGS does not reference any database object
APPLSYS.AD_BUGS is referenced by following:
APPLSYS
AD_BUGS#
|
|
|
|