[Home] [Help]
[Dependency Information]
| Object Name: | AD_FIXED_ISSUES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
This table holds information about the bugs fixed on top of a baseline. The driver lines with - extension fixes _bug_ _entity_ _baseline_ - is stored in this table. This information is used to identify whether a particular bug is applied or not based on the given bugfix_id
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PATCH_RUN_ID | NUMBER | Yes | Identifies the AD_PATCH_RUNS record | |
| BUGFIX_ID | NUMBER | Yes | Identifies the bug_id in ad_bugs |
Cut, paste (and edit) the following text to query this object:
SELECT PATCH_RUN_ID
, BUGFIX_ID
FROM APPLSYS.AD_FIXED_ISSUES;
APPLSYS.AD_FIXED_ISSUES does not reference any database object
APPLSYS.AD_FIXED_ISSUES is referenced by following:
APPS
AD_FIXED_ISSUES
|
|
|
|