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


VIEW: APPS.PAFV_EXPENDITURE_CATEGORIES

Object Details
Object Name: PAFV_EXPENDITURE_CATEGORIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PAFV_EXPENDITURE_CATEGORIES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A Business Intelligence System view


This shows information about classification of expenditure types into cost groups.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_CATEGORY VARCHAR2 (30) Yes Expenditure Category
DESCRIPTION VARCHAR2 (250)
Description
START_EFFECTIVE_DATE DATE
Yes Start Effective Date
END_EFFECTIVE_DATE DATE

End Effective Date
_DF CHAR (41)
Descriptive Flexfield
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
Query Text

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


SELECT EXPENDITURE_CATEGORY
,      DESCRIPTION
,      START_EFFECTIVE_DATE
,      END_EFFECTIVE_DATE
,      _DF
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.PAFV_EXPENDITURE_CATEGORIES;

Dependencies

[top of page]

APPS.PAFV_EXPENDITURE_CATEGORIES references the following:

SchemaAPPS
SynonymPA_EXPENDITURE_CATEGORIES

APPS.PAFV_EXPENDITURE_CATEGORIES is not referenced by any database object