[Home] [Help]
[Dependency Information]
Object Name: | GMS_AWARD_EXP_TYPE_ACT_COST |
---|---|
Object Type: | TABLE |
Owner: | GMS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GMS_AWARD_EXP_TYPE_ACT_COST stores the cumulative raw expenditure amount for an award and expenditure type. This table is used for applying limits on burdening by award and expenditure type.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GMS_AWARD_EXP_TYPE_ACT_COST_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AWARD_ID | NUMBER | (15) | Yes | Award identifier for which current actual expenditure amount is maintained |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | Expenditure type for which current actual expenditure amount is maintained |
REQ_RAW_COST | NUMBER | Yes | REQ cumulative expenditure amount for an award and expenditure type up to current date | |
PO_RAW_COST | NUMBER | PO cumulative expenditure amount for an award and expenditure type up to current date | ||
ENC_RAW_COST | NUMBER | ENC cumulative expenditure amount for an award and expenditure type up to current date | ||
AP_RAW_COST | NUMBER | AP cumulative expenditure amount for an award and expenditure type up to current date | ||
EXP_RAW_COST | NUMBER | EXP cumulative expenditure amount for an award and expenditure type up to current date | ||
REQ_BURDENABLE_COST | NUMBER | REQ cumulative burdenable amount for an award and expenditure type up to current date | ||
PO_BURDENABLE_COST | NUMBER | PO cumulative burdenable amount for an award and expenditure type up to current date | ||
ENC_BURDENABLE_COST | NUMBER | ENC cumulative burdenable amount for an award and expenditure type up to current date | ||
AP_BURDENABLE_COST | NUMBER | AP cumulative burdenable amount for an award and expenditure type up to current date | ||
EXP_BURDENABLE_COST | NUMBER | EXP cumulative burdenable amount for an award and expenditure type up to current date | ||
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATED_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT AWARD_ID
, EXPENDITURE_TYPE
, REQ_RAW_COST
, PO_RAW_COST
, ENC_RAW_COST
, AP_RAW_COST
, EXP_RAW_COST
, REQ_BURDENABLE_COST
, PO_BURDENABLE_COST
, ENC_BURDENABLE_COST
, AP_BURDENABLE_COST
, EXP_BURDENABLE_COST
, CREATED_BY
, CREATED_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM GMS.GMS_AWARD_EXP_TYPE_ACT_COST;
GMS.GMS_AWARD_EXP_TYPE_ACT_COST does not reference any database object
GMS.GMS_AWARD_EXP_TYPE_ACT_COST is referenced by following:
|
|
|