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


TABLE: APPLSYS.AD_PM_PREFERENCES

Object Details
Object Name: AD_PM_PREFERENCES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_PM_PREFERENCES
Subobject Name:
Status: VALID


Stores the default user preferences for download/merge options, platforms and languages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AD_PM_PREFERENCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPTION_TYPE
ColumnOPTION_VALUE
Columns
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.
Query Text

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;

Dependencies

[top of page]

APPLSYS.AD_PM_PREFERENCES does not reference any database object

APPLSYS.AD_PM_PREFERENCES is referenced by following:

SchemaAPPLSYS
ViewAD_PM_PREFERENCES#