[Home] [Help]
[Dependency Information]
| Object Name: | GMP_PROCESS_PARAMETERS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.GMP_PROCESS_PARAMETERS_TL
|
| Subobject Name: | |
| Status: | VALID |
Table for to store Process Parameters description ( MLS )
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMP_PROCESS_PARAM_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PARAMETER_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_ID | NUMBER | Yes | Surrogate Key which uniquely identifies the Process Parameter | |
| PARAMETER_DESCRIPTION | VARCHAR2 | (240) | Yes | Parameter Description ( e.g., " speed used for the S-40 Mix"),Multilingual field |
| LANGUAGE | VARCHAR2 | (4) | Yes | Foreign Key reference to FND_LANGUAGES. Denotes which language this data is stored |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Foreign reference to FND_LANGUAGES. Denotes which language this data was originally created. |
| 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_ID
, PARAMETER_DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.GMP_PROCESS_PARAMETERS_TL;
GMP.GMP_PROCESS_PARAMETERS_TL does not reference any database object
GMP.GMP_PROCESS_PARAMETERS_TL is referenced by following:
GMP
GMP_PROCESS_PARAMETERS_TL#
|
|
|
|