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


TABLE: JTF.JTF_PREFAB_WSH_POES_B

Object Details
Object Name: JTF_PREFAB_WSH_POES_B
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_PREFAB_WSH_POES_B
Subobject Name:
Status: VALID


JTF_PREFAB_WSH_POES_B captures the list of web-servers and their associated characteristics.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_PREFAB_WSH_POES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnWSH_PO_ID
JTF_PREFAB_WSH_POES_B_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnHOSTNAME
Columns
Name Datatype Length Mandatory Comments
WSH_PO_ID NUMBER
Yes sequence primary key
OBJECT_VERSION_NUMBER NUMBER
Yes standard column
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GROUP_ID NUMBER

standard column
HOSTNAME VARCHAR2 (255) Yes name of the web server host
WEIGHT NUMBER
Yes relative weight (used by prefabricator)
LOAD_PICK_UP_FLAG VARCHAR2 (1) Yes LoadDistributor uses this for synchronizing multiple prefabricators trying to distribute load (used by prefabricator)
CACHE_SIZE NUMBER
Yes intended for cache size limit for the host (currently not used)
WSH_TYPE VARCHAR2 (3) Yes type of web server (currently not used)
PREFAB_ENABLED_FLAG VARCHAR2 (1) Yes indicates whether the prefabrication has been enabled for this host (used for prefabrication)
Query Text

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


SELECT WSH_PO_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      HOSTNAME
,      WEIGHT
,      LOAD_PICK_UP_FLAG
,      CACHE_SIZE
,      WSH_TYPE
,      PREFAB_ENABLED_FLAG
FROM JTF.JTF_PREFAB_WSH_POES_B;

Dependencies

[top of page]

JTF.JTF_PREFAB_WSH_POES_B does not reference any database object

JTF.JTF_PREFAB_WSH_POES_B is referenced by following:

SchemaAPPS
SynonymJTF_PREFAB_WSH_POES_B