[Home] [Help]
[Dependency Information]
| Object Name: | PO_RELEASES_VAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_RELEASES_VAL_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 |
|---|---|---|---|---|
| RELEASE_NUM | NUMBER | Yes | ||
| PO_RELEASE_ID | NUMBER | Yes | ||
| RELEASE_DATE | DATE | Yes | ||
| PO_HEADER_ID | NUMBER | Yes | ||
| CONSIGNED_CONSUMPTION_FLAG | VARCHAR2 | (1) | Flag indicates that the PO Release is a consumption advice | |
| ORG_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT RELEASE_NUM
, PO_RELEASE_ID
, RELEASE_DATE
, PO_HEADER_ID
, CONSIGNED_CONSUMPTION_FLAG
, ORG_ID
FROM APPS.PO_RELEASES_VAL_V;
APPS
PO_RELEASES
APPS.PO_RELEASES_VAL_V is not referenced by any database object
|
|
|
|