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


TABLE: MSC.MSC_ALLOCATION_DETAILS

Object Details
Object Name: MSC_ALLOCATION_DETAILS
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


Allocation details by priority for distribution planning


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PLAN_ID NUMBER
Yes Plan ID
SR_INSTANCE_ID NUMBER

Source org's instance_id
TO_SR_INSTANCE_ID NUMBER
Yes Receiving org's instance id
ORGANIZATION_ID NUMBER

Source organization ID
TO_ORGANIZATION_ID NUMBER
Yes Receving organization id
ITEM_ID NUMBER
Yes Item id
PRIORITY NUMBER
Yes Priority
TO_ORG_SEQ_ID NUMBER

Sequence in which order modifiers are applied to the orgs' demands
ALLOC_BKT_ID NUMBER
Yes Allocation bucket id
DEMAND_QTY NUMBER
Yes Quantity demanded by this receiving organization/priority/bucket
ALLOCATED_QTY NUMBER
Yes Quantity allocated for this receiving organization/priority/bucket
PRI_SUPPLY_QTY NUMBER

Supply available for the priority within the bucket
PRI_DEMAND_QTY NUMBER

total demand for the priority within the bucket
TOTAL_SUPPLY_QTY NUMBER

Total supply in the bucket
HIGHER_PRI_DEMAND_QTY NUMBER

Quantity demanded by higher priorities
HIGHER_PRI_ALLOCATED_QTY NUMBER

Quantity allocated to higher priorities
ALLOC_RULE_ID NUMBER

Allocation rule ID
FIXED_LOT_MULTIPLIER NUMBER

Fixed lot multiplier used by allocation
FIRM_FLAG VARCHAR2 (1)
'Y' if demand is firm
FIRM_CARRY_FWD_BKTS NUMBER

Number of buckets a firm demand is carried forward
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN VARCHAR2 (240)
Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
SUPPLIER_ID NUMBER

Supplier ID
SUPPLIER_SITE_ID NUMBER

Supplier site id
CUSTOMER_ID NUMBER

Customer id
CUSTOMER_SITE_ID NUMBER

Customer site id
DEMAND_CLASS VARCHAR2 (34)
Demand class
ASSEMBLY_ITEM_ID NUMBER

Kit item id
SUMMARY_FLAG NUMBER

Stores a flag to indicate that the record must be displayed
Query Text

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


SELECT PLAN_ID
,      SR_INSTANCE_ID
,      TO_SR_INSTANCE_ID
,      ORGANIZATION_ID
,      TO_ORGANIZATION_ID
,      ITEM_ID
,      PRIORITY
,      TO_ORG_SEQ_ID
,      ALLOC_BKT_ID
,      DEMAND_QTY
,      ALLOCATED_QTY
,      PRI_SUPPLY_QTY
,      PRI_DEMAND_QTY
,      TOTAL_SUPPLY_QTY
,      HIGHER_PRI_DEMAND_QTY
,      HIGHER_PRI_ALLOCATED_QTY
,      ALLOC_RULE_ID
,      FIXED_LOT_MULTIPLIER
,      FIRM_FLAG
,      FIRM_CARRY_FWD_BKTS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      SUPPLIER_ID
,      SUPPLIER_SITE_ID
,      CUSTOMER_ID
,      CUSTOMER_SITE_ID
,      DEMAND_CLASS
,      ASSEMBLY_ITEM_ID
,      SUMMARY_FLAG
FROM MSC.MSC_ALLOCATION_DETAILS;

Dependencies

[top of page]

MSC.MSC_ALLOCATION_DETAILS does not reference any database object

MSC.MSC_ALLOCATION_DETAILS is referenced by following:

SchemaMSC
ViewMSC_ALLOCATION_DETAILS#