[Home] [Help]
[Dependency Information]
| Object Name: | GMP_PROCESS_PARAMETER_SET_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_PROCESS_PARAMETER_SET_B
|
| Subobject Name: | |
| Status: | VALID |
Table for Process Parameter Sets
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_PROCESS_PARAM_SET_B_PK | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARAMETER_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_SET_ID | NUMBER | (15) | Yes | Surrogate Key which uniquely identifies the Process Parameter Set |
| PARAMETER_SET | VARCHAR2 | (40) | Yes | Column which identifies the Process Parameter Set name |
| 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 PARAMETER_SET_ID
, PARAMETER_SET
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_PROCESS_PARAMETER_SET_B;
GMP.GMP_PROCESS_PARAMETER_SET_B does not reference any database object
GMP.GMP_PROCESS_PARAMETER_SET_B is referenced by following:
APPS
GMP_PROCESS_PARAMETER_SET_B
|
|
|
|