[Home] [Help]
[Dependency Information]
Object Name: | PA_CE_TRANSACTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | Project identifier for the transactions |
AMOUNT | NUMBER | Amount of the item in the reimbersement currency | ||
BASE_AMOUNT | NUMBER | Amount of the item in the functional currency | ||
CURRENCY_CODE | VARCHAR2 | (15) | Reimbersement currency code for the item | |
FUNCTIONAL_CURRENCY_CODE | VARCHAR2 | (15) | Functional currency code of the item | |
TRX_DATE | DATE | Yes | Expenditure ending date for the item | |
TYPE | VARCHAR2 | (1) | The type class of the transaction i.e. ST, ER, USG, PJ | |
ORG_ID | NUMBER | (15) | Operating unit id from Expenditure_Items table | |
REFERENCE_ID | NUMBER | (15) | Yes | Reference to the internal identifier of the transactions |
EXPENDITURE_STATUS_CODE | VARCHAR2 | (30) | Yes | The status of the expenditure which contains the transaction |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | The expenditure type of the transaction |
EXPENDITURE_ITEM_DATE | DATE | Yes | The date of the transaction | |
QUANTITY | NUMBER | The quantity for the transaction |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, AMOUNT
, BASE_AMOUNT
, CURRENCY_CODE
, FUNCTIONAL_CURRENCY_CODE
, TRX_DATE
, TYPE
, ORG_ID
, REFERENCE_ID
, EXPENDITURE_STATUS_CODE
, EXPENDITURE_TYPE
, EXPENDITURE_ITEM_DATE
, QUANTITY
FROM APPS.PA_CE_TRANSACTIONS_V;
|
|
|