[Home] [Help]
[Dependency Information]
| Object Name: | PO_REQ_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 | ||
| REQ_ID | NUMBER | Header Id | ||
| DOCUMENT_TYPE | VARCHAR2 | (100) | REFERENCE1 | |
| REQ_NUMBER | VARCHAR2 | (20) | Segment1 | |
| 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
, REQ_ID
, DOCUMENT_TYPE
, REQ_NUMBER
, ENCUMBRANCE_TYPE_ID
, GL_DATE
FROM APPS.PO_REQ_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
|
|
|
|