[Home] [Help]
[Dependency Information]
| Object Name: | AD_PATCH_RUN_BUGS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
This table holds information about the bugs fixed in a specific run of Autopatch.
.
AD_PATCH_RUN_BUGS holds information about the various bugs fixed in a specific run of Autopatch.
.
Even though a patch may have been applied on an Oracle Applications installation, some bugs (fixes) contained in it may not get applied due to some reason. In such cases, the REASON_NOT_APPLIED column holds the reason.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_PATCH_RUN_BUGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PATCH_RUN_BUG_ID
|
| AD_PATCH_RUN_BUGS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PATCH_RUN_ID
BUG_ID
ORIG_BUG_NUMBER
APPLICATION_SHORT_NAME
|
| AD_PATCH_RUN_BUGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUG_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PATCH_RUN_BUG_ID | NUMBER | Yes | PK | |
| PATCH_RUN_ID | NUMBER | Yes | Identifies the AD_PATCH_RUNS record | |
| BUG_ID | NUMBER | Yes | Identifies the bug | |
| ORIG_BUG_NUMBER | VARCHAR2 | (30) | Yes | The bug number as stated in the "begin bug" line in the patch driver |
| APPLIED_FLAG | VARCHAR2 | (1) | Yes | N => Autopatch did not attempt to apply this bug (fix) |
| REASON_NOT_APPLIED | VARCHAR2 | (250) | Reason why the bug (fix) was not applied. See table description | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | The application short name of the product whose development team created this bugfix |
| SUCCESS_FLAG | VARCHAR2 | (1) | Yes | Y => the bug fix in this run of Autopatch was successfully applied |
| FAILURE_COMMENTS | VARCHAR2 | (255) | User entered comments when flagging a bug (fix) as unsuccessful | |
| 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 PATCH_RUN_BUG_ID
, PATCH_RUN_ID
, BUG_ID
, ORIG_BUG_NUMBER
, APPLIED_FLAG
, REASON_NOT_APPLIED
, CREATION_DATE
, APPLICATION_SHORT_NAME
, SUCCESS_FLAG
, FAILURE_COMMENTS
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPLSYS.AD_PATCH_RUN_BUGS;
APPLSYS.AD_PATCH_RUN_BUGS does not reference any database object
APPLSYS.AD_PATCH_RUN_BUGS is referenced by following:
APPS
AD_PATCH_RUN_BUGS
|
|
|
|