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


TABLE: APPLSYS.FND_DOC_SEQUENCE_CATEGORIES

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


FND_DOC_SEQUENCE_CATEGORIES stores information about document
categories that are defined for various products in the Oracle
Applications product suite. Each row includes an identifier of
the application to which the category belongs, the name of the
category, the category code, the name of the database table
storing the category, and a description for the category. You
need one row for each category that you want to number using a
document sequence. Oracle Applicaton Object Library uses this
information to sequentially number application documents such as
invoices.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DOC_SEQUENCE_CATEGORIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnCODE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
CODE VARCHAR2 (30) Yes Category code
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
NAME VARCHAR2 (80) Yes Category name
TABLE_NAME VARCHAR2 (30) Yes Table name
DESCRIPTION VARCHAR2 (240)
Description
Query Text

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


SELECT APPLICATION_ID
,      CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NAME
,      TABLE_NAME
,      DESCRIPTION
FROM APPLSYS.FND_DOC_SEQUENCE_CATEGORIES;

Dependencies

[top of page]

APPLSYS.FND_DOC_SEQUENCE_CATEGORIES does not reference any database object

APPLSYS.FND_DOC_SEQUENCE_CATEGORIES is referenced by following:

SchemaAPPS
SynonymFND_DOC_SEQUENCE_CATEGORIES