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


TABLE: IGI.IGI_EER_SETUP

Object Details
Object Name: IGI_EER_SETUP
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_EER_SETUP
Subobject Name:
Status: VALID


IGI_EER_SETUP holds the setup information for the General Ledger Drill-Down screens. It is used to define which physical segments in GL_CODE_COMBINATIONS are required for the logical levels of the Drill-Down inquiry.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_EER_SETUP_F1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGL_SET_OF_BOOKS_ID
Columns
Name Datatype Length Mandatory Comments
GL_SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
LEVEL_1 NUMBER (10) Yes Level 1 segment identifier
LEVEL_2 NUMBER (10) Yes Level 2 segment identifier
LEVEL_3 NUMBER (10) Yes Level 3 segment identifier
LEVEL_4 NUMBER (10) Yes Level 4 segment identifier
LEVEL_5 NUMBER (10)
Level 5 segment identifier
LEVEL_6 NUMBER (10)
Level 6 segment identifier
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT GL_SET_OF_BOOKS_ID
,      LEVEL_1
,      LEVEL_2
,      LEVEL_3
,      LEVEL_4
,      LEVEL_5
,      LEVEL_6
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_EER_SETUP;

Dependencies

[top of page]

IGI.IGI_EER_SETUP does not reference any database object

IGI.IGI_EER_SETUP is referenced by following:

SchemaAPPS
SynonymIGI_EER_SETUP