ADF_SB_DIFF_RESOLVER

Stores the merge plan Id, transaction major, minor Ids, parent Id, object type, object name, element name, old and new values of the element, document path and other properties of ADF Merge Handler Merge Plan.

Details

  • Schema: FUSION

  • Object owner: ADF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ADF_SB_DIFF_RESOLVER_PK

RID

Columns

Name Datatype Length Precision Not-null Comments
RID NUMBER 20 Yes Sequence generated id to uniquely identify the row.
TRANS_MAJOR VARCHAR2 256 Transaction major id.
TRANS_MINOR VARCHAR2 20 Transaction minor id.
PARENT_ID NUMBER 20 Id of the parent row.
CONFLICT_DESC NUMBER 4 Description of the conflict.
DEF_NAME VARCHAR2 4000 Name of the definition object.
DEF_TYPE VARCHAR2 256 Type of the definition object.
CONFLICT_ELEM VARCHAR2 4000 Name of the conflict element.
IS_EDIT_OBJECT_NUM NUMBER 1 Indicates if sandbox object.
EDIT_VALUE VARCHAR2 4000 Value of the sandbox object.
IS_TO_MERGE_OBJECT_NUM NUMBER 1 Indicates if mainline object.
TO_MERGE_VALUE VARCHAR2 4000 Value of the mainline object.
IS_OLD_OBJECT_NUM NUMBER 1 Indicates if branch point object.
OLD_VALUE VARCHAR2 4000 Value of the branch point object.
RESOLUTION NUMBER 4 The winner of the conflict.
NEW_VALUE VARCHAR2 4000 Value of the conflict other than mainline or sandbox.
DOCUMENT_PATH VARCHAR2 4000 Path of the document where conflict occurred.
TOP_LEVEL_OBJECT_NAME VARCHAR2 4000 Top level Object definition name.
SKIP_REPORTING VARCHAR2 1 Skip generation of Merge Report.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.

Indexes

Index Uniqueness Tablespace Columns
ADF_SB_DIFF_RESOLVER_U1 Unique Default RID