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


TABLE: MSC.MSC_DRP_ALLOC_RECEIPT_RULES

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


Allocation rules for receiving orgs


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MSC_DRP_ALLOC_RECEIPT_RL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSR_INSTANCE_ID
ColumnTO_ORGANIZATION_ID
ColumnTIME_PHASE_ID
Columns
Name Datatype Length Mandatory Comments
TIME_PHASE_ID NUMBER
Yes Time phase ID. FK to msc_drp_alloc_rule_dates
TO_ORGANIZATION_ID NUMBER
Yes Receiving organization ID
SR_INSTANCE_ID NUMBER
Yes Instance ID for receiving org
RECEIPT_RULE_ID NUMBER
Yes Receipt rule ID
DMD_PRIORITY NUMBER

Demand priority for organization priority override
RANK NUMBER

Rank. Used to help order the sequence in which orgs are allocated
ALLOCATION_PERCENT NUMBER

Allocation Percent for fixed percent allocation method
FIXED_LOT_MULTIPLIER NUMBER

Fixed lot multiplier
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
HIDDEN_SORT NUMBER

Sort Used by UI to display records
MIN_ORDER_QTY NUMBER

Minimum Order Quantity
MAX_ORDER_QTY NUMBER

Maximum Order Quantity
RES_SAFETY_QTY NUMBER

Reserved Safety Quantity
RES_SAFETY_PERCENT NUMBER

Reserved Safety Percent
Query Text

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


SELECT TIME_PHASE_ID
,      TO_ORGANIZATION_ID
,      SR_INSTANCE_ID
,      RECEIPT_RULE_ID
,      DMD_PRIORITY
,      RANK
,      ALLOCATION_PERCENT
,      FIXED_LOT_MULTIPLIER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      HIDDEN_SORT
,      MIN_ORDER_QTY
,      MAX_ORDER_QTY
,      RES_SAFETY_QTY
,      RES_SAFETY_PERCENT
FROM MSC.MSC_DRP_ALLOC_RECEIPT_RULES;

Dependencies

[top of page]

MSC.MSC_DRP_ALLOC_RECEIPT_RULES does not reference any database object

MSC.MSC_DRP_ALLOC_RECEIPT_RULES is referenced by following:

SchemaMSC
ViewMSC_DRP_ALLOC_RECEIPT_RULES#