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


VIEW: APPS.PO_HEADERS_VIEW

Object Details
Object Name: PO_HEADERS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_HEADERS_VIEW
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_HEADER_ID NUMBER

Document header unique identifier
PO_RELEASE_ID NUMBER

PO release unique identifier
SEGMENT1 VARCHAR2 (20)
Key flexfield segment
REVISION_NUM NUMBER

Document revision number
TYPE_LOOKUP_CODE VARCHAR2 (25)
Type of document
APPROVED_FLAG VARCHAR2 (1)
Indicates whether the document is approved or not
APPROVED_DATE DATE

Date of document was approved
ACCEPTANCE_REQUIRED_FLAG VARCHAR2 (1)
Indicates whether acceptance from the vendor is required or not
ACCEPTANCE_DUE_DATE DATE

Date by which the vendor should accept the purchase order
RELEASE_NUM NUMBER

Number of the release
VENDOR_ID NUMBER

Vendor unique identifier
VENDOR_SITE_ID NUMBER

Vendor site unique identifier
AGENT_ID NUMBER (9)
Buyer unique identifier
START_DATE DATE

Key Flexfield start date
END_DATE DATE

Key Flexfield end date
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
ORG_ID NUMBER

Organization identifier
Query Text

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


SELECT PO_HEADER_ID
,      PO_RELEASE_ID
,      SEGMENT1
,      REVISION_NUM
,      TYPE_LOOKUP_CODE
,      APPROVED_FLAG
,      APPROVED_DATE
,      ACCEPTANCE_REQUIRED_FLAG
,      ACCEPTANCE_DUE_DATE
,      RELEASE_NUM
,      VENDOR_ID
,      VENDOR_SITE_ID
,      AGENT_ID
,      START_DATE
,      END_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ORG_ID
FROM APPS.PO_HEADERS_VIEW;

Dependencies

[top of page]

APPS.PO_HEADERS_VIEW references the following:

SchemaAPPS
SynonymPO_HEADERS
SynonymPO_HEADERS_ALL
SynonymPO_RELEASES

APPS.PO_HEADERS_VIEW is not referenced by any database object