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


VIEW: APPS.PA_EI_DENORM_V

Object Details
Object Name: PA_EI_DENORM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_EI_DENORM_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_ID NUMBER (15)
Id of the Expenditure
EXPENDITURE_ITEM_ID NUMBER (15)
Id of the Expenditure Item
TASK_ID NUMBER (15)
Id of the task
EXPENDITURE_TYPE VARCHAR2 (30)
Type of the expenditure
BILLABLE_FLAG VARCHAR2 (1)
Expenditure billable or not
EXPENDITURE_ITEM_DATE DATE

Date of the expenditure Item
QUANTITY NUMBER

Quantity
RAW_COST NUMBER

Raw Cost
DENOM_RAW_COST NUMBER

Transaction Raw Cost
RECEIPT_CURRENCY_CODE VARCHAR2 (15)
Receipt Currency Code
RECEIPT_CURRENCY_AMOUNT NUMBER

Receipt Currency Amount
RECEIPT_EXCHANGE_RATE NUMBER

Receipt Exchange Rate
UNIT_OF_MEASURE VARCHAR2 (30)
Unit Of Measure
Query Text

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


SELECT EXPENDITURE_ID
,      EXPENDITURE_ITEM_ID
,      TASK_ID
,      EXPENDITURE_TYPE
,      BILLABLE_FLAG
,      EXPENDITURE_ITEM_DATE
,      QUANTITY
,      RAW_COST
,      DENOM_RAW_COST
,      RECEIPT_CURRENCY_CODE
,      RECEIPT_CURRENCY_AMOUNT
,      RECEIPT_EXCHANGE_RATE
,      UNIT_OF_MEASURE
FROM APPS.PA_EI_DENORM_V;

Dependencies

[top of page]

APPS.PA_EI_DENORM_V references the following:

SchemaAPPS
SynonymPA_EI_DENORM
SynonymPA_EXPENDITURE_ITEMS_ALL
PL/SQL PackagePA_UTILS - show dependent code

APPS.PA_EI_DENORM_V is not referenced by any database object