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


VIEW: APPS.JMF_SHIKYU_ALLOCATIONS_V

Object Details
Object Name: JMF_SHIKYU_ALLOCATIONS_V
Object Type: VIEW
Owner: APPS
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
SUBCONTRACT_PO_SHIPMENT_ID NUMBER
Yes Unique identifier of the Subcontracting Order Shipment
TOTAL_QUANTITY NUMBER

Total subcontract shipment quantity
QUANTITY_ALLOCATED NUMBER

Total allocated quantity
ALLOCATABLE_FLAG CHAR (1)
Status flag. Values : Y- indicates that there are quantities remaining to be allocated. N - indicates that no more allocations are required
Query Text

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


SELECT SUBCONTRACT_PO_SHIPMENT_ID
,      TOTAL_QUANTITY
,      QUANTITY_ALLOCATED
,      ALLOCATABLE_FLAG
FROM APPS.JMF_SHIKYU_ALLOCATIONS_V;

Dependencies

[top of page]

APPS.JMF_SHIKYU_ALLOCATIONS_V references the following:

SchemaAPPS
SynonymJMF_SHIKYU_ADJUSTMENTS
SynonymJMF_SHIKYU_ALLOCATIONS
SynonymJMF_SHIKYU_COMPONENTS
SynonymJMF_SUBCONTRACT_ORDERS
SynonymWIP_REQUIREMENT_OPERATIONS
APPS.JMF_SHIKYU_ALLOCATIONS_V is referenced by following:

SchemaAPPS
Package BodyJMF_PROCESS_SHIKYU_RCV_TRX_PVT - show dependent code