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


TABLE: IGW.IGW_ROLES

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


IGW_ROLES stores information about proposal roles. It also includes the start date and end date
for a role, which determines which roles are active at any particular time.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_ROLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnROLE_ID
Columns
Name Datatype Length Mandatory Comments
ROLE_ID NUMBER (10) Yes Role identifier
START_DATE_ACTIVE DATE
Yes First effective date of role
END_DATE_ACTIVE DATE

Last effective date of role
SEEDED_FLAG VARCHAR2 (1)
Flag that determines if the role has been seeded or use-defined. Possible values are Y and NULL.
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 ROLE_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      SEEDED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM IGW.IGW_ROLES;

Dependencies

[top of page]

IGW.IGW_ROLES does not reference any database object

IGW.IGW_ROLES is referenced by following:

SchemaAPPS
SynonymIGW_ROLES