[Home] [Help]
[Dependency Information]
| Object Name: | ITG_CREQ_LINES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ITG.ITG_CREQ_LINES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Lines view for Cancel Requisition XML
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUISITION_HEADER_ID | NUMBER | Yes | Requistion header id | |
| REQUISITION_LINE_ID | NUMBER | Yes | Requisition line Id | |
| REQLINENUM | NUMBER | Yes | Requistion line number | |
| SEGMENT1 | VARCHAR2 | (20) | Yes | Requisition number |
| ORG_ID | NUMBER | Organization id |
Cut, paste (and edit) the following text to query this object:
SELECT REQUISITION_HEADER_ID
, REQUISITION_LINE_ID
, REQLINENUM
, SEGMENT1
, ORG_ID
FROM APPS.ITG_CREQ_LINES_V;
APPS
PO_REQUISITION_HEADERS_ALL
PO_REQUISITION_LINES_ALL
APPS.ITG_CREQ_LINES_V is not referenced by any database object
|
|
|
|