AR_DOC_SEQUENCE_AUDIT
The AR_DOC_SEQUENCE_AUDIT table stores a row for every document number that is generated. Document sequences generate audit data, and even if documents are deleted, their audit records remain in this table. . The primary keys for this table are DOC_SEQUENCE_ID and DOC_SEQUENCE_VALUE.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_DOC_SEQUENCE_AUDIT_PK |
DOC_SEQUENCE_ID, DOC_SEQUENCE_VALUE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DOC_SEQUENCE_ID | NUMBER | Yes | Document sequence identifier, foreign key to the FND_DOCUMENT_SEQUENCES table | ||
| DOC_SEQUENCE_ASSIGNMENT_ID | NUMBER | Yes | Document sequence assignment identifier | ||
| DOC_SEQUENCE_VALUE | NUMBER | Yes | The document number that was generated | ||
| 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. | |
| 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. | |
| 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. |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| AR_DOC_SEQUENCE_AUDIT_N2 | Non Unique | DOC_SEQUENCE_VALUE |
| AR_DOC_SEQUENCE_AUDIT_N1 | Non Unique | CREATION_DATE |
| AR_DOC_SEQUENCE_AUDIT_U1 | Unique | DOC_SEQUENCE_ID, DOC_SEQUENCE_VALUE |