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


TABLE: GCS.GCS_LEX_MAP_DERIVATIONS

Object Details
Object Name: GCS_LEX_MAP_DERIVATIONS
Object Type: TABLE
Owner: GCS
FND Design Data: TableGCS.GCS_LEX_MAP_DERIVATIONS
Subobject Name:
Status: VALID


GCS_LEX_MAP_DERIVATIONS contains the derivation actions for populating a particular target column for a rule. Each derivation has a sequence number associated with it in the rule.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GCS_LEX_MAP_DERIVATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDERIVATION_ID
GCS_LEX_MAP_DERIVATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
ColumnDERIVATION_SEQUENCE
Columns
Name Datatype Length Mandatory Comments
DERIVATION_ID NUMBER (15) Yes Derivation identifier
RULE_ID NUMBER (15) Yes Rule identifier
DERIVATION_SEQUENCE NUMBER
Yes Sequence number for this derivation
DERIVATION_TYPE_CODE VARCHAR2 (30) Yes STR(String Function), PLS(PL/SQL Function), or LUT(Lookup Table)
LOOKUP_TABLE_ID NUMBER (15)
Lookup table used if the derivation type is Lookup Table
LOOKUP_RESULT_COLUMN_ID NUMBER (15)
Result column used in the Lookup table if the derivation type is Lookup Table
FUNCTION_NAME VARCHAR2 (100)
PL/SQL function used if the derivation type is PL/SQL
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_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 DERIVATION_ID
,      RULE_ID
,      DERIVATION_SEQUENCE
,      DERIVATION_TYPE_CODE
,      LOOKUP_TABLE_ID
,      LOOKUP_RESULT_COLUMN_ID
,      FUNCTION_NAME
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GCS.GCS_LEX_MAP_DERIVATIONS;

Dependencies

[top of page]

GCS.GCS_LEX_MAP_DERIVATIONS does not reference any database object

GCS.GCS_LEX_MAP_DERIVATIONS is referenced by following:

SchemaAPPS
SynonymGCS_LEX_MAP_DERIVATIONS