[Home] [Help]
[Dependency Information]
| Object Name: | OE_RELATED_PO_NUMBERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_RELATED_PO_NUMBERS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SEGMENT1 | VARCHAR2 | (20) | Yes | |
| REVISION_NUM | NUMBER | |||
| VENDOR_NAME | VARCHAR2 | (240) | ||
| FULL_NAME | VARCHAR2 | (240) | ||
| PO_HEADER_ID | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SEGMENT1
, REVISION_NUM
, VENDOR_NAME
, FULL_NAME
, PO_HEADER_ID
FROM APPS.OE_RELATED_PO_NUMBERS_V;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
OE_DROP_SHIP_SOURCES
PER_PEOPLE_F
PO_HEADERS
PO_VENDORS
APPS.OE_RELATED_PO_NUMBERS_V is not referenced by any database object
|
|
|
|