[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_LKUP_OVD_DET |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AW_LKUP_OVD_DET
|
| Subobject Name: | |
| Status: | VALID |
Stores lookup codes corresponding to a specific lookup type that need to be excluded in the System Award year
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AW_LKUP_OVD_DET_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SYS_AWARD_YEAR
LOOKUP_TYPE
LOOKUP_CODE
|
| 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 |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | Indicates the lookup code that would be excluded for a 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
, LOOKUP_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGF.IGF_AW_LKUP_OVD_DET;
IGF.IGF_AW_LKUP_OVD_DET does not reference any database object
IGF.IGF_AW_LKUP_OVD_DET is referenced by following:
APPS
IGF_AW_LKUP_OVD_DET
|
|
|
|