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


VIEW: APPS.PA_CE_TRANSACTIONS_V

Object Details
Object Name: PA_CE_TRANSACTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_CE_TRANSACTIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_CE_TRANSACTIONS_V references the following:

SchemaAPPS
SynonymPA_EXPENDITURES_ALL
SynonymPA_EXPENDITURE_ITEMS_ALL
SynonymPA_TASKS
APPS.PA_CE_TRANSACTIONS_V is referenced by following:

SchemaAPPS
ViewCE_FC_PAT_DISC_V