[Home] [Help]
[Dependency Information]
| Object Name: | CSD_RCV_LINE_STATUS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSD.CSD_RCV_LINE_STATUS_V
|
| 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 |
|---|---|---|---|---|
| OE_ORDER_HEADER_ID | NUMBER | |||
| OE_ORDER_LINE_ID | NUMBER | |||
| LINE_NUMBER | VARCHAR2 | (81) | ||
| QUANTITY | NUMBER | |||
| TRANSACTION_TYPE | VARCHAR2 | (25) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT OE_ORDER_HEADER_ID
, OE_ORDER_LINE_ID
, LINE_NUMBER
, QUANTITY
, TRANSACTION_TYPE
FROM APPS.CSD_RCV_LINE_STATUS_V;
APPS
OE_ORDER_LINES_ALL
RCV_TRANSACTIONS
APPS.CSD_RCV_LINE_STATUS_V is not referenced by any database object
|
|
|
|