[Home] [Help]
[Dependency Information]
| Object Name: | IGW_EXP_TYPE_RATE_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.IGW_EXP_TYPE_RATE_TYPES
|
| Subobject Name: | |
| Status: | VALID |
IGW_EXP_TYPE_RATE_TYPES stores information about expenditure categories associated with a particular rate class and rate type. An expenditure category can be assigned to only one rate type within a rate class.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_EXP_RATE_TYPES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPENDITURE_CATEGORY
RATE_CLASS_ID
RATE_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXPENDITURE_CATEGORY | VARCHAR2 | (30) | Yes | Expenditure category |
| RATE_CLASS_ID | NUMBER | (10) | Yes | Rate class identifier |
| RATE_TYPE_ID | NUMBER | (10) | Yes | Rate type identifier |
| 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
, RATE_CLASS_ID
, RATE_TYPE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM IGW.IGW_EXP_TYPE_RATE_TYPES;
IGW.IGW_EXP_TYPE_RATE_TYPES does not reference any database object
IGW.IGW_EXP_TYPE_RATE_TYPES is referenced by following:
APPS
IGW_EXP_TYPE_RATE_TYPES
|
|
|
|