[Home] [Help]
[Dependency Information]
Object Name: | PA_PWP_LINK_STATUS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Project Id | |
DRAFT_INVOICE_NUM | NUMBER | (15) | Draft invoice number | |
INVOICE_COUNT | NUMBER | Number of supplier invoices linked to the draft invoice | ||
PFC_AMOUNT | NUMBER | Total amount on linked supplier invoices in project functional currency | ||
PC_AMOUNT | NUMBER | Total amount on linked supplier invoices in project currency |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, DRAFT_INVOICE_NUM
, INVOICE_COUNT
, PFC_AMOUNT
, PC_AMOUNT
FROM APPS.PA_PWP_LINK_STATUS_V;
|
|
|