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


TABLE: IBY.IBY_EXTRACT_ACTIVATIONS

Object Details
Object Name: IBY_EXTRACT_ACTIVATIONS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_EXTRACT_ACTIVATIONS
Subobject Name:
Status: VALID


IBY_EXTRACT_ACTIVATIONS defines which computed fields within an extract are unnecessary for a particular format, with each row corresponding to a single field for that extract. When the extract engine is called for a particular format, every function generating a computed field checks this table to determine whether to skip computation and immediately return a trivial value.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_EXTRACT_ACTIVATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTIVATION_ID
Columns
Name Datatype Length Mandatory Comments
ACTIVATION_ID NUMBER (15) Yes System generated primary key
FORMAT_CODE VARCHAR2 (30) Yes Indicates which format is associated with the extract
FIELD_NAME VARCHAR2 (100) Yes Name of the field
ACTIVE_FLAG VARCHAR2 (1) Yes Y or N to indicate whether the field is active within the format
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number
Query Text

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


SELECT ACTIVATION_ID
,      FORMAT_CODE
,      FIELD_NAME
,      ACTIVE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IBY.IBY_EXTRACT_ACTIVATIONS;

Dependencies

[top of page]

IBY.IBY_EXTRACT_ACTIVATIONS does not reference any database object

IBY.IBY_EXTRACT_ACTIVATIONS is referenced by following:

SchemaIBY
ViewIBY_EXTRACT_ACTIVATIONS#