VRM_PRICE_LINE_EXCEPTIONS
VRM_PRICE_LINE_EXCEPTIONS contains error details of VSOE price basis lines.
Details
-
Schema: FUSION
-
Object owner: VRM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
VRM_PRICE_LINE_EXCEPTIONS_PK |
PRICE_LINE_EXCEPTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PRICE_LINE_EXCEPTION_ID | NUMBER | 18 | Yes | Internal identifier of a VSOE price with exception status. | |
DOCUMENT_LINE_ID | NUMBER | 18 | Yes | Internal unique identifier of a source document line. | |
ERROR_LINE_ID | NUMBER | 18 | Error line internal identifier. | ||
ERROR_LINE_LEVEL | VARCHAR2 | 30 | Level from which the error originated. | ||
ERROR_MESSAGE_NAME | VARCHAR2 | 30 | Yes | Error message name. | |
ERROR_MESSAGE_TEXT | VARCHAR2 | 960 | The text of the error message. | ||
CREATED_FROM | VARCHAR2 | 30 | VRM source program that creates an exception line. | ||
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. | |
REQUEST_ID | NUMBER | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
VRM_PRICE_LINE_EXCEPTIONS | vrm_source_doc_lines | DOCUMENT_LINE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
VRM_PRICE_LINE_EXCEPTIONS_N1 | Non Unique | FUSION_TS_TX_DATA | DOCUMENT_LINE_ID, CREATED_FROM |
VRM_PRICE_LINE_EXCEPTIONS_U1 | Unique | FUSION_TS_TX_DATA | PRICE_LINE_EXCEPTION_ID |