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


TABLE: IGI.IGI_IMP_IAC_CONTROLS

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


IGI_IMP_IAC_CONTROLS stores the parameters used for submitting the Inflation Accounting Data Preparation Process


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book type code of the source book (Tax or Corporate ) chosen for the data preparation process
CORP_BOOK VARCHAR2 (15) Yes Related Corporate book. If a tax book is selected as the source for the data preparation process then this column will store it's associated corporate book. If a corporate book is selected as the source then this column will store the same corporate book.
PERIOD_COUNTER NUMBER (15) Yes Current open period counter for the corporate Book.
REQUEST_STATUS VARCHAR2 (1) Yes Stores the current status of the data preparation process. R - RunningC - CompletedE - Error
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
REQUEST_DATE DATE

Request Id of the data preparation program
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_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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_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 BOOK_TYPE_CODE
,      CORP_BOOK
,      PERIOD_COUNTER
,      REQUEST_STATUS
,      REQUEST_ID
,      REQUEST_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_IMP_IAC_CONTROLS;

Dependencies

[top of page]

IGI.IGI_IMP_IAC_CONTROLS does not reference any database object

IGI.IGI_IMP_IAC_CONTROLS is referenced by following:

SchemaAPPS
SynonymIGI_IMP_IAC_CONTROLS