[Home] [Help]
[Dependency Information]
Object Name: | PO_AP_RETROACTIVE_DIST_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 |
---|---|---|---|---|
PO_HEADER_ID | NUMBER | Yes | Head ID of blanket (or global blanket) referred by the release (or standard PO) to be retroactively adjusted | |
PO_LINE_ID | NUMBER | Line Id of the PO distribution to be retroactively adjusted | ||
LINE_LOCATION_ID | NUMBER | Shipment Id of the PO distribution to be retroactively adjusted | ||
PO_DISTRIBUTION_ID | NUMBER | Yes | Distribution Id of the PO distribution to be retroactively adjusted | |
VENDOR_ID | NUMBER | Supplier Id | ||
VENDOR_SITE_ID | NUMBER | Vendor Site Id | ||
ORG_ID | NUMBER | Organization identifier | ||
INVOICE_ADJUSTMENT_FLAG | VARCHAR2 | (1) | Indicator of whether the invoice should be adjusted | |
UNIT_PRICE | NUMBER | New Unit price on the PO line | ||
PO_RELEASE_ID | NUMBER | PO Release Id | ||
PRICE_OVERRIDE | NUMBER | New Price on the PO shipment | ||
RETROACTIVE_DATE | DATE | Date Time on Which the price was retroactively changed |
Cut, paste (and edit) the following text to query this object:
SELECT PO_HEADER_ID
, PO_LINE_ID
, LINE_LOCATION_ID
, PO_DISTRIBUTION_ID
, VENDOR_ID
, VENDOR_SITE_ID
, ORG_ID
, INVOICE_ADJUSTMENT_FLAG
, UNIT_PRICE
, PO_RELEASE_ID
, PRICE_OVERRIDE
, RETROACTIVE_DATE
FROM APPS.PO_AP_RETROACTIVE_DIST_V;
|
|
|