[Home] [Help]
[Dependency Information]
| Object Name: | IEX_OBJECT_FILTERS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEX |
| FND Design Data: | IEX.IEX_OBJECT_FILTERS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEX_OBJECT_FILTERS | NORMAL | UNIQUE |
APPS_TS_SEED
|
OBJECT_FILTER_ID
ZD_EDITION_NAME
|
| IEX_OBJECT_FILTERS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
OBJECT_FILTER_TYPE
|
| 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). | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM IEX.IEX_OBJECT_FILTERS;
IEX.IEX_OBJECT_FILTERS does not reference any database object
IEX.IEX_OBJECT_FILTERS is referenced by following:
IEX
IEX_OBJECT_FILTERS#
|
|
|
|