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


TABLE: IEX.IEX_OBJECT_FILTERS

Object Details
Object Name: IEX_OBJECT_FILTERS
Object Type: TABLE
Owner: IEX
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:
Indexes
Index Type Uniqueness Tablespace Column
IEX_OBJECT_FILTERS NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOBJECT_FILTER_ID
IEX_OBJECT_FILTERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnOBJECT_FILTER_TYPE
Columns
Name Datatype Length Mandatory Comments
OBJECT_FILTER_ID NUMBER
Yes
OBJECT_FILTER_TYPE VARCHAR2 (240) Yes
OBJECT_FILTER_NAME VARCHAR2 (240) Yes
OBJECT_ID NUMBER (25) Yes
SELECT_COLUMN VARCHAR2 (30) Yes Select column from entity_name
ENTITY_NAME VARCHAR2 (30) Yes Table or view that defines universe
ACTIVE_FLAG VARCHAR2 (10) Yes Active Universe YN field
OBJECT_VERSION_NUMBER NUMBER (9) Yes Standard HTML front end column
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
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).
Query Text

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


SELECT OBJECT_FILTER_ID
,      OBJECT_FILTER_TYPE
,      OBJECT_FILTER_NAME
,      OBJECT_ID
,      SELECT_COLUMN
,      ENTITY_NAME
,      ACTIVE_FLAG
,      OBJECT_VERSION_NUMBER
,      PROGRAM_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IEX.IEX_OBJECT_FILTERS;

Dependencies

[top of page]

IEX.IEX_OBJECT_FILTERS does not reference any database object

IEX.IEX_OBJECT_FILTERS is referenced by following:

SchemaAPPS
SynonymIEX_OBJECT_FILTERS