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


TABLE: GMS.GMS_UNIQUE_IDENTIFIER_CONTROL

Object Details
Object Name: GMS_UNIQUE_IDENTIFIER_CONTROL
Object Type: TABLE
Owner: GMS
FND Design Data: TableGMS.GMS_UNIQUE_IDENTIFIER_CONTROL
Subobject Name:
Status: VALID


GMS_UNIQUE_IDENTIFIER_CONTROL stores the next automatic award number applied when using automatic award numbering. This value is used across all operating units in a multi-organization implementation that uses automatic award numbering.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMS_UNIQUE_INDENTIFIER_CONT_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTABLE_NAME
Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (32) Yes Table name for which next identifier was defined
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
NEXT_UNIQUE_IDENTIFIER NUMBER

Next identifier. Used to generate unique identifier for a table given in table name column.
Query Text

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


SELECT TABLE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      NEXT_UNIQUE_IDENTIFIER
FROM GMS.GMS_UNIQUE_IDENTIFIER_CONTROL;

Dependencies

[top of page]

GMS.GMS_UNIQUE_IDENTIFIER_CONTROL does not reference any database object

GMS.GMS_UNIQUE_IDENTIFIER_CONTROL is referenced by following:

SchemaAPPS
SynonymGMS_UNIQUE_IDENTIFIER_CONTROL