[Home] [Help]
[Dependency Information]
| Object Name: | PO_REQ_TRANSACTION_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 |
|---|---|---|---|---|
| REQ_ID | NUMBER | Yes | Requisition header unique identifier | |
| REQUISITION_NUMBER | VARCHAR2 | (20) | Yes | Requisition number |
| REQUISITION_TYPE | VARCHAR2 | (25) | Requisition type | |
| TRANSACTION_DATE | DATE | Standard Who column | ||
| PREPARER | VARCHAR2 | (240) | Full concatenated name of the employee |
Cut, paste (and edit) the following text to query this object:
SELECT REQ_ID
, REQUISITION_NUMBER
, REQUISITION_TYPE
, TRANSACTION_DATE
, PREPARER
FROM APPS.PO_REQ_TRANSACTION_V;
APPS
FND_PROFILE
- show dependent code
HR_EMPLOYEES
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PO_REQUISITION_HEADERS_ALL
APPS.PO_REQ_TRANSACTION_V is not referenced by any database object
|
|
|
|