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


TABLE: IGI.IGI_IMP_IAC_INTERFACE_CTRL

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


IGI_IMP_IAC_INTERFACE_CTRL stores information about the status of each category of a book that has been chosen for data preparation. When the data prepartion process has run for a book, this table will store one row for each category of that book.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
BOOK_TYPE_CODE VARCHAR2 (15) Yes Tax or Corporate book used for the data preparation process
CATEGORY_ID NUMBER (15) Yes Category Id
TRANSFER_REQUEST_ID NUMBER (15)
Transfer to Inflation Accounting concurrent request Id
TRANSFER_STATUS VARCHAR2 (1) Yes Stores the status of the last Transfer to Inflation Accounting process run for this book and category combination.
TRANSFER_REQUEST_DATE DATE

Last transfer to Inflation Accounting process run date
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
,      CATEGORY_ID
,      TRANSFER_REQUEST_ID
,      TRANSFER_STATUS
,      TRANSFER_REQUEST_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_IMP_IAC_INTERFACE_CTRL;

Dependencies

[top of page]

IGI.IGI_IMP_IAC_INTERFACE_CTRL does not reference any database object

IGI.IGI_IMP_IAC_INTERFACE_CTRL is referenced by following:

SchemaAPPS
SynonymIGI_IMP_IAC_INTERFACE_CTRL