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


TABLE: IGW.IGW_EXP_TYPE_RATE_TYPES

Object Details
Object Name: IGW_EXP_TYPE_RATE_TYPES
Object Type: TABLE
Owner: IGW
FND Design Data: TableIGW.IGW_EXP_TYPE_RATE_TYPES
Subobject Name:
Status: VALID


IGW_EXP_TYPE_RATE_TYPES stores information about expenditure categories associated with a particular rate class and rate type. An expenditure category can be assigned to only one rate type within a rate class.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_EXP_RATE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENDITURE_CATEGORY
ColumnRATE_CLASS_ID
ColumnRATE_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_CATEGORY VARCHAR2 (30) Yes Expenditure category
RATE_CLASS_ID NUMBER (10) Yes Rate class identifier
RATE_TYPE_ID NUMBER (10) Yes Rate type identifier
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
Query Text

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


SELECT EXPENDITURE_CATEGORY
,      RATE_CLASS_ID
,      RATE_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM IGW.IGW_EXP_TYPE_RATE_TYPES;

Dependencies

[top of page]

IGW.IGW_EXP_TYPE_RATE_TYPES does not reference any database object

IGW.IGW_EXP_TYPE_RATE_TYPES is referenced by following:

SchemaAPPS
SynonymIGW_EXP_TYPE_RATE_TYPES