[Home] [Help]
[Dependency Information]
| Object Name: | IGI_IAC_BOOK_CONTROLS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_IAC_BOOK_CONTROLS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
IGI_IAC_BOOK_CONTROLS_V is a view which is intended for IAC accounting options form to be secured by book.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier | |
| BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Book Identifier |
| GL_JE_SOURCE | VARCHAR2 | (25) | Yes | Name of the Journal Source |
| 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 forRevaluation Categories |
| JE_IAC_TXN_CATEGORY | VARCHAR2 | (25) | Yes | Inflation Accounting Journal Entry forTransaction 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_UPDATE_BY | NUMBER | (15) | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, 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_UPDATE_BY
FROM APPS.IGI_IAC_BOOK_CONTROLS_V;
APPS
FA_BOOK_CONTROLS_SEC
IGI_IAC_BOOK_CONTROLS
APPS.IGI_IAC_BOOK_CONTROLS_V is not referenced by any database object
|
|
|
|