[Home] [Help]
[Dependency Information]
| Object Name: | IGW_ROLES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.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.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_ROLES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ROLE_ID
|
| 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 |
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;
IGW.IGW_ROLES does not reference any database object
IGW.IGW_ROLES is referenced by following:
APPS
IGW_ROLES
|
|
|
|