[Home] [Help]
[Dependency Information]
| Object Name: | GMS_ALLOWABLE_EXPENDITURES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.GMS_ALLOWABLE_EXPENDITURES
|
| Subobject Name: | |
| Status: | VALID |
GMS_ALLOWABLE_EXPENDITURES stores information about what expenditure types are allowed for a particular schedule and what the burden limits are for those expenditure types.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_ALLOWABLE_EXPENDITURES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ALLOWABILITY_SCHEDULE_ID
EXPENDITURE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALLOWABILITY_SCHEDULE_ID | NUMBER | (15) | Yes | Foreign key from GMS_ALLOWABILITY_SCHEDULES. The schedule identifier for which allowable expenditure types are to be defined. |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | Allowable expenditure type for this schedule. Foreign key from PA_EXPENDITURE_TYPES. |
| BURDEN_COST_LIMIT | NUMBER | (22) | Amount of raw cost of that expenditure type, up to which burden cost can be charged | |
| BURDEN_COST_LIMIT_PCT | NUMBER | (22) | Percentage of raw cost of that expenditure type, up to which burden cost can be calculated. Not currently used. | |
| 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 |
| MTDC_EXEMPT_FLAG | VARCHAR2 | (1) | Indicates whether expenditure type is exempted from Modified Total Direct Cost, MTDC, or not. Y indicates Exempted and N indicates Not Exempted. |
Cut, paste (and edit) the following text to query this object:
SELECT ALLOWABILITY_SCHEDULE_ID
, EXPENDITURE_TYPE
, BURDEN_COST_LIMIT
, BURDEN_COST_LIMIT_PCT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, MTDC_EXEMPT_FLAG
FROM GMS.GMS_ALLOWABLE_EXPENDITURES;
GMS.GMS_ALLOWABLE_EXPENDITURES does not reference any database object
GMS.GMS_ALLOWABLE_EXPENDITURES is referenced by following:
GMS
GMS_ALLOWABLE_EXPENDITURES#
|
|
|
|