[Home] [Help]
[Dependency Information]
| Object Name: | GCS_LEX_MAP_DERIVATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | GCS |
| FND Design Data: | GCS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GCS_LEX_MAP_DERIVATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DERIVATION_ID
|
| GCS_LEX_MAP_DERIVATIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RULE_ID
DERIVATION_SEQUENCE
|
| 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 |
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;
GCS.GCS_LEX_MAP_DERIVATIONS does not reference any database object
GCS.GCS_LEX_MAP_DERIVATIONS is referenced by following:
APPS
GCS_LEX_MAP_DERIVATIONS
|
|
|
|