[Home] [Help]
[Dependency Information]
Object Name: | IGW_INSTITUTE_RATES |
---|---|
Object Type: | TABLE |
Owner: | IGW |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGW_INSTITUTE_RATES stores rate information about a particular activity type, location, fiscal year, rate class, and rate type. These rates are used in budget calculations.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGW_INSTITUTE_RATES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
RATE_CLASS_ID | NUMBER | (10) | Yes | Rate class identifier |
RATE_TYPE_ID | NUMBER | (10) | Yes | Rate type identifier |
ACTIVITY_TYPE_CODE | VARCHAR2 | (30) | Yes | Activity type. Values are taken from the lookups IGW_ACTIVITY_TYPES. |
FISCAL_YEAR | NUMBER | (4) | Yes | No Longer Used |
LOCATION_CODE | VARCHAR2 | (30) | Yes | Indicates the location for which the rates are valid. Values are taken from the lookups IGW_LOCATION. |
START_DATE | DATE | Yes | First effective start date for the associated rate | |
RATE | NUMBER | (5) | Yes | Rate associated with a particular rate class, rate type, activity type, location, and fiscal year for budgeting purposes |
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 |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT RATE_CLASS_ID
, RATE_TYPE_ID
, ACTIVITY_TYPE_CODE
, FISCAL_YEAR
, LOCATION_CODE
, START_DATE
, RATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM IGW.IGW_INSTITUTE_RATES;
IGW.IGW_INSTITUTE_RATES does not reference any database object
IGW.IGW_INSTITUTE_RATES is referenced by following:
|
|
|