[Home] [Help]
[Dependency Information]
| Object Name: | IGW_RATE_CLASSES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGW |
| FND Design Data: | IGW.IGW_RATE_CLASSES
|
| Subobject Name: | |
| Status: | VALID |
IGW_RATE_CLASSES stores information about rate classes. Rate classes include Inflation, Employee Benefits, and Overhead. Overhead is categorized into Modified Total Direct Cost, Salaries and Wages, and Other.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGW_RATE_CLASSES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RATE_CLASS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RATE_CLASS_ID | NUMBER | (10) | Yes | Rate class identifier |
| DESCRIPTION | VARCHAR2 | (250) | Yes | Rate class description |
| RATE_CLASS_TYPE | VARCHAR2 | (1) | Yes | Rate class type. Possible values are O for Overhead, I for Inflation, and E for Employee benefits. |
| OVERHEAD_TYPE | VARCHAR2 | (6) | Overhead type. Possible values are Modified Total Direct Cost, Salaries and Wages, and Other. | |
| 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 RATE_CLASS_ID
, DESCRIPTION
, RATE_CLASS_TYPE
, OVERHEAD_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM IGW.IGW_RATE_CLASSES;
IGW.IGW_RATE_CLASSES does not reference any database object
IGW.IGW_RATE_CLASSES is referenced by following:
APPS
IGW_RATE_CLASSES
|
|
|
|