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


VIEW: APPS.ITG_CREQ_LINES_V

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

View Type

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


Lines view for Cancel Requisition XML


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.ITG_CREQ_LINES_V references the following:

SchemaAPPS
SynonymPO_REQUISITION_HEADERS_ALL
SynonymPO_REQUISITION_LINES_ALL

APPS.ITG_CREQ_LINES_V is not referenced by any database object