[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_LKUPS_OVRD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AW_LKUPS_OVRD
|
| Subobject Name: | |
| Status: | VALID |
Stores the System Award year with lookup types whose lookup codes need to be excluded
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AW_LKUPS_OVRD_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SYS_AWARD_YEAR
LOOKUP_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SYS_AWARD_YEAR | VARCHAR2 | (30) | Yes | Stores the System Award year for which the lookup codes need to be excluded |
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | Indicates the lookup type for which the lookup codes will be excluded in the System award year |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT SYS_AWARD_YEAR
, LOOKUP_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGF.IGF_AW_LKUPS_OVRD;
IGF.IGF_AW_LKUPS_OVRD does not reference any database object
IGF.IGF_AW_LKUPS_OVRD is referenced by following:
APPS
IGF_AW_LKUPS_OVRD
|
|
|
|