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


VIEW: APPS.POR_EXPENDITURE_LOV_V

Object Details
Object Name: POR_EXPENDITURE_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_EXPENDITURE_LOV_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The POR_EXPENDITURE_LOV_V view returns a list of expenditure that allows the user to choose to be the expenditure the purchasing item belongs to.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_TYPE VARCHAR2 (30) Yes Expenditure type
DESCRIPTION VARCHAR2 (250)
Description
START_DATE_ACTIVE DATE
Yes Active start date
END_DATE_ACTIVE DATE

Active end date
Query Text

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


SELECT EXPENDITURE_TYPE
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.POR_EXPENDITURE_LOV_V;

Dependencies

[top of page]

APPS.POR_EXPENDITURE_LOV_V references the following:

SchemaAPPS
ViewPA_EXPENDITURE_TYPES_EXPEND_V

APPS.POR_EXPENDITURE_LOV_V is not referenced by any database object