[Home] [Help]
[Dependency Information]
| Object Name: | GCS_LEX_MAP_SEQUENCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GCS.GCS_LEX_MAP_SEQUENCES_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
GCS_LEX_MAP_SEQUENCES_V is a view used by the Interface Data Transformer application so that you can view your Transformation Rule Sets in a hierarchical fashion. The view retrieves the rule, derivation, derivation sequence number, derivation type, and condition text to be shown in the Interface Data Transformer Create Rule Set: Details page.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ID | NUMBER | (15) | Yes | Rule identifier |
| DERIVATION_ID | NUMBER | (15) | Yes | Derivation identifier |
| DERIVATION_SEQUENCE | NUMBER | Yes | Sequence number for this derivation | |
| CONDITION | VARCHAR2 | (4000) | The condition that must be satisfied by the source column values for the derivation action to be applied. | |
| DERIVATION_TYPE | VARCHAR2 | (80) | Yes | The type of action used to derive the target value: String Function, Lookup Table, or PL/SQL Function. |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, DERIVATION_ID
, DERIVATION_SEQUENCE
, CONDITION
, DERIVATION_TYPE
FROM APPS.GCS_LEX_MAP_SEQUENCES_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUP_VALUES
GCS_LEX_MAP_DERIVATIONS
GCS_LEX_MAP_PKG
- show dependent code
APPS.GCS_LEX_MAP_SEQUENCES_V is not referenced by any database object
|
|
|
|