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


VIEW: APPS.WIP_SO_ALLOCATIONS_V

Object Details
Object Name: WIP_SO_ALLOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIP_SO_ALLOCATIONS_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
ROW_ID ROWID (10)
ROWID from the base table
SEGMENT1 VARCHAR2 (40)
Key flexfield segment
SEGMENT2 VARCHAR2 (40)
Key flexfield segment
SEGMENT3 VARCHAR2 (40)
Key flexfield segment
USER_LINE_NUM VARCHAR2 (30)
User line number
USER_DELIVERY VARCHAR2 (30)
User delivery
DEMAND_CLASS VARCHAR2 (30)
Classification of demand which the job will supply
QUANTITY_ALLOCATED NUMBER
Yes Quantity of the job allocated to supply the sales order line demand
QUANTITY_COMPLETED VARCHAR2 (40)
Quantity completed to the sales order line
DEMAND_SOURCE_DELIVERY VARCHAR2 (30)
Delivery indentifier
WIP_ENTITY_ID NUMBER
Yes WIP job or repetitive assembly identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
ALLOCATION_ID NUMBER
Yes Unique identifier
DEMAND_SOURCE_HEADER_ID NUMBER
Yes Sales order identifier
DEMAND_SOURCE_LINE VARCHAR2 (30)
Sales order line identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
REQUEST_ID NUMBER

Extended Who column
PROGRAM_APPLICATION_ID NUMBER

Extended Who column
PROGRAM_ID NUMBER

Extended Who column
PROGRAM_UPDATE_DATE DATE

Extended Who column
UOM_CONVERSION_RATE NUMBER

Conversion rate for the UOM
LINE_UOM VARCHAR2 (3)
Unit of measure from the sales order
REQUIREMENT_DATE DATE

Planned ship date for summary demand. Parent planned ship date - ATP_LEAD_TIME for derived demand
MAX_ALLOCATABLE NUMBER

Maximum quantity that can be allocated to the sales order line
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
Query Text

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


SELECT ROW_ID
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      USER_LINE_NUM
,      USER_DELIVERY
,      DEMAND_CLASS
,      QUANTITY_ALLOCATED
,      QUANTITY_COMPLETED
,      DEMAND_SOURCE_DELIVERY
,      WIP_ENTITY_ID
,      ORGANIZATION_ID
,      ALLOCATION_ID
,      DEMAND_SOURCE_HEADER_ID
,      DEMAND_SOURCE_LINE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      UOM_CONVERSION_RATE
,      LINE_UOM
,      REQUIREMENT_DATE
,      MAX_ALLOCATABLE
,      INVENTORY_ITEM_ID
FROM APPS.WIP_SO_ALLOCATIONS_V;

Dependencies

[top of page]

APPS.WIP_SO_ALLOCATIONS_V references the following:

SchemaAPPS
SynonymMTL_DEMAND
SynonymMTL_SALES_ORDERS
SynonymWIP_SO_ALLOCATIONS

APPS.WIP_SO_ALLOCATIONS_V is not referenced by any database object