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


TABLE: JTF.JTF_PREFAB_HA_COMPS

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


JTF_PREFAB_HA_COMPS models the policy for a cache component (CA_COMP_ID) on a specific host (HOST_APP_ID). The different attributes that can be set are CACHE_POLICY, CACHE_CLEAR_FLAG, and CACHE_RELOAD_FLAG.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_PREFAB_HA_COMPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnHA_COMP_ID
JTF_PREFAB_HA_COMPS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnHOST_APP_ID
ColumnCA_COMP_ID
Columns
Name Datatype Length Mandatory Comments
HA_COMP_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
HOST_APP_ID NUMBER
Yes indicates the host for which this configuration is set up
CA_COMP_ID NUMBER
Yes indicates the component for which this configuration is set up
CACHE_POLICY VARCHAR2 (3) Yes indicates the cache policy used: just caching, caching and preload, or disabled
CACHE_CLEAR_FLAG VARCHAR2 (1) Yes indicates whether cache clear flag is on or off
CACHE_RELOAD_FLAG VARCHAR2 (1) Yes indicates whether cache reload flag is on or off
Query Text

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


SELECT HA_COMP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      HOST_APP_ID
,      CA_COMP_ID
,      CACHE_POLICY
,      CACHE_CLEAR_FLAG
,      CACHE_RELOAD_FLAG
FROM JTF.JTF_PREFAB_HA_COMPS;

Dependencies

[top of page]

JTF.JTF_PREFAB_HA_COMPS does not reference any database object

JTF.JTF_PREFAB_HA_COMPS is referenced by following:

SchemaAPPS
SynonymJTF_PREFAB_HA_COMPS