[Home] [Help]
[Dependency Information]
| Object Name: | GMP_SEQUENCE_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_SEQUENCE_TYPES
|
| Subobject Name: | |
| Status: | VALID |
Table for Sequence Types
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OPRN_ID | NUMBER | Yes | The Surrogate Key from the Operation | |
| CATEGORY_ID | NUMBER | Yes | The Sequence dependent Item Class | |
| SEQ_DEP_ID | NUMBER | Yes | the surrogate key for the row | |
| CREATION_DATE | DATE | Yes | Standard "Row Who" column | |
| CREATED_BY | NUMBER | Yes | Standard "Row Who" column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard "Row Who" column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard "Row Who" column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard "Row Who" column |
Cut, paste (and edit) the following text to query this object:
SELECT OPRN_ID
, CATEGORY_ID
, SEQ_DEP_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_SEQUENCE_TYPES;
GMP.GMP_SEQUENCE_TYPES does not reference any database object
GMP.GMP_SEQUENCE_TYPES is referenced by following:
GMP
GMP_SEQUENCE_TYPES#
|
|
|
|