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


TABLE: WSH.WSH_ITM_PARAMETER_SETUPS_B

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


WSH_ITM_PARAMETER_SETUPS_B stores the basic Non-translatable information for the Parameter Setup. These parameters are used to configure the java middle tier of the adapter


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PARAMETER_ID NUMBER
Yes Primary Key
PARAMETER_NAME VARCHAR2 (30) Yes Parameter Name
VALUE VARCHAR2 (240)
Parameter Value
DEFAULT_VALUE VARCHAR2 (240)
Default seeded value
USER_SETTABLE VARCHAR2 (1) Yes Y/N. User cannot change the parameter value if this field is 'N'.
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARAMETER_ID
,      PARAMETER_NAME
,      VALUE
,      DEFAULT_VALUE
,      USER_SETTABLE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM WSH.WSH_ITM_PARAMETER_SETUPS_B;

Dependencies

[top of page]

WSH.WSH_ITM_PARAMETER_SETUPS_B does not reference any database object

WSH.WSH_ITM_PARAMETER_SETUPS_B is referenced by following:

SchemaAPPS
SynonymWSH_ITM_PARAMETER_SETUPS_B