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


VIEW: APPS.PO_RELEASE_TRANSACTION_V

Object Details
Object Name: PO_RELEASE_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
PO_RELEASE_ID NUMBER
Yes Release unique identifier
PO_DOC_NUMBER VARCHAR2 (61)
Combination of the Blanket Number against which release is created and the Release Number
PO_DOC_TYPE VARCHAR2 (33)
Describes whether release is for a blanket or planned purchase order
VENDOR_ID NUMBER

Supplier unique identifier
VENDOR_NAME VARCHAR2 (240)
Supplier name
VENDOR_SITE_ID NUMBER

Supplier site unique identifier
VENDOR_SITE_CODE VARCHAR2 (15)
Site code name
BUYER_ID NUMBER (9) Yes Buyer unique identifier
BUYER_NAME VARCHAR2 (240)
Full concatenated name of the employee
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PO_RELEASE_ID
,      PO_DOC_NUMBER
,      PO_DOC_TYPE
,      VENDOR_ID
,      VENDOR_NAME
,      VENDOR_SITE_ID
,      VENDOR_SITE_CODE
,      BUYER_ID
,      BUYER_NAME
,      CREATION_DATE
FROM APPS.PO_RELEASE_TRANSACTION_V;

Dependencies

[top of page]

APPS.PO_RELEASE_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_HEADERS_ALL
SynonymPO_RELEASES_ALL
ViewPO_VENDORS
ViewPO_VENDOR_SITES_ALL

APPS.PO_RELEASE_TRANSACTION_V is not referenced by any database object