[Home] [Help]
[Dependency Information]
| Object Name: | JMF_SHIKYU_ALLOCATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | JMF |
| FND Design Data: | JMF.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JMF_SHIKYU_ALLOCATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBCONTRACT_PO_SHIPMENT_ID
SHIKYU_COMPONENT_ID
REPLENISHMENT_SO_LINE_ID
|
| JMF_SHIKYU_ALLOCATIONS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REPLENISHMENT_SO_LINE_ID
|
| 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 |
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;
JMF.JMF_SHIKYU_ALLOCATIONS does not reference any database object
JMF.JMF_SHIKYU_ALLOCATIONS is referenced by following:
JMF
JMF_SHIKYU_ALLOCATIONS#
|
|
|
|