[Home] [Help]
[Dependency Information]
Object Name: | CSD_RO_RMA_SLS_INT_ORDS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
REPAIR_LINE_ID | NUMBER | (15) | Repair Order Line Identifier | |
RMA_SALES_ORD_HEADER_ID | NUMBER | RMA or Sales Order Header Identifier | ||
INTERNAL_ORD_HEADER_ID | NUMBER | Internal Order Header Identifier | ||
INTERNAL_REQ_HEADER_ID | NUMBER | Internal Requisition Header Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT REPAIR_LINE_ID
, RMA_SALES_ORD_HEADER_ID
, INTERNAL_ORD_HEADER_ID
, INTERNAL_REQ_HEADER_ID
FROM APPS.CSD_RO_RMA_SLS_INT_ORDS_V;
APPS.CSD_RO_RMA_SLS_INT_ORDS_V is not referenced by any database object
|
|
|