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


VIEW: APPS.CSD_OE_LINE_STATUS_V

Object Details
Object Name: CSD_OE_LINE_STATUS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSD.CSD_OE_LINE_STATUS_V
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

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
HEADER_ID NUMBER
Yes
LINE_ID NUMBER
Yes
LINE_NUMBER VARCHAR2 (81)
ORDERED_QUANTITY NUMBER

FLOW_STATUS_CODE VARCHAR2 (30)
Query Text

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


SELECT HEADER_ID
,      LINE_ID
,      LINE_NUMBER
,      ORDERED_QUANTITY
,      FLOW_STATUS_CODE
FROM APPS.CSD_OE_LINE_STATUS_V;

Dependencies

[top of page]

APPS.CSD_OE_LINE_STATUS_V references the following:

SchemaAPPS
SynonymOE_ORDER_LINES_ALL

APPS.CSD_OE_LINE_STATUS_V is not referenced by any database object