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


TABLE: IEU.IEU_WP_NODE_SECTION_MAPS

Object Details
Object Name: IEU_WP_NODE_SECTION_MAPS
Object Type: TABLE
Owner: IEU
FND Design Data: TableIEU.IEU_WP_NODE_SECTION_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_NODE_SECTION_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnWP_NODE_SECTION_MAP_ID
Columns
Name Datatype Length Mandatory Comments
WP_NODE_SECTION_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

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.
ENUM_TYPE_UUID VARCHAR2 (32) Yes 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.
SECTION_ID NUMBER (15) Yes Section ID to be mapped to the Work-Node
SECTION_MAP_SEQUENCE NUMBER (5)
Section mapping sequence for the display.
NOT_VALID_FLAG VARCHAR2 (5)
Indicates whether the row is valid or should be ignored.
Query Text

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


SELECT WP_NODE_SECTION_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
,      ENUM_TYPE_UUID
,      SECTION_ID
,      SECTION_MAP_SEQUENCE
,      NOT_VALID_FLAG
FROM IEU.IEU_WP_NODE_SECTION_MAPS;

Dependencies

[top of page]

IEU.IEU_WP_NODE_SECTION_MAPS does not reference any database object

IEU.IEU_WP_NODE_SECTION_MAPS is referenced by following:

SchemaIEU
ViewIEU_WP_NODE_SECTION_MAPS#