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


TABLE: FEM.FEM_ALLOC_PREVIEWS

Object Details
Object Name: FEM_ALLOC_PREVIEWS
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID


The FEM_ALLOC_PREVIEWS table provides information related to the new Mapping Preview Rule. The table includes processing parameters for the most recent execution of the preview of the Mapping Rule.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_ALLOC_PREVIEWS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPREVIEW_OBJ_DEF_ID
Columns
Name Datatype Length Mandatory Comments
PREVIEW_OBJ_DEF_ID NUMBER (9) Yes Object Definition ID for the Mapping Preview Rule
EFFECTIVE_DATE DATE
Yes Effective Date (preview parameter)
LEDGER_ID NUMBER
Yes Ledger ID (preview parameter)
CAL_PERIOD_ID NUMBER
Yes Calendar Period (preview parameter)
DSG_OBJ_DEF_ID NUMBER
Yes Data Set Group object definition ID (preview parameter)
QUERY_ROW_LIMIT NUMBER
Yes Maximum number of rows in the Source and the Driver set that a Preview execution will process against
REQUEST_ID NUMBER
Yes Concurrent Request ID of the last Preview execution
SOURCE_CONDITION_OBJ_ID NUMBER (9)
Identifier for the restrictive condition for the Preview Source data
DRIVER_CONDITION_OBJ_ID NUMBER (9)
Identifier for the restrictive condition for the Preview Driver data
CREATION_DATE DATE
Yes APPS Standard WHO column
CREATED_BY NUMBER
Yes APPS Standard WHO column
LAST_UPDATED_BY NUMBER
Yes APPS Standard WHO column
LAST_UPDATE_DATE DATE
Yes APPS Standard WHO column
LAST_UPDATE_LOGIN NUMBER

APPS Standard WHO column
OBJECT_VERSION_NUMBER NUMBER
Yes Number to help the user interface detect stale data
Query Text

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


SELECT PREVIEW_OBJ_DEF_ID
,      EFFECTIVE_DATE
,      LEDGER_ID
,      CAL_PERIOD_ID
,      DSG_OBJ_DEF_ID
,      QUERY_ROW_LIMIT
,      REQUEST_ID
,      SOURCE_CONDITION_OBJ_ID
,      DRIVER_CONDITION_OBJ_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM FEM.FEM_ALLOC_PREVIEWS;

Dependencies

[top of page]

FEM.FEM_ALLOC_PREVIEWS does not reference any database object

FEM.FEM_ALLOC_PREVIEWS is referenced by following:

SchemaAPPS
SynonymFEM_ALLOC_PREVIEWS