[Home] [Help]
[Dependency Information]
| Object Name: | OE_DOC_SEQUENCE_AUDIT |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_DOC_SEQUENCE_AUDIT
|
| Subobject Name: | |
| Status: | VALID |
OE_DOC_SEQUENCE_AUDIT is the table used by the FND module for audit purposes when the sequences used to generate the order numbers are created.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_DOC_SEQUENCE_AUDIT_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
DOC_SEQUENCE_ID
DOC_SEQUENCE_VALUE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DOC_SEQUENCE_ID | NUMBER | Yes | Stores foreign key value to indicate the sequence that generates order number | |
| DOC_SEQUENCE_ASSIGNMNET_ID | NUMBER | Yes | Document Sequence Assignment Identifier | |
| DOC_SEQUENCE_VALUE | NUMBER | Yes | Stores Value that was generated to create order number for audit reasons | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT DOC_SEQUENCE_ID
, DOC_SEQUENCE_ASSIGNMNET_ID
, DOC_SEQUENCE_VALUE
, CREATION_DATE
, CREATED_BY
FROM ONT.OE_DOC_SEQUENCE_AUDIT;
ONT.OE_DOC_SEQUENCE_AUDIT does not reference any database object
ONT.OE_DOC_SEQUENCE_AUDIT is referenced by following:
ONT
OE_DOC_SEQUENCE_AUDIT#
|
|
|
|