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


VIEW: APPS.IGI_MPP_EXPENSE_RULES_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique identifier for row in view
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
DEFAULT_ACCOUNTING_RULE_NAME VARCHAR2 (30) Yes Default accounting rule name
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      SET_OF_BOOKS_ID
,      EXPENSE_CCID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      DEFAULT_ACCOUNTING_RULE_ID
,      DEFAULT_ACCOUNTING_RULE_NAME
,      ENABLED_FLAG
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGI_MPP_EXPENSE_RULES_V;

Dependencies

[top of page]

APPS.IGI_MPP_EXPENSE_RULES_V references the following:

SchemaAPPS
ViewIGI_MPP_EXPENSE_RULES
SynonymRA_RULES

APPS.IGI_MPP_EXPENSE_RULES_V is not referenced by any database object