[Home] [Help]
[Dependency Information]
Object Name: | IGI_MPP_EXPENSE_RULES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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_EXPENSE_RULES contains expense accounts and associated accounting rules. It is based on IGI_MPP_EXPENSE_RULES_ALL table.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
EXPENSE_CCID | NUMBER | (15) | Yes | Expense 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 associated default accounting rule |
ENABLED_FLAG | VARCHAR2 | (1) | Indicates if mechanism for associating default accounting rule with expense account is enabled | |
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
, EXPENSE_CCID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, DEFAULT_ACCOUNTING_RULE_ID
, ENABLED_FLAG
, LAST_UPDATE_LOGIN
, ORG_ID
FROM APPS.IGI_MPP_EXPENSE_RULES;
|
|
|