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


TABLE: EGO.EGO_MAPPINGS_B

Object Details
Object Name: EGO_MAPPINGS_B
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_MAPPINGS_B
Subobject Name:
Status: VALID


Holds the mapping data for attribute to parameter mapping of a function


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_MAPPINGS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNC_PARAM_ID
ColumnMAPPED_OBJ_PK1_VAL
ColumnMAPPED_OBJ_TYPE
ColumnFUNCTION_ID
ColumnMAPPED_TO_GROUP_TYPE
ColumnMAPPED_TO_GROUP_PK1
ColumnMAPPED_TO_GROUP_PK2
ColumnMAPPED_TO_GROUP_PK3
ColumnMAPPED_ATTRIBUTE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
FUNCTION_ID NUMBER (15) Yes Identifier for the Function whose Parameter is to be mapped (foreign key to EGO_FUNCTIONS_B)
MAPPED_OBJ_TYPE VARCHAR2 (30) Yes Lookup indicating whether the Function is a "Prompt", "Visibility", or an "Action" Function
MAPPED_OBJ_PK1_VAL VARCHAR2 (50) Yes Identifier for the entity to which the Function is mapped (currently this is always an Action, so it is the Action ID)
FUNC_PARAM_ID NUMBER (15) Yes Identifier for the Parameter to be mapped (foreign key to EGO_FUNC_PARAMS_B)
MAPPED_TO_GROUP_TYPE VARCHAR2 (30)
Lookup indicating whether the Parameter is mapped to an Attribute Group value, an Object Primary Key value, or another of the Object attribute values
MAPPED_TO_GROUP_PK1 VARCHAR2 (50)
First Primary Key for whatever has the values to which the Parameter is mapped (i.e., either the Object or Attribute Group)
MAPPED_TO_GROUP_PK2 VARCHAR2 (50)
Second Primary Key for whatever has the values to which the Parameter is mapped (i.e., either the Object or Attribute Group)
MAPPED_TO_GROUP_PK3 VARCHAR2 (50)
Third Primary Key for whatever has the values to which the Parameter is mapped (i.e., either the Object or Attribute Group)
MAPPED_ATTRIBUTE VARCHAR2 (50)
Name of whatever will supply the Parameter its value (i.e., the Attribute Group Attribute, Object Primary Key, or other Object attribute)
CREATED_BY NUMBER (15) Yes One of the five standard "WHO" columns
CREATION_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATED_BY NUMBER (15) Yes One of the five standard "WHO" columns
LAST_UPDATE_DATE DATE
Yes One of the five standard "WHO" columns
LAST_UPDATE_LOGIN NUMBER (15)
One of the five standard "WHO" columns
MAPPED_UOM_PARAMETER NUMBER (15)
Holds the parameter in the function mapped for getting the UOM value
FIXED_UOM VARCHAR2 (3)
Holds the value of the UOM to be passed in for the attribute mapped
VALUE_UOM_SOURCE VARCHAR2 (1)
Determines the source of UOM value for the mapping (user entered/fixed etc.)
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT FUNCTION_ID
,      MAPPED_OBJ_TYPE
,      MAPPED_OBJ_PK1_VAL
,      FUNC_PARAM_ID
,      MAPPED_TO_GROUP_TYPE
,      MAPPED_TO_GROUP_PK1
,      MAPPED_TO_GROUP_PK2
,      MAPPED_TO_GROUP_PK3
,      MAPPED_ATTRIBUTE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MAPPED_UOM_PARAMETER
,      FIXED_UOM
,      VALUE_UOM_SOURCE
,      ZD_EDITION_NAME
FROM EGO.EGO_MAPPINGS_B;

Dependencies

[top of page]

EGO.EGO_MAPPINGS_B does not reference any database object

EGO.EGO_MAPPINGS_B is referenced by following:

SchemaEGO
ViewEGO_MAPPINGS_B#