[Home] [Help]
[Dependency Information]
Object Name: | IGW_PROP_RATES |
---|---|
Object Type: | TABLE |
Owner: | IGW |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGW_PROP_RATES stores rates that override the ones defined in setup. These rates are specific for a budget version. For overhead, employee benefits, or inflation calculations, rates defined in this table are applied instead of those defined in setup.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGW_PROP_RATES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROPOSAL_ID | NUMBER | (15) | Yes | Proposal identifier |
VERSION_ID | NUMBER | (4) | Yes | Identifier for a budget version |
RATE_CLASS_ID | NUMBER | (10) | Yes | Rate class identifier |
RATE_TYPE_ID | NUMBER | (10) | Yes | Rate type identifier |
FISCAL_YEAR | VARCHAR2 | (4) | Yes | Fiscal year |
LOCATION_CODE | VARCHAR2 | (30) | Yes | Indicates the location. Values are taken from the lookups IGW_LOCATION. |
ACTIVITY_TYPE_CODE | VARCHAR2 | (30) | Yes | Activity type. Values are taken from the lookups IGW_ACTIVITY_TYPES. |
START_DATE | DATE | Yes | First effective start date for the overriding rate | |
APPLICABLE_RATE | NUMBER | (5) | Yes | Overriding rate associated with a particular rate class, rate type, activity type, location, and fiscal year for budgeting purposes |
INSTITUTE_RATE | NUMBER | (5) | Setup 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 |
RECORD_VERSION_NUMBER | NUMBER | Yes | Field for storing locking sequence number |
Cut, paste (and edit) the following text to query this object:
SELECT PROPOSAL_ID
, VERSION_ID
, RATE_CLASS_ID
, RATE_TYPE_ID
, FISCAL_YEAR
, LOCATION_CODE
, ACTIVITY_TYPE_CODE
, START_DATE
, APPLICABLE_RATE
, INSTITUTE_RATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, RECORD_VERSION_NUMBER
FROM IGW.IGW_PROP_RATES;
IGW.IGW_PROP_RATES does not reference any database object
IGW.IGW_PROP_RATES is referenced by following:
|
|
|