[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJECT_INVOICE_RECEIVABLES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PA_PROJECT_INVOICE_RECEIVABLES is a view of
outstanding receivables for invoices transferred from
Oracle Projects to Oracle Receivables.
For optimum performance in your reports and online
queries, always include PROJECT_ID in your selection
criteria.
.
.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project for which the invoice receivable applies |
DRAFT_INVOICE_NUM | NUMBER | (15) | Yes | The identifier of the draft invoice for which the receivable applies |
RA_INVOICE_NUMBER | VARCHAR2 | (20) | The AR invoice number of the invoice for which the receivable applies | |
CUSTOMER_TRX_ID | NUMBER | (15) | The identifier of the invoice in Oracle Receivables for which the receivable applies | |
OPEN_AMOUNT | NUMBER | The amount outstanding in Oracle Receivables. This value is blank if the draft invoice transfer status is not Accepted. |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, DRAFT_INVOICE_NUM
, RA_INVOICE_NUMBER
, CUSTOMER_TRX_ID
, OPEN_AMOUNT
FROM APPS.PA_PROJECT_INVOICE_RECEIVABLES;
APPS.PA_PROJECT_INVOICE_RECEIVABLES is not referenced by any database object
|
|
|