[Home] [Help]
[Dependency Information]
Object Name: | FND_DOC_SEQUENCE_AUDIT |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DOC_SEQUENCE_AUDIT stores historic information about each
value assigned to document sequences. Each row includes values
that identify the document sequence and the document sequence
assignment, and the value used by the document sequence.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DOC_SEQUENCE_AUDIT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DOC_SEQUENCE_ID | NUMBER | Yes | Document sequence identifier | |
DOC_SEQUENCE_VALUE | NUMBER | Yes | Document sequence value | |
DOC_SEQUENCE_ASSIGNMENT_ID | NUMBER | Yes | Document sequence assignment identifier | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT DOC_SEQUENCE_ID
, DOC_SEQUENCE_VALUE
, DOC_SEQUENCE_ASSIGNMENT_ID
, CREATION_DATE
, CREATED_BY
FROM APPLSYS.FND_DOC_SEQUENCE_AUDIT;
APPLSYS.FND_DOC_SEQUENCE_AUDIT does not reference any database object
APPLSYS.FND_DOC_SEQUENCE_AUDIT is referenced by following:
|
|
|