OSS_VAL_SUBSCRIPTION_GT
A temporary table that stores the errors and warnings generated when a subscription is validated.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OSS_VAL_SUBSCRIPTION_GT_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | Oracle internal use only. | |
BATCH_ID | NUMBER | 18 | Oracle internal use only. | ||
DOCUMENT_TYPE | VARCHAR2 | 30 | Oracle internal use only. | ||
DOCUMENT_ID | NUMBER | 18 | Oracle internal use only. | ||
OBJECT_GROUP | VARCHAR2 | 30 | Oracle internal use only. | ||
OBJECT_TYPE | VARCHAR2 | 30 | Oracle internal use only. | ||
OBJECT_ID | NUMBER | 18 | Oracle internal use only. | ||
OBJECT_NAME | VARCHAR2 | 1000 | Oracle internal use only. | ||
SUBSCRIPTION_NUMBER | VARCHAR2 | 120 | Oracle internal use only. | ||
ERROR_SEVERITY | VARCHAR2 | 30 | Oracle internal use only. | ||
QA_CODE | VARCHAR2 | 30 | Oracle internal use only. | ||
MESSAGE_NAME | VARCHAR2 | 30 | Oracle internal use only. | ||
MESSAGE_TOKEN1 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_VALUE1 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_TOKEN2 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_VALUE2 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_TOKEN3 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_VALUE3 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_TOKEN4 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_VALUE4 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_TOKEN5 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_VALUE5 | VARCHAR2 | 240 | Oracle internal use only. | ||
MESSAGE_TEXT | VARCHAR2 | 4000 | Oracle internal use only. | ||
PROBLEM_SHORT_DESC | VARCHAR2 | 1000 | Oracle internal use only. | ||
PROBLEM_DETAILS | VARCHAR2 | 1000 | Oracle internal use only. | ||
PROBLEM_DETAILS_SHORT | VARCHAR2 | 1000 | Oracle internal use only. | ||
SUGGESTION | VARCHAR2 | 1000 | Oracle internal use only. | ||
REFERENCE_COLUMN1 | VARCHAR2 | 1000 | Oracle internal use only. | ||
REFERENCE_COLUMN2 | VARCHAR2 | 1000 | Oracle internal use only. | ||
REFERENCE_COLUMN3 | VARCHAR2 | 1000 | Oracle internal use only. | ||
REFERENCE_COLUMN4 | VARCHAR2 | 1000 | Oracle internal use only. | ||
REFERENCE_COLUMN5 | VARCHAR2 | 1000 | Oracle internal use only. | ||
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. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
DISPLAY_SEQUENCE | NUMBER | 18 | Oracle internal use only. | ||
ERROR_MESSAGES | CLOB | Oracle internal use only. |
Indexes
Index | Uniqueness | Columns |
---|---|---|
OSS_VAL_SUBSCRIPTION_GT_N1 | Non Unique | BATCH_ID |
OSS_VAL_SUBSCRIPTION_GT_PK | Unique | ID |