DBA Data[Home] [Help] [Dependency Information]


TABLE: WSH.WSH_CC_PARAMETER_SETUPS_B

Object Details
Object Name: WSH_CC_PARAMETER_SETUPS_B
Object Type: TABLE
Owner: WSH
FND Design Data: TableWSH.WSH_CC_PARAMETER_SETUPS_B
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

WSH.WSH_CC_PARAMETER_SETUPS_B does not reference any database object

WSH.WSH_CC_PARAMETER_SETUPS_B is referenced by following:

SchemaWSH
ViewWSH_CC_PARAMETER_SETUPS_B#