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


TABLE: IEU.IEU_WP_ACTION_MAPS

Object Details
Object Name: IEU_WP_ACTION_MAPS
Object Type: TABLE
Owner: IEU
FND Design Data: TableIEU.IEU_WP_ACTION_MAPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEU_WP_ACTION_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnWP_ACTION_MAP_ID
IEU_WP_ACTION_MAPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnACTION_MAP_CODE
ColumnACTION_MAP_TYPE_CODE
ColumnRESPONSIBILITY_ID
ColumnNOT_VALID_FLAG
IEU_WP_ACTION_MAPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnACTION_PARAM_SET_ID
Columns
Name Datatype Length Mandatory Comments
WP_ACTION_MAP_ID NUMBER (15) Yes Primary Key - Uniquely identifies the Action-Mapping
OBJECT_VERSION_NUMBER NUMBER
Yes Standard column used by HTML utilities.
CREATED_BY NUMBER (15) Yes Standard WHO columns.
CREATION_DATE DATE
Yes Standard WHO columns.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO columns.
LAST_UPDATE_DATE DATE
Yes Standard WHO columns.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO columns.
SECURITY_GROUP_ID NUMBER

Used in hosted environments.
APPLICATION_ID NUMBER
Yes Identifies the application owning the data.
RESPONSIBILITY_ID NUMBER

Identifies the responsibility for which the mapping is valid. When Null, acts like a default mapping for the combination.
ACTION_PARAM_SET_ID NUMBER (15) Yes Action-Parameter Set ID to be mapped to the Work-Node or others based on the Map type code.
ACTION_MAP_TYPE_CODE VARCHAR2 (32)
Indicates the Action-Map Type code, of one or more of the following: 'NODE' - Node based Action-mapping (Actions mapped and populated on Work-node click.) 'UWQ' - Actions always mapped and populated while loggin in the UWQ session.
ACTION_MAP_CODE VARCHAR2 (64)
Indicates the Action-Map code. It's value depends upon the Action-Map type code. For Action-map type code of 'NODE', it is Enum Type UUID (unique for the node.)
ACTION_MAP_SEQUENCE NUMBER (5)
Action mapping sequence for the display.
PANEL_SEC_CAT_CODE VARCHAR2 (32)
Indicates the Panel or Section Category code, for which you may want to map the Actions. This will mainly currently be used by Information Categories like Notes and the Message Categories like 'Work-Item' related etc.
NOT_VALID_FLAG VARCHAR2 (5)
Indicates whether the row is valid or should be ignored.
DEV_DATA_FLAG VARCHAR2 (1)
This column's value differentiates developer defined data from site-leve defined data.
Query Text

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


SELECT WP_ACTION_MAP_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      APPLICATION_ID
,      RESPONSIBILITY_ID
,      ACTION_PARAM_SET_ID
,      ACTION_MAP_TYPE_CODE
,      ACTION_MAP_CODE
,      ACTION_MAP_SEQUENCE
,      PANEL_SEC_CAT_CODE
,      NOT_VALID_FLAG
,      DEV_DATA_FLAG
FROM IEU.IEU_WP_ACTION_MAPS;

Dependencies

[top of page]

IEU.IEU_WP_ACTION_MAPS does not reference any database object

IEU.IEU_WP_ACTION_MAPS is referenced by following:

SchemaAPPS
SynonymIEU_WP_ACTION_MAPS