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


TABLE: IEX.IEX_APP_PREFERENCES_B

Object Details
Object Name: IEX_APP_PREFERENCES_B
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:
Columns
Name Datatype Length Mandatory Comments
PREFERENCE_ID NUMBER (15) Yes
PREFERENCE_NAME VARCHAR2 (30) Yes
PREFERENCE_VALUE VARCHAR2 (80)
ENABLED_FLAG VARCHAR2 (1)
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_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).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
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).
OBJECT_VERSION_NUMBER NUMBER
Yes Standard HTML front end column
REQUEST_ID NUMBER

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

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).
Query Text

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


SELECT PREFERENCE_ID
,      PREFERENCE_NAME
,      PREFERENCE_VALUE
,      ENABLED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      PROGRAM_ID
,      OBJECT_VERSION_NUMBER
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
FROM IEX.IEX_APP_PREFERENCES_B;

Dependencies

[top of page]

IEX.IEX_APP_PREFERENCES_B does not reference any database object

IEX.IEX_APP_PREFERENCES_B is referenced by following:

SchemaAPPS
SynonymIEX_APP_PREFERENCES_B