[Home] [Help]
[Dependency Information]
| Object Name: | GMP_PLANT_RSRC_PARAMETERS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_PLANT_RSRC_PARAMETERS
|
| Subobject Name: | |
| Status: | VALID |
Table for Association of Parameters to the Generic Resources
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ID | NUMBER | Yes | Surrogate key which uniquely identifies the resource, Foreign Key to resource_id in cr_rsrc_dtl | |
| PARAMETER_ID | NUMBER | (15) | Yes | Column which identifies the Process Parameter Set name. Foreign Key to gmp_process_parameter_set_b. process_parameter_set |
| TARGET_VALUE | VARCHAR2 | (16) | Ideal Value for this process parameter. Not required if a Min and max Values are specified | |
| MINIMUM_VALUE | NUMBER | Minimum value for this Process Parameter. Not required if a Target or a Maximum value is provided | ||
| MAXIMUM_VALUE | NUMBER | Maximum value for this Process Parameter. Not required if a Target or a Maximum value is provided | ||
| 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 RESOURCE_ID
, PARAMETER_ID
, TARGET_VALUE
, MINIMUM_VALUE
, MAXIMUM_VALUE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_PLANT_RSRC_PARAMETERS;
GMP.GMP_PLANT_RSRC_PARAMETERS does not reference any database object
GMP.GMP_PLANT_RSRC_PARAMETERS is referenced by following:
APPS
GMP_PLANT_RSRC_PARAMETERS
|
|
|
|