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


TABLE: JMF.JMF_SHIKYU_COMPONENTS

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


JMF_SHIKYU_COMPONENTS stores the SHIKYU components required for manufacturing the outsourced assembly item of the subcontracting order shipment.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JMF_SHIKYU_COMPONENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUBCONTRACT_PO_SHIPMENT_ID
ColumnSHIKYU_COMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
SUBCONTRACT_PO_SHIPMENT_ID NUMBER
Yes Unique identifier of the Subcontracting Order Shipment using this SHIKYU Component
SHIKYU_COMPONENT_ID NUMBER
Yes Inventory Item ID of the SHIKYU Component
OEM_ORGANIZATION_ID NUMBER
Yes Organization ID of the Subcontracting Organization
SHIKYU_COMPONENT_PRICE NUMBER

Price of the SHIKYU component from the Order Management price list
UOM VARCHAR2 (3)
Unit Of Measure (UOM) of the SHIKYU component price.
CURRENCY VARCHAR2 (15)
Unique identifier for the currency corresponding to the SHIKYU component price. Should be the same as the currency of the subcontract Purchase Order.
PRIMARY_UOM_PRICE NUMBER

Price of the component in its Primary UOM
PRIMARY_UOM VARCHAR2 (3)
Primary UOM of the component
QUANTITY NUMBER

Quantity needed of the component for the corresponding subcontracting order shipment
PRICE_LIST_ID NUMBER

Identifier of the Price List effective for the component.
REPLEN_SO_CREATION_FAILED VARCHAR2 (1)
Flag which indicates whether replenishment sales order creation failed
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
,      OEM_ORGANIZATION_ID
,      SHIKYU_COMPONENT_PRICE
,      UOM
,      CURRENCY
,      PRIMARY_UOM_PRICE
,      PRIMARY_UOM
,      QUANTITY
,      PRICE_LIST_ID
,      REPLEN_SO_CREATION_FAILED
,      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_COMPONENTS;

Dependencies

[top of page]

JMF.JMF_SHIKYU_COMPONENTS does not reference any database object

JMF.JMF_SHIKYU_COMPONENTS is referenced by following:

SchemaJMF
ViewJMF_SHIKYU_COMPONENTS#