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


VIEW: APPS.PA_EXPENDITURE_TYPES_RES_V

Object Details
Object Name: PA_EXPENDITURE_TYPES_RES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_EXPENDITURE_TYPES_RES_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
EXPENDITURE_TYPE VARCHAR2 (30) Yes
DESCRIPTION VARCHAR2 (250)
EXPENDITURE_CATEGORY VARCHAR2 (30) Yes
REVENUE_CATEGORY_CODE VARCHAR2 (30) Yes
TRACK_AS_LABOR_FLAG VARCHAR2 (1)
UNIT_OF_MEASURE VARCHAR2 (30) Yes
ROLLUP_QUANTITY_FLAG CHAR (1)
Query Text

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


SELECT EXPENDITURE_TYPE
,      DESCRIPTION
,      EXPENDITURE_CATEGORY
,      REVENUE_CATEGORY_CODE
,      TRACK_AS_LABOR_FLAG
,      UNIT_OF_MEASURE
,      ROLLUP_QUANTITY_FLAG
FROM APPS.PA_EXPENDITURE_TYPES_RES_V;

Dependencies

[top of page]

APPS.PA_EXPENDITURE_TYPES_RES_V references the following:

SchemaAPPS
SynonymPA_EXPENDITURE_TYPES
SynonymPA_EXPEND_TYP_SYS_LINKS
PL/SQL PackagePA_GET_RESOURCE - show dependent code
APPS.PA_EXPENDITURE_TYPES_RES_V is referenced by following:

SchemaAPPS
Package BodyPA_CREATE_RESOURCE - show dependent code
ViewPA_EXPEND_CATEGORIES_RES_V
Package BodyPA_RESOURCE_PUB - show dependent code
ViewPA_REVENUE_CATEGORIES_RES_V