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


TABLE: JMF.JMF_SHIKYU_ALLOCATIONS

Object Details
Object Name: JMF_SHIKYU_ALLOCATIONS
Object Type: TABLE
Owner: JMF
FND Design Data: TableJMF.JMF_SHIKYU_ALLOCATIONS
Subobject Name:
Status: VALID


JMF_SHIKYU_ALLOCATIONS stores the allocations created between the replenishment sales orders and subcontracting order shipments for fulfilling component requirements.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JMF_SHIKYU_ALLOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBCONTRACT_PO_SHIPMENT_ID
ColumnSHIKYU_COMPONENT_ID
ColumnREPLENISHMENT_SO_LINE_ID
JMF_SHIKYU_ALLOCATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPLENISHMENT_SO_LINE_ID
Columns
Name Datatype Length Mandatory Comments
SUBCONTRACT_PO_SHIPMENT_ID NUMBER
Yes Unique identifier of the subcontracting order shipment to which the components were allocated to.
SHIKYU_COMPONENT_ID NUMBER
Yes Inventory Item ID of the Subcontracting Component
REPLENISHMENT_SO_LINE_ID NUMBER
Yes Unique identifier of the replenishment sales order line
ALLOCATED_QUANTITY NUMBER

Quantity allocated for the subcontracting order component requirement
UOM VARCHAR2 (3)
Allocations Unit of Measure(UOM)
REQUEST_ID NUMBER

Standard Who column: the concurrent request that created or updated this record.
LAST_UPDATE_DATE DATE

Standard Who column: date when this record was last updated
LAST_UPDATED_BY NUMBER

Standard Who column: the user who last updated this record
CREATION_DATE DATE

Standard Who column: date when this record was created
CREATED_BY NUMBER

Standard Who column: the user who created this record
LAST_UPDATE_LOGIN NUMBER

Standard Who column: identifies sign-on audit information of the user who last updated this record
PROGRAM_ID NUMBER

Standard Who column: the concurrent program that created or updated this record
PROGRAM_UPDATE_DATE DATE

Standard Who column: the date when this record was created or updated by a concurrent program
PROGRAM_APPLICATION_ID NUMBER

Standard Who column: the application that owns the concurrent program that created or updated this record
Query Text

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


SELECT SUBCONTRACT_PO_SHIPMENT_ID
,      SHIKYU_COMPONENT_ID
,      REPLENISHMENT_SO_LINE_ID
,      ALLOCATED_QUANTITY
,      UOM
,      REQUEST_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
FROM JMF.JMF_SHIKYU_ALLOCATIONS;

Dependencies

[top of page]

JMF.JMF_SHIKYU_ALLOCATIONS does not reference any database object

JMF.JMF_SHIKYU_ALLOCATIONS is referenced by following:

SchemaAPPS
SynonymJMF_SHIKYU_ALLOCATIONS