[Home] [Help]
[Dependency Information]
Object Name: | PO_BY_BUYER_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
PO_NO | VARCHAR2 | (20) | Yes | Purchase order document number |
PO_TYPE | VARCHAR2 | (25) | Yes | Type of the purchase order |
PO_DATE | DATE | Creation date of the purchase order | ||
BUYER_NAME | VARCHAR2 | (240) | Buyer name | |
VENDOR_NAME | VARCHAR2 | (240) | Vendor name | |
PO_AMOUNT | NUMBER | Total uncancelled amount on the purchase order | ||
CURRENCY | VARCHAR2 | (15) | Unique identifier for the currency | |
ORG_ID | NUMBER | Organization identifier | ||
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT PO_NO
, PO_TYPE
, PO_DATE
, BUYER_NAME
, VENDOR_NAME
, PO_AMOUNT
, CURRENCY
, ORG_ID
FROM APPS.PO_BY_BUYER_V;
APPS.PO_BY_BUYER_V is not referenced by any database object
|
|
|