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


TABLE: IGW.IGW_ORG_MAPS_ALL

Object Details
Object Name: IGW_ORG_MAPS_ALL
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_ORG_MAPS_ALL
Subobject Name:
Status: VALID


IGW_ORG_MAPS_ALL stores proposal routing and notification maps for an organization. A map is a sequence of stops. Each stop has at least one primary approver and can have one or more alternate approvers.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_ORG_MAPS_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAP_ID
IGW_ORG_MAPS_ALL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDESCRIPTION
Columns
Name Datatype Length Mandatory Comments
MAP_ID NUMBER (10) Yes Map identifier
ORGANIZATION_ID NUMBER (15) Yes Organization identifier. Identifies the organization for which the map is created.
DESCRIPTION VARCHAR2 (30) Yes Map name
ORG_ID NUMBER (15)
Operating unit identifier for multiple organizations
START_DATE_ACTIVE DATE
Yes First effective date of a map
END_DATE_ACTIVE DATE

Last effective date of a map
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT MAP_ID
,      ORGANIZATION_ID
,      DESCRIPTION
,      ORG_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM IGW.IGW_ORG_MAPS_ALL;

Dependencies

[top of page]

IGW.IGW_ORG_MAPS_ALL does not reference any database object

IGW.IGW_ORG_MAPS_ALL is referenced by following:

SchemaAPPS
SynonymIGW_ORG_MAPS_ALL