VCS_MANAGED_EXCEPTIONS

VCS_MANAGED_EXCEPTIONS contains calculated collaboration exceptions.

Details

  • Schema: FUSION

  • Object owner: VCS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

VCS_MANAGED_EXCEPTIONS_PK

EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
EXCEPTION_ID NUMBER 18 Yes Primary key identifying an exception.
COLLABORATION_ENTRY_ID NUMBER 18 Yes Identifies the collaboration entry to which these exceptions are applied.
BUCKET_ID NUMBER 18 Yes Identifies the bucket to which these exceptions are applied.
EXCEPTION_TYPE_CODE VARCHAR2 30 Yes Identifies the type of exception that occurs. Valid codes are "FORECAST_DEVIATION" or COMMIT_MISMATCH".
EXCEPTION_FACTOR NUMBER Identifies the amount of change for a particular exception. This will be stored as a decimal factor.
EXCEPTION_VALUE1 NUMBER Identifies the orignal value used in the calculation of the EXCEPTION_FACTOR column.
EXCEPTION_VALUE2 NUMBER Identifies the new value used in the calculation of the EXCEPTION_FACTOR column.
MAX_FORECAST_VERSION NUMBER 9 Identifies the value of the MAX_FORECAST_VERSION when the exception was encountered.
MAX_COMMIT_VERSION NUMBER 9 Identifies the value of the MAX_COMMIT_VERSION when the exception was encountered.
ASSOCIATION_TYPE_CODE VARCHAR2 30 A value to indicate the type of bucket association, such as Daily-Period. Should be defined in the fnd_lookup_values table.
IS_CURRENT_FLAG VARCHAR2 1 Yes A flag that identifies the latest version of an exception for a collaboration entry.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
VCS_MANAGED_EXCEPTIONS_N1 Non Unique Default COLLABORATION_ENTRY_ID, EXCEPTION_TYPE_CODE, ASSOCIATION_TYPE_CODE
VCS_MANAGED_EXCEPTIONS_N2 Non Unique Default EXCEPTION_TYPE_CODE, ASSOCIATION_TYPE_CODE, IS_CURRENT_FLAG
VCS_MANAGED_EXCEPTIONS_U1 Unique Default EXCEPTION_ID