DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_DOCUMENT_SEQUENCES

Object Details
Object Name: FND_DOCUMENT_SEQUENCES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_DOCUMENT_SEQUENCES
Subobject Name:
Status: VALID


FND_DOCUMENT_SEQUENCES stores information about document
sequences. Each row includes a document sequence identifier, an
application identifier, the name of the document sequence, the
period during which the document sequence is active, and a flag
specifying whether the document sequence should be automatically
or manually assigned numbers. Each row also includes the actual
name of the sequence in the database, the initial value of the
document sequence, the name of the audit table, the name of the
database table to sequence, and a flag to specify whether to
display a message informing the user of the sequence name and
value for the document using this sequence. You need one row
for each document sequence defined with Oracle Application
Object Library.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DOCUMENT_SEQUENCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDOC_SEQUENCE_ID
FND_DOCUMENT_SEQUENCES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
Columns
Name Datatype Length Mandatory Comments
DOC_SEQUENCE_ID NUMBER
Yes Document sequence identifier
NAME VARCHAR2 (30) Yes Name of document sequence
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
APPLICATION_ID NUMBER (15) Yes Application identifier
AUDIT_TABLE_NAME VARCHAR2 (30) Yes Name of the audit table
MESSAGE_FLAG VARCHAR2 (1) Yes Flag indicating whether to display a message on the status line with the document sequence name and value
START_DATE DATE
Yes The date when the document sequence becomes active
TYPE VARCHAR2 (1) Yes Document sequence type (either Automatic or Manaul)
DB_SEQUENCE_NAME VARCHAR2 (30)
The name of the document sequence in the database
END_DATE DATE

The date when the document sequence becomes inactive
INITIAL_VALUE NUMBER

Initial value of the document sequence
TABLE_NAME VARCHAR2 (30)
Table name
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Attribute category
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DOC_SEQUENCE_ID
,      NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      APPLICATION_ID
,      AUDIT_TABLE_NAME
,      MESSAGE_FLAG
,      START_DATE
,      TYPE
,      DB_SEQUENCE_NAME
,      END_DATE
,      INITIAL_VALUE
,      TABLE_NAME
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM APPLSYS.FND_DOCUMENT_SEQUENCES;

Dependencies

[top of page]

APPLSYS.FND_DOCUMENT_SEQUENCES does not reference any database object

APPLSYS.FND_DOCUMENT_SEQUENCES is referenced by following:

SchemaAPPLSYS
ViewFND_DOCUMENT_SEQUENCES#