[Home] [Help]
[Dependency Information]
| Object Name: | GMS_IND_COST_CODES |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.GMS_IND_COST_CODES
|
| Subobject Name: | |
| Status: | VALID |
GMS_IND_COST_CODES stores the additional information for each indirect cost code maintained in the PA_IND_COST_CODES table. There is a one-to-one relationship between PA_IND_COST_CODES and GMS_IND_COST_CODES.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_IND_COST_CODE_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
IND_COST_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IND_COST_CODE | VARCHAR2 | (30) | Yes | Indirect cost code |
| REPORT_DIRECT_FLAG | VARCHAR2 | (1) | Indicates if the indirect cost should be reported as direct costing the 1034 or 1035 reports |
Cut, paste (and edit) the following text to query this object:
SELECT IND_COST_CODE
, REPORT_DIRECT_FLAG
FROM GMS.GMS_IND_COST_CODES;
GMS.GMS_IND_COST_CODES does not reference any database object
GMS.GMS_IND_COST_CODES is referenced by following:
GMS
GMS_IND_COST_CODES#
|
|
|
|