[Home] [Help]
[Dependency Information]
| Object Name: | WSH_CC_PARAMETER_SETUPS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | WSH |
| FND Design Data: | WSH.WSH_CC_PARAMETER_SETUPS_B
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER_NAME | VARCHAR2 | (240) | Yes | System Defined Name of the Parameter |
| VALUE | VARCHAR2 | (240) | User defined Value for the Parameter | |
| DEFAULT_VALUE | VARCHAR2 | (240) | System defined Value of the Parameter | |
| PARAMETER_ID | NUMBER | Yes | Primary Key to link the records in WSH_CC_PARAMETER_SETUPS_B and WSH_CC_PARAMETER_SETUPS_TL tables | |
| USER_SETTABLE | VARCHAR2 | (1) | Yes | Indicates if the User can Override the System Defined Values for the Parameters |
| CREATION_DATE | DATE | Yes | Standard Who Columns | |
| CREATED_BY | NUMBER | Yes | Standard Who Columns | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Columns | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Columns | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Columns |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER_NAME
, VALUE
, DEFAULT_VALUE
, PARAMETER_ID
, USER_SETTABLE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM WSH.WSH_CC_PARAMETER_SETUPS_B;
WSH.WSH_CC_PARAMETER_SETUPS_B does not reference any database object
WSH.WSH_CC_PARAMETER_SETUPS_B is referenced by following:
WSH
WSH_CC_PARAMETER_SETUPS_B#
|
|
|
|