[Home] [Help]
[Dependency Information]
| Object Name: | PO_BY_BUYER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_BY_BUYER_V
|
| 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_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 |
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
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_PEOPLE_F
PO_HEADERS
PO_LINE_LOCATIONS_ALL
PO_VENDORS
APPS.PO_BY_BUYER_V is not referenced by any database object
|
|
|
|