[Home] [Help]
[Dependency Information]
| Object Name: | IGW_EXPENDITURE_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.IGW_EXPENDITURE_TYPES
|
| Subobject Name: | |
| Status: | VALID |
IGW_EXPENDITURE_TYPES stores expenditure types that are used for budgeting purposes.
It also contains information about the expenditure categories to which the expenditure type
belongs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_EXPENDITURE_TYPES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPENDITURE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXPENDITURE_CATEGORY | VARCHAR2 | (30) | Yes | Expenditure category |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | Expenditure type |
| DESCRIPTION | VARCHAR2 | (250) | Expenditure type description | |
| START_DATE_ACTIVE | DATE | Yes | First effective date for the expenditure type | |
| END_DATE_ACTIVE | DATE | Last effective date for the expenditure type | ||
| 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 EXPENDITURE_CATEGORY
, EXPENDITURE_TYPE
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM IGW.IGW_EXPENDITURE_TYPES;
IGW.IGW_EXPENDITURE_TYPES does not reference any database object
IGW.IGW_EXPENDITURE_TYPES is referenced by following:
APPS
IGW_EXPENDITURE_TYPES
|
|
|
|