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


VIEW: APPS.ITG_CPO_PO_LINES_V

Object Details
Object Name: ITG_CPO_PO_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewITG.ITG_CPO_PO_LINES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View to obtain a few columns of po_lines_all table


[View Source]

Columns
Name Datatype Length Mandatory Comments
PO_LINE_ID NUMBER
Yes Purchase order line Id
PO_HEADER_ID NUMBER
Yes Purchase order header Id
POLINENUM NUMBER
Yes Purchase order line number
Query Text

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


SELECT PO_LINE_ID
,      PO_HEADER_ID
,      POLINENUM
FROM APPS.ITG_CPO_PO_LINES_V;

Dependencies

[top of page]

APPS.ITG_CPO_PO_LINES_V references the following:

SchemaAPPS
SynonymPO_LINES_ALL

APPS.ITG_CPO_PO_LINES_V is not referenced by any database object