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


TABLE: JTF.JTF_PREFAB_CA_FILTERS_B

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


JTF_PREFAB_CA_FILTERS_B models a cache filter. This table captures the filter name (CA_FILTER_NAME) and the application (APPLICATION_ID). The responsibilities and languages associated with this filter are found by joining with tables JTF_PREFAB_CA_FL_LANGS and JTF_PREFAB_CA_FL_RESPS.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_PREFAB_CA_FILTERS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCA_FILTER_ID
JTF_PREFAB_CA_FILTERS_B_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnCA_FILTER_NAME
Columns
Name Datatype Length Mandatory Comments
CA_FILTER_ID NUMBER
Yes sequenced 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
APPLICATION_ID NUMBER
Yes application id for the cache filter
CA_FILTER_NAME VARCHAR2 (255) Yes cache filter name
Query Text

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


SELECT CA_FILTER_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      APPLICATION_ID
,      CA_FILTER_NAME
FROM JTF.JTF_PREFAB_CA_FILTERS_B;

Dependencies

[top of page]

JTF.JTF_PREFAB_CA_FILTERS_B does not reference any database object

JTF.JTF_PREFAB_CA_FILTERS_B is referenced by following:

SchemaAPPS
SynonymJTF_PREFAB_CA_FILTERS_B