MSC_INTERORG_SHIP_METHODS

table msc interorg ship methods

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_INTERORG_SHIP_METHODS_PK

PLAN_ID, TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
TRANSACTION_ID NUMBER 18 Yes Transaction identifier generated and used in the planning system for the supply/demand.
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record.
SR_INSTANCE_ID NUMBER 18 Yes instance to which origin belongs to Obsolete
SR_INSTANCE_ID2 NUMBER 18 Yes instance to which destn belongs to Obsolete
ORIGIN_TYPE VARCHAR2 2 Yes "IE' - Organization(internal loc) 'R' - region, 'Z' - zone 'S' -Supplier site id 'LE' - (external) location"
ORIGIN_ID NUMBER 18 Yes can be orgid, locationid, regionid, zoneid
DESTINATION_TYPE VARCHAR2 2 Yes "IE' - Organization(internal loc) 'R' - region, 'Z' - zone 'C' -customer acct site id 'S' -Supplier site id 'LE' - (external) location"
DESTINATION_ID NUMBER 18 Yes can be orgid, locationid, regionid, zoneid
SHIP_METHOD VARCHAR2 30 populated only for non-fusion instance rows; Unique identifier for the shipment method used in the shipment method relationship
CARRIER_ID NUMBER 18 populated only for fusion instance rows; Carrier ID as defined in HZ_Parties
MODE_OF_TRANSPORT NUMBER 18 populated only for fusion instance rows; Mode or Transportation
SERVICE_LEVEL NUMBER 18 populated only for fusion instance rows; Service Level
TRANSIT_TIME_ID NUMBER 18 populated only for fusion instance rows; unique key in src side table
INTRANSIT_TIME NUMBER transit time btn the origin & destn
TIME_UOM_CODE VARCHAR2 30 Time unit of measure code of the shipping network.
DEFAULT_FLAG NUMBER Yes specifies whether this shipment method is default for this orgin-destn combination
COLLECTED_FLAG NUMBER whether row is collected from src or entered in destination UI
WEIGHT_CAPACITY NUMBER This value indicates the weight capacity as defined in the shipping network.
WEIGHT_UOM VARCHAR2 3 This value indicates the unit of measure defined in terms of weight.
VOLUME_CAPACITY NUMBER This value indicates the volume capacity as defined in the shipping network.
VOLUME_UOM VARCHAR2 3 This value indicates the unit of measure defined in terms of volume.
COST_PER_WEIGHT_UNIT NUMBER The value indicates cost per weight unit.
COST_PER_VOLUME_UNIT NUMBER The value indicates cost per volume unit.
TRANSPORT_CAP_OVER_UTIL_COST NUMBER Transport capacity over utilization cost value.
SHIPMENT_WEIGHT NUMBER Shipment weight defined for the shipping network.
SHIPMENT_VOLUME NUMBER Shipment volume defined for the shipping network.
SHIPMENT_WEIGHT_UOM VARCHAR2 3 Shipment weight unit of measure defined for the shipping network.
SHIPMENT_VOLUME_UOM VARCHAR2 3 Shipment volume unit of measure defined for the shipping network.
CURRENCY VARCHAR2 3 Currency associated with amounts
LEADTIME_VARIABILITY NUMBER Leadtime variability defined for a shipping network.
SHIP_METHOD_TEXT VARCHAR2 150 Shipping method used to move the material.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
CUTOFF_TIME NUMBER This column stores the shipping cut off time of respective inter location shipping network in minutes. The value ranges from 0 to (24*60) -1
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
PICK_PACK_LEAD_TIME NUMBER This column stores the pick-pack lead time for respective shipmethod used for preparing shipment

Indexes

Index Uniqueness Tablespace Columns
MSC_INTERORG_SHIP_METHODS_N1 Non Unique Default PLAN_ID, ORIGIN_TYPE, DESTINATION_TYPE
MSC_INTERORG_SHIP_METHODS_N2 Non Unique Default PLAN_ID, ORIGIN_ID, ORIGIN_TYPE, DESTINATION_ID, DESTINATION_TYPE, DEFAULT_FLAG
MSC_INTERORG_SHIP_METHOD_U1 Unique Default PLAN_ID, TRANSACTION_ID
MSC_INTERORG_SHIP_METHOD_U2 Unique Default PLAN_ID, ORIGIN_TYPE, ORIGIN_ID, DESTINATION_TYPE, DESTINATION_ID, SHIP_METHOD, CARRIER_ID, MODE_OF_TRANSPORT, SERVICE_LEVEL