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


TABLE: APPLSYS.FND_UMS_BUGFIX_RELATIONSHIPS

Object Details
Object Name: FND_UMS_BUGFIX_RELATIONSHIPS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_UMS_BUGFIX_RELATIONSHIPS
Subobject Name:
Status: VALID


This table stores the relationships between bugfixes.
It is populated from ARU database.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_UMS_BUGFIX_RELATIONSHIP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUGFIX_GUID
ColumnRELATION_TYPE
ColumnRELATED_BUGFIX_GUID
FND_UMS_BUGFIX_RELATIONSHIP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_BUGFIX_GUID
ColumnRELATION_TYPE
ColumnBUGFIX_GUID
Columns
Name Datatype Length Mandatory Comments
BUGFIX_GUID RAW (16) Yes Bugfix GUID.
RELATION_TYPE VARCHAR2 (30) Yes Type of the relation. (e.g., PREREQUISITE)
RELATED_BUGFIX_GUID RAW (16) Yes Related bugfix GUID.
Query Text

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


SELECT BUGFIX_GUID
,      RELATION_TYPE
,      RELATED_BUGFIX_GUID
FROM APPLSYS.FND_UMS_BUGFIX_RELATIONSHIPS;

Dependencies

[top of page]

APPLSYS.FND_UMS_BUGFIX_RELATIONSHIPS does not reference any database object

APPLSYS.FND_UMS_BUGFIX_RELATIONSHIPS is referenced by following:

SchemaAPPS
SynonymFND_UMS_BUGFIX_RELATIONSHIPS