DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PO_REQ_TRANSACTION_V

Object Details
Object Name: PO_REQ_TRANSACTION_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PO_REQ_TRANSACTION_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
ViewHR_EMPLOYEES
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPO_REQUISITION_HEADERS_ALL

APPS.PO_REQ_TRANSACTION_V is not referenced by any database object