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


TABLE: AP.OIE_ALLOCATION_PREFS

Object Details
Object Name: OIE_ALLOCATION_PREFS
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.OIE_ALLOCATION_PREFS
Subobject Name:
Status: VALID


This table stores the mapping between the user and the Allocation sets. The table is not org specific.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OIE_ALLOCATION_PREFS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_PREF_ID
OIE_ALLOCATION_PREFS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnDISTRIBUTION_SET_ID
Columns
Name Datatype Length Mandatory Comments
ALLOCATION_PREF_ID NUMBER (15) Yes Primary Key
PERSON_ID NUMBER (15) Yes Foreign key to PER_PEOPLE_X
DISTRIBUTION_SET_ID NUMBER (15) Yes Foreign key to OIE_DISTRIBUTION_SETS
ALLOCATION_PREF_REASON VARCHAR2 (240)
Distribution Set Reason
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT ALLOCATION_PREF_ID
,      PERSON_ID
,      DISTRIBUTION_SET_ID
,      ALLOCATION_PREF_REASON
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.OIE_ALLOCATION_PREFS;

Dependencies

[top of page]

AP.OIE_ALLOCATION_PREFS does not reference any database object

AP.OIE_ALLOCATION_PREFS is referenced by following:

SchemaAPPS
SynonymOIE_ALLOCATION_PREFS