DBA Data[Home] [Help] [Dependency Information]


TABLE: GMS.GMS_IND_COST_CODES

Object Details
Object Name: GMS_IND_COST_CODES
Object Type: TABLE
Owner: GMS
FND Design Data: TableGMS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMS_IND_COST_CODE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnIND_COST_CODE
Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT IND_COST_CODE
,      REPORT_DIRECT_FLAG
FROM GMS.GMS_IND_COST_CODES;

Dependencies

[top of page]

GMS.GMS_IND_COST_CODES does not reference any database object

GMS.GMS_IND_COST_CODES is referenced by following:

SchemaGMS
ViewGMS_IND_COST_CODES#