[Home] [Help]
[Dependency Information]
| Object Name: | PA_CE_INVOICES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CE_INVOICES_V
|
| 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 transaction |
| AMOUNT | NUMBER | Total amount of the invoice in invoice currency | ||
| BASE_AMOUNT | NUMBER | (22) | Yes | Total amount of the invoice in project functional currency |
| CURRENCY_CODE | VARCHAR2 | (15) | Invoice currency code | |
| FUNCTIONAL_CURRENCY_CODE | VARCHAR2 | (15) | Yes | Functional currency code |
| TRX_DATE | DATE | Invoice date of the invoice | ||
| ORG_ID | NUMBER | (15) | Operating unit id | |
| PROFILE_CLASS_ID | NUMBER | This is the customer profile id associated with customer record in AR | ||
| TRX_NUMBER | NUMBER | (15) | Yes | The draft invoice number to which the invoice line belongs |
| LINE_NUM | NUMBER | (15) | Yes | The sequential number that identifies and orders the draft invoice item for a draft invoices |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, AMOUNT
, BASE_AMOUNT
, CURRENCY_CODE
, FUNCTIONAL_CURRENCY_CODE
, TRX_DATE
, ORG_ID
, PROFILE_CLASS_ID
, TRX_NUMBER
, LINE_NUM
FROM APPS.PA_CE_INVOICES_V;
APPS
HZ_CUSTOMER_PROFILES
HZ_CUST_SITE_USES_ALL
PA_DRAFT_INVOICES_ALL
PA_DRAFT_INVOICE_ITEMS
PA_PROJECTS_ALL
APPS
CE_FC_ARI_DISC_V
|
|
|
|