[Home] [Help]
[Dependency Information]
| Object Name: | PO_EXTRACT_HEADER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| EVENT_ID | NUMBER | Accounting Event Id | ||
| PO_HEADER_ID | NUMBER | Header Id | ||
| PO_TYPE | VARCHAR2 | (100) | REFERENCE1 | |
| PO_NUMBER | VARCHAR2 | (20) | Segment1 | |
| PO_RELEASE_ID | NUMBER | Release unique identifier | ||
| ENCUMBRANCE_TYPE_ID | NUMBER | Encumbrance Type identifier | ||
| GL_DATE | DATE | Yes | GL Date |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_ID
, PO_HEADER_ID
, PO_TYPE
, PO_NUMBER
, PO_RELEASE_ID
, ENCUMBRANCE_TYPE_ID
, GL_DATE
FROM APPS.PO_EXTRACT_HEADER_V;
APPS
PO_BC_DISTRIBUTIONS
XLA_EVENTS_GT
APPS
XLA_00201_AAD_S_000004_BC_PKG
- show dependent code
XLA_00201_AAD_S_000005_BC_PKG
- show dependent code
|
|
|
|