[Home] [Help]
[Dependency Information]
Object Name: | AD_PM_PREFERENCES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the default user preferences for download/merge options, platforms and languages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_PM_PREFERENCES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPTION_TYPE | VARCHAR2 | (30) | Yes | Key of the option like platforms, languages, download options,etc |
OPTION_VALUE | VARCHAR2 | (30) | Yes | Value of the option like platforms, languages, download options,etc |
CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. |
Cut, paste (and edit) the following text to query this object:
SELECT OPTION_TYPE
, OPTION_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPLSYS.AD_PM_PREFERENCES;
APPLSYS.AD_PM_PREFERENCES does not reference any database object
APPLSYS.AD_PM_PREFERENCES is referenced by following:
|
|
|