[Home] [Help]
[Dependency Information]
| Object Name: | PV_GE_HISTORY_LOG_PARAMS |
|---|---|
| Object Type: | TABLE |
| Owner: | PV |
| FND Design Data: | PV.PV_GE_HISTORY_LOG_PARAMS
|
| Subobject Name: | |
| Status: | VALID |
PV_GE_HISTORY_LOG_PARAMS is PRM's one of the Global Entitiy tables. It stores values for token parameters that are required for some message_codes in PV_GE_HISTORY_LOG.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PV_GE_HISTORY_LOG_PARAMS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
HISTORY_LOG_PARAM_ID
|
| PV_GE_HISTORY_LOG_PARAMS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENTITY_HISTORY_LOG_ID
PARAM_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HISTORY_LOG_PARAM_ID | NUMBER | Yes | Unique Identifier | |
| ENTITY_HISTORY_LOG_ID | NUMBER | Yes | Foreign key to History Log Id for which token parameters are recorded. | |
| PARAM_NAME | VARCHAR2 | (30) | Yes | Token parameter name in the message of history log id |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for locking purposes |
| PARAM_VALUE | VARCHAR2 | (2000) | Token parameter value in the message of history log id | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column | |
| LOOKUP_TYPE | VARCHAR2 | (30) | If Param_type column is LOOKUP, This column stores the LOOKUP_TYPE | |
| PARAM_TYPE | VARCHAR2 | (30) | Stores the type of the message parameter. |
Cut, paste (and edit) the following text to query this object:
SELECT HISTORY_LOG_PARAM_ID
, ENTITY_HISTORY_LOG_ID
, PARAM_NAME
, OBJECT_VERSION_NUMBER
, PARAM_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LOOKUP_TYPE
, PARAM_TYPE
FROM PV.PV_GE_HISTORY_LOG_PARAMS;
PV.PV_GE_HISTORY_LOG_PARAMS does not reference any database object
PV.PV_GE_HISTORY_LOG_PARAMS is referenced by following:
APPS
PV_GE_HISTORY_LOG_PARAMS
|
|
|
|