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


TABLE: IGW.IGW_EXPENDITURE_TYPES

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


IGW_EXPENDITURE_TYPES stores expenditure types that are used for budgeting purposes.
It also contains information about the expenditure categories to which the expenditure type
belongs.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGW_EXPENDITURE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENDITURE_TYPE
Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_CATEGORY VARCHAR2 (30) Yes Expenditure category
EXPENDITURE_TYPE VARCHAR2 (30) Yes Expenditure type
DESCRIPTION VARCHAR2 (250)
Expenditure type description
START_DATE_ACTIVE DATE
Yes First effective date for the expenditure type
END_DATE_ACTIVE DATE

Last effective date for the expenditure type
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
,      EXPENDITURE_TYPE
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM IGW.IGW_EXPENDITURE_TYPES;

Dependencies

[top of page]

IGW.IGW_EXPENDITURE_TYPES does not reference any database object

IGW.IGW_EXPENDITURE_TYPES is referenced by following:

SchemaAPPS
SynonymIGW_EXPENDITURE_TYPES