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


VIEW: APPS.RCV_UNPROCESSED_LOTS_V

Object Details
Object Name: RCV_UNPROCESSED_LOTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.RCV_UNPROCESSED_LOTS_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
LOT_NUM VARCHAR2 (80) Yes
ITEM_ID NUMBER

SHIPMENT_LINE_ID NUMBER

PRIMARY_QUANTITY NUMBER

QUANTITY NUMBER

PARENT_LOT_NUMBER VARCHAR2 (80)
Parent Lot Number
SECONDARY_QUANTITY NUMBER

Quantity in Secondary unit of measure of the item
Query Text

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


SELECT LOT_NUM
,      ITEM_ID
,      SHIPMENT_LINE_ID
,      PRIMARY_QUANTITY
,      QUANTITY
,      PARENT_LOT_NUMBER
,      SECONDARY_QUANTITY
FROM APPS.RCV_UNPROCESSED_LOTS_V;

Dependencies

[top of page]

APPS.RCV_UNPROCESSED_LOTS_V references the following:

SchemaAPPS
SynonymRCV_LOTS_INTERFACE
SynonymRCV_TRANSACTIONS_INTERFACE
APPS.RCV_UNPROCESSED_LOTS_V is referenced by following:

SchemaAPPS
ViewRCV_TRX_INT_LOTS_V