[Home] [Help]
[Dependency Information]
| Object Name: | ITG_CPO_PO_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ITG.ITG_CPO_PO_LINES_V
|
| Subobject Name: | |
| Status: | VALID |
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
| 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 |
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;
APPS
PO_LINES_ALL
APPS.ITG_CPO_PO_LINES_V is not referenced by any database object
|
|
|
|