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


VIEW: APPS.PO_AP_RETROACTIVE_DIST_V

Object Details
Object Name: PO_AP_RETROACTIVE_DIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_AP_RETROACTIVE_DIST_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
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
Query Text

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;

Dependencies

[top of page]

APPS.PO_AP_RETROACTIVE_DIST_V references the following:

SchemaAPPS
SynonymPO_DISTRIBUTIONS_ALL
SynonymPO_HEADERS_ALL
SynonymPO_LINES_ALL
SynonymPO_LINE_LOCATIONS_ALL
SynonymPO_RELEASES_ALL
APPS.PO_AP_RETROACTIVE_DIST_V is referenced by following:

SchemaAPPS
Package BodyAP_RETRO_PRICING_PKG - show dependent code