[Home] [Help]
[Dependency Information]
| Object Name: | IGI_MPP_SETUP |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_MPP_SETUP
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
IGI_MPP_SETUP contains setup information for Multi Period Posting. It is based on IGI_MPP_SETUP_ALL table.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| FUTURE_POSTING_CCID | NUMBER | (15) | Yes | Future posting account |
| 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. | |
| 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. | |
| DEFAULT_ACCOUNTING_RULE_ID | NUMBER | (15) | Yes | Identifier for default accounting rule |
| JE_CATEGORY_NAME | VARCHAR2 | (25) | Yes | Multi Period Posting Journal category |
| JE_SOURCE_NAME | VARCHAR2 | (25) | Yes | Multi Period Posting Journal source |
| 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). | |
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, FUTURE_POSTING_CCID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, DEFAULT_ACCOUNTING_RULE_ID
, JE_CATEGORY_NAME
, JE_SOURCE_NAME
, LAST_UPDATE_LOGIN
, ORG_ID
FROM APPS.IGI_MPP_SETUP;
APPS
IGI_MPP_SETUP_ALL
APPS
IGIPMGLT
- show dependent code
IGIPMSDA
- show dependent code
IGIPMSLR
- show dependent code
IGI_MPP_SETUP_PKG
- show dependent code
IGI_MPP_SETUP_V
|
|
|
|