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


VIEW: APPS.IGI_MPP_SETUP

Object Details
Object Name: IGI_MPP_SETUP
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_MPP_SETUP
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGI_MPP_SETUP references the following:

SchemaAPPS
SynonymIGI_MPP_SETUP_ALL
APPS.IGI_MPP_SETUP is referenced by following:

SchemaAPPS
Package BodyIGIPMGLT - show dependent code
Package BodyIGIPMSDA - show dependent code
Package BodyIGIPMSLR - show dependent code
Package BodyIGI_MPP_SETUP_PKG - show dependent code
ViewIGI_MPP_SETUP_V