[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_ITEM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AW_ITEM
|
| Subobject Name: | |
| Status: | VALID |
IGF_AW_ITEM stores the different cost of attendance items.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AW_ITEM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ITEM_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_CODE | VARCHAR2 | (30) | Yes | Unique code for each cost of attendance item |
| DESCRIPTION | VARCHAR2 | (80) | Long name for cost of attendance item code | |
| ACTIVE | VARCHAR2 | (30) | Yes | Indicator that specifies whether cost of attendance item is active. Setting check box to inactive prevents use of cost of attendance item in new or modified records. |
| 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 | |
| ITEM_CATEGORY_CODE | VARCHAR2 | (30) | COA Item Category |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_CODE
, DESCRIPTION
, ACTIVE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ITEM_CATEGORY_CODE
FROM IGF.IGF_AW_ITEM;
IGF.IGF_AW_ITEM does not reference any database object
IGF.IGF_AW_ITEM is referenced by following:
APPS
IGF_AW_ITEM
|
|
|
|