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


TABLE: IGI.IGI_IAC_BOOK_CONTROLS

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


IGI_IAC_BOOK_CONTROLS has the information of the books, sources and categories used for Inflation Accounting.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BOOK_TYPE_CODE VARCHAR2 (15) Yes Sequence generated id to uniquely identify a record in the Dictionary
GL_JE_SOURCE VARCHAR2 (25) Yes Name of the entity to be registered and ranked
JE_IAC_DEPRN_CATEGORY VARCHAR2 (25) Yes Inflation Accounting Journal Entry for Depreciation categories
JE_IAC_REVAL_CATEGORY VARCHAR2 (25) Yes Inflation Accounting Journal Entry for Revaluation categories
JE_IAC_TXN_CATEGORY VARCHAR2 (25) Yes Inflation Accounting Journal Entry for Transaction Categories
PERIOD_NUM_FOR_CATCHUP NUMBER (3) Yes The period number for catchup
ORG_ID NUMBER

Organization identifier
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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).
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).
Query Text

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


SELECT BOOK_TYPE_CODE
,      GL_JE_SOURCE
,      JE_IAC_DEPRN_CATEGORY
,      JE_IAC_REVAL_CATEGORY
,      JE_IAC_TXN_CATEGORY
,      PERIOD_NUM_FOR_CATCHUP
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_IAC_BOOK_CONTROLS;

Dependencies

[top of page]

IGI.IGI_IAC_BOOK_CONTROLS does not reference any database object

IGI.IGI_IAC_BOOK_CONTROLS is referenced by following:

SchemaAPPS
SynonymIGI_IAC_BOOK_CONTROLS