DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.AD_FIXED_ISSUES

Object Details
Object Name: AD_FIXED_ISSUES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_FIXED_ISSUES
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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PATCH_RUN_ID
,      BUGFIX_ID
FROM APPLSYS.AD_FIXED_ISSUES;

Dependencies

[top of page]

APPLSYS.AD_FIXED_ISSUES does not reference any database object

APPLSYS.AD_FIXED_ISSUES is referenced by following:

SchemaAPPLSYS
ViewAD_FIXED_ISSUES#