[Home] [Help]
[Dependency Information]
| Object Name: | PA_EI_DENORM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EI_DENORM_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
PA_EI_DENORM
PA_EXPENDITURE_ITEMS_ALL
PA_UTILS
- show dependent code
APPS.PA_EI_DENORM_V is not referenced by any database object
|
|
|
|