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


VIEW: APPS.CS_RETURNS_RG_V

Object Details
Object Name: CS_RETURNS_RG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCS.CS_RETURNS_RG_V
Subobject Name:
Status: VALID

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
ORDER_NUMBER NUMBER
Yes
RETURN_LINE_ID NUMBER
Yes
RETURN_LINE_NUMBER NUMBER
Yes
INVENTORY_ITEM_ID NUMBER
Yes
PARTY_ID NUMBER

CUST_ACCOUNT_ID NUMBER

Query Text

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


SELECT ORDER_NUMBER
,      RETURN_LINE_ID
,      RETURN_LINE_NUMBER
,      INVENTORY_ITEM_ID
,      PARTY_ID
,      CUST_ACCOUNT_ID
FROM APPS.CS_RETURNS_RG_V;

Dependencies

[top of page]

APPS.CS_RETURNS_RG_V references the following:

SchemaAPPS
SynonymOE_ORDER_HEADERS_ALL
SynonymOE_ORDER_LINES_ALL

APPS.CS_RETURNS_RG_V is not referenced by any database object