FND_SEQUENCES
Contains list of Sequences registered in applications.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_SEQUENCES_PK |
SEQUENCE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SEQUENCE_ID | NUMBER | 18 | Yes | Sequence Identifier. | |
SEQUENCE_NAME | VARCHAR2 | 30 | Yes | Sequence Name. | |
APPLICATION_SHORT_NAME | VARCHAR2 | 50 | Short Name of the application owning the Sequence. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
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. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Yes | Who column: indicates the session login associated to the user who last updated the row. | |
STATUS | VARCHAR2 | 30 | Active / Obsolete / EOL / Not Used (default: 'Active'). | ||
SELECT_ALLOWED | VARCHAR2 | 1 | Yes | Y/N Flag.Is select allowed on the sequence | |
RESET_SEQUENCE | VARCHAR2 | 1 | Yes | Y/N Flag.Can the sequence be reset? |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_SEQUENCES_U1 | Unique | Default | SEQUENCE_ID |
FND_SEQUENCES_U2 | Unique | Default | SEQUENCE_NAME |