Retail Integration Mappings Report Release:15.0.0 (Store Inventory Management)
Application Store Inventory Management
Target Name Space http://www.oracle.com/retail/integration/base/bo/ItemDesc/v1
Version 1.0
Description This is root element of this document which contains name space definitions for the document elements.
XSD Structure

XML-Schema Name:ItemDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
ItemHdrDesc:ItemHdrDesc * 1 1 It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemSupDesc:ItemSupDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemSupCtyDesc:ItemSupCtyDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ISCDimDesc:ISCDimDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemUDALOVDesc:ItemUDALOVDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemUDAFFDesc:ItemUDAFFDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemUDADateDesc:ItemUDADateDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemImageDesc:ItemImageDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemUPCDesc:ItemUPCDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemBOMDesc:ItemBOMDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemTcktDesc:ItemTcktDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemSupCtyMfrDesc:ItemSupCtyMfrDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
RelatedItemDesc:RelatedItemDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA

XML-Schema Name:ItemHdrDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemHdrDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique alphanumeric value that identifies the item. ITEM ITEM_ID VARCHAR2 25 Yes The retailers sku or unique item identifier for items sold or returned. this field is required by sim.
item_number_type varchar26 1 1 This type can hold a number of digits count umber_type. ITEM ITEM_TYPE Number 0 - Item, 5 - Consignment, 10- Concession, 12 - Non Inventory, 15 - Simple Pack, 20 - Complex Pack, 25 - Simple Breakable Pack, 30 - Complex Breakable Pack No Indicates the type of item. Possible values are
format_id varchar21 0 1 This field will hold the format ID that corresponds to the item's variable UPC. This value is only used for items with variable UPCs. ITEM BARCODE_FORMAT VARCHAR2 4 No This field will hold the format ID that corresponds to the item's variable UPC. This value is only used for items with variable UPCs.
prefix number2 0 1 This column holds the prefix for variable weight UPCs. The prefix determines the format of the eventual UPC and will be used to decode variable weight UPCs that are uploaded from the POS. It is the clients responsibility to download this value to their Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.
item_parent varchar225 0 1 Alphanumeric value that uniquely identifies the item/group at the level above the item. This value must exist as an item in another row on the item_master table. ITEM PARENT_ITEM_ID varchar2 25 No the unique identifier of the item/group at the level above the item.
item_grandparent varchar225 0 1 Alphanumeric value that uniquely identifies the item/group two levels above the item. This value must exist as both an item and an item parent in another row on the item_master table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
pack_ind varchar21 0 1 Indicates if the item is a pack. A pack item is a collection of items that may be either ordered or sold as a unit. Packs require details (i.e. component items and qtys, etc.) that other items do not. This field is required by the database. ITEM PACK char2 1 Yes Indicates if the item is a pack. A pack item is a collection of items that may be either ordered or sold as a unit. Packs require details (i.e. component items and qtys, etc.) that other items do not. This field is required by the database.
item_level number1 0 1 Number indicating which of the three levels the item resides. The item level determines if the item stands alone or if it is part of a family of related items. The item level also determines how the item may be used throughout the system. ITEM ITEM_LEVEL NUMBER NUMBER No Number indicating which of the three levels the item resides. The item level determines if the item stands alone or if it is part of a family of related items. The item level also determines how the item may be used throughout the system.
tran_level number1 0 1 Number indicating which of the three levels transactions occur for the item's group. The transaction level is the level at which the item's inventory is tracked in the system. The transaction level item will be counted, transferred, shipped, etc. The transaction level may be at the current item or up to 2 levels above or below the current item. Only one level of the hierarchy of an item family may contain transaction level items. ITEM TRANSACTION_LEVEL NUMBER NUMBER No Number indicating which of the three levels transactions occur for the item's group. The transaction level is the level at which the item's inventory is tracked in the system. The transaction level item will be counted, transferred, shipped, etc. The transaction level may be at the current item or up to 2 levels above or below the current item. Only one level of the hierarchy of an item family may contain transaction level items.
diff_1 varchar210 0 1 Diff_group or diff_id that differentiates the current item from its item_parent. For an item that is a parent, this field may be either a group (i.e. Men's pant sizes) or a value (6 oz). For an item that is not a parent, this field may contain a value (34X34, Red, etc.). Valid values are found on the diff_group and diff_id tables. ITEM DIFFERENTIATOR_1 VARCHAR2 10 No the unique identifier that differentiates the current item from its item parent. for an item that is a parent, this field may be either a group (i.e. mens pant sizes) or a value (6 oz). for an item that is not a parent, this field may contain a value (34x34, red, etc.) valid values are found on diff_id table.
diff_1_type varchar26 0 1 This field will hold a value of all possible differential types. (for example, 'S' - size, 'C' - color, 'F' - flavor, 'E' - scent, 'P' - pattern). Valid values are stored on the code_detail table with the code_type 'DIFF' and on the diff_type table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
diff_2 varchar210 0 1 Diff_group or diff_id that differentiates the current item from its item_parent. For an item that is a parent, this field may be either a group (i.e. Mens pant sizes) or a value (6 oz). For an item that is not a parent, this field may contain a value (34X34, Red, etc.). Valid values are found on the diff_group and diff_id tables. ITEM DIFFERENTIATOR_2 VARCHAR2 10 No This field can be used the same way as diff_1.
diff_2_type varchar26 0 1 This field will hold a value of all possible differential types. (for example, 'S' - size, 'C' - color, 'F' - flavor, 'E' - scent, 'P' - pattern). Valid values are stored on the code_detail table with the code_type 'DIFF' and on the diff_type table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
diff_3 varchar210 0 1 Diff_group or diff_id that differentiates the current item from its item_parent. For an item that is a parent, this field may be either a group (i.e. Mens pant sizes) or a value (6 oz). For an item that is not a parent, this field may contain a value (34X34, Red, etc.). Valid values are found on the diff_group and diff_id tables. ITEM DIFFERENTIATOR_3 VARCHAR2 10 No This field can be used the same way as diff_1.
diff_3_type varchar26 0 1 This field will hold a value of all possible differential types. (for example, 'S' - size, 'C' - color, 'F' - flavor, 'E' - scent, 'P' - pattern). Valid values are stored on the code_detail table with the code_type 'DIFF' and on the diff_type table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
diff_4 varchar210 0 1 Diff_group or diff_id that differentiates the current item from its item_parent. For an item that is a parent, this field may be either a group (i.e. Mens pant sizes) or a value (6 oz). For an item that is not a parent, this field may contain a value (34X34, Red, etc.). Valid values are found on the diff_group and diff_id tables. ITEM DIFFERENTIATOR_4 VARCHAR2 10 No This field can be used the same way as diff_1.
diff_4_type varchar26 0 1 This field will hold a value of all possible differential types. (for example, 'S' - size, 'C' - color, 'F' - flavor, 'E' - scent, 'P' - pattern). Valid values are stored on the code_detail table with the code_type 'DIFF' and on the diff_type table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
dept number4 0 1 Number identifying the department to which the item is attached. The item's department will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the deps table. ITEM DEPARTMENT_ID NUMBER 12,0 No Number identifying the department to which the item is attached. The item's department will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the deps table.
dept_name varchar2120 0 1 Contains the name of the department. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
class varchar27 0 1 Number identifying the class to which the item is attached. The item's class will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the class table. ITEM CLASS_ID NUMBER 12,0 No Number identifying the class to which the item is attached. The item's class will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the class table.
class_name varchar2120 0 1 Contains the name of the class. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
subclass varchar24 0 1 Number identifying the subclass to which the item is attached. The item's subclass will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the subclass table. ITEM SUBCLASS_ID NUMBER 12,0 No Number identifying the subclass to which the item is attached. The item's subclass will be the same as that of its parent (and, by transitivity, to that of its grandparent). Valid values for this field are located on the subclass table.
sub_name varchar2120 0 1 Contains the name of the subclass. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
status varchar21 0 1 Status of the item. Valid values are: W = Worksheet: item setup in progress, cannot be used in system; S = Submitted: item setup complete and awaiting approval, cannot be use in system; A = Approved: item is approved and can now be used throughout the system. ITEM STATUS varchar2 W = Worksheet No Status of the item. Valid values are
item_desc varchar2250 0 1 Long description of the item. This description is used through out the system to help online users identify the item. For items that have parents, this description will default to the parents description plus any differentiators. For items without parents this description will default to null. ITEM LONG_DESCRIPTION VARCHAR2 400 No Long description of the item.
short_desc varchar2120 0 1 Shortened description of the item. This description is the default for downloading to the POS. For items that have parents, this description will default to the parent's short description. For items without parents, this description will default to null. ITEM SHORT_DESCRIPTION varchar2 255 No Short description of item
desc_up varchar2250 0 1 All upper case description of the item (same as upper(item_desc)). This field is not displayed in the on-line item maintenance dialog, but is used in item list of value search processing through out the system. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
primary_ref_item_ind varchar21 0 1 Indicates if the sub-transation level item is designated as the primary sub-transaction level item. For transaction level items and above the value in this field will be 'N'o. AS_ITM PRIMARY_REF varchar2 1 No Indicates if the sub-transation level item is designated as the primary sub-transaction level item. For transaction level items and above the value in this field will be 'N'o.
cost_zone_group_id number4 0 1 Cost zone group associated with the item. This field is only required when elc_ind (landed cost indicator) is set to 'Y' on the system_options table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
standard_uom varchar24 0 1 Unit of measure in which stock of the item is tracked at a corporate level. ITEM UNIT_OF_MEASURE varchar2 40 No Unit of measure
uom_conv_factor number20_10 0 1 Conversion factor between an "Each" and the standard_uom when the standard_uom is not in the quantity class (e.g. if standard_uom = lb and 1 lb = 10 eaches, this factor will be 10). This factor will be used to convert sales and stock data when an item is retailed in eaches but does not have eaches as its standard unit of measure. ITEM EACH_TO_UOM_FACTOR NUMBER 20,10 No Conversion factor between an "Each" and the standard_uom
package_size number12_4 0 1 Holds the size of the product printed on any packaging (i.e. 24 ounces). This field is used for reporting purposes, as well as by Retek Price Mangement to determine same sized and different sized items. ITEM PACKAGE_SIZE NUMBER 12,4 No Holds the size of the product printed on any packaging (i.e. 24 ounces). This field is used for reporting purposes, as well as by Retek Price Mangement to determine same sized and different sized items.
package_uom varchar24 0 1 Holds the unit of measure associated with the package size. This field is used for reporting purposes and by Retek Price Management to determine same sized and different sized items. ITEM PACKAGE_UNIT_OF_MEASURE varchar2 4 No unit of measure associated with the package size
merchandise_ind varchar21 0 1 Indicates if the item is a merchandise item (Y, N). Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
store_ord_mult varchar21 0 1 Merchandise shipped from the warehouses to the stores must be specified in this unit type. Valid values are:C = Cases; I = Inner; E = Eaches. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
forecast_ind varchar21 0 1 Indicates if this item will be interfaced to an external forecasting system (Y, N). Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
mfg_rec_retail number20_4 0 1 Manufacturer's recommended retail price for the item. Used for informational purposes only. This field is stored in the primary currency. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
retail_label_type varchar26 0 1 This field indicates any special lable type assoctiated with an item (i.e. pre-priced or cents off). This field is used for reporting purposes only. Values for this field are defined by the 'RTLT' code on code detail. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
retail_label_type_desc varchar240 0 1 Contains the retail label type description corresponding to the retail_label_type value in item_master. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
retail_label_value number20_4 0 1 This field represents the value associated with the retail label type. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
handling_temp varchar26 0 1 Holds the temperature information associated with the item. Valid values for this field are in the code type 'HTMP' on the code_head and code_detail tables. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
handling_temp_desc varchar240 0 1 Contains the Handling temperature description corresponding to the handling_temp value in item_master. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
handling_sensitivity varchar26 0 1 Holds the sensitivity information associated with the item. Valid values for this field are in the code type 'HSEN' on the code_head and code_detail tables. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
handling_sensitivity_desc varchar240 0 1 Contains the Handling sensitivity description corresponding to the handling_sensitivity value in item_master. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
catch_weight_ind varchar21 0 1 Indiactes whether the item should be weighed when it arives at a location. Valid values for this field are 'Y' and 'N'. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
waste_type varchar26 0 1 Identifies the wastage type as either sales or spoilage wastage. Sales wastage occurs during processes that make an item saleable (i.e. fat is trimmed off at customer request). Spoilage wastage occurs during the products shelf life (i.e. evaporation causes the product to weight less after a period of time). Valid values are: SP - spoilage; and SL - Sales. ITEM WASTE_TYPE varchar2 6 No Identifies the wastage type as either sales or spoilage wastage
waste_type_desc varchar240 0 1 Contains the Waste Type description corresponding to the Waste_Type value in item_master. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
waste_pct number12_4 0 1 Average percent of wastage for the item over its shelf life. Used in inflating the retail price for wastage items. ITEM WASTE_PERCENT NUMBER 12,4 No Average percent of wastage for the item over its shelf life.
default_waste_pct number12_4 0 1 Default daily wastage percent for spoilage type wastage items. This value will default to all item locations and represents the average amount of wastage that occurs on a daily basis. ITEM WASTE_PERCENT_DEFAULT Number 12,4 No 'This column hods the default waste percentage associated with a given item.
const_dimen_ind varchar21 0 1 Indicates that the dimensions of the product are always the same, regardless of the supplier. If this field is Y, the dimensions for all suppliers will be defaulted to the primary supplier/primary country dimensions. Editing of dimensions for the item will only be allowed for the primary supplier/primiary country. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
simple_pack_ind varchar21 0 1 Indicates if pack item is a simple pack or not. This field will only be available if the item is a pack item. A simple pack is an item whose components are all the same item (i.e. a six pack of cola, etc). Valid values are:Y = Yes, this item is a simple pack; N = No if this is not a simple pack. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Values or Yes "Y" or No "N"
contains_inner_ind varchar21 0 1 Indicates if pack item contains inner packs. Vendor packs will never contain inner packs and this field will be defaulted to 'N'. This field will only be available if the item is a pack item. Valid values are:Y = Yes, this pack contains inner packs; N = No, this pack does not contain inner packs. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
sellable_ind varchar21 0 1 Indicates if pack item may be sold as a unit. If it is 'Y' then the pack will have its own unique unit retail. If it is 'N' then the pack's unit retail is the sum of each individual item's total retail within the pack. This field will only be available if the item is a pack item. Value values are: Y = Yes, this pack may be sold as a unit; N = No, this pack man not be sold as a unit. ITEM SELLABLE varchar2 Y = Yes, this pack may be sold as a unit; N = No, this pack man not be sold as a unit. Yes Indicates if pack item may be sold as a unit. If it is 'Y' then the pack will have its own unique unit retail. If it is 'N' then the pack's unit retail is the sum of each individual item's total retail within the pack. This field will only be available if the item is a pack item. Value values are
orderable_ind varchar21 0 1 Indicates if pack item is orderable. If it is 'Y' then the suppliers of the pack must supply all components in the pack. If it is 'N' then the components may have different suppliers. This field will only be available if the item is a pack item. Valid values are: Y = Yes, this pack may be ordered, N = No, this pack may not be ordered. ITEM ORDERABLE varchar2 Y = Yes, this pack may be ordered, N = No, this pack may not be ordered. Yes Indicates if pack item is orderable. If it is 'Y' then the suppliers of the pack must supply all components in the pack. If it is 'N' then the components may have different suppliers. This field will only be available if the item is a pack item. Valid values are
pack_type varchar21 0 1 Indicates if pack item is a vendor pack or a buyer pack. A vendor pack is a pack that the vendor or supplier recognizes and sells to the retailer. If the pack item is a vendor pack, communication with the supplier will use the vendor pack number. A buyer pack is a pack that a buyer created for internal ease of use. If the pack item is a buyer pack communication with the supplier will explode the pack out to its component items. This field will only be available if the item is a pack item. If the pack item is not orderable this field must be null. Valid values are: V = Vendor; B = Buyer. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
order_as_type varchar21 0 1 Indicates if pack item is receivable at the component level or at the pack level (for a buyer pack only). This field is required if pack item is an orderable buyer pack. This field must be NULL if the pack is sellable only or a vendor pack. This field will only be available if the item is a pack item. Valid Values are: E = Eaches (component level) P = Pack (buyer pack only). ITEM ORDER_AS_TYPE varchar2 E = Eaches (component level) P = Pack (buyer pack only). No Indicates if pack item is receivable at the component level or at the pack level (for a buyer pack only). This field is required if pack item is an orderable buyer pack. This field must be NULL if the pack is sellable only or a vendor pack. This field will only be available if the item is a pack item. Valid Values are
comments varchar22000 0 1 Holds any comments associated with the item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
unit_retail number20_4 0 1 This field holds the unit retail in the standard unit of measure for the item/zone combination. This field is stored in the local currency. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_service_level varchar26 0 1 Holds a value that restricts the type of shipment methods that RCOM can select for an item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
gift_wrap_ind varchar21 0 1 This field will contain a value of 'Y' if the item is eligible to be gift wrapped. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
ship_alone_ind varchar21 0 1 This field will contain a value of 'Y' if the item should be shipped to the customer is a seperate package versus being grouped together in a box. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
vendor_style varchar215 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
std_unit_weight number20_10 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
single_price_flag varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
preticket_flag varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
planned_residual varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
sortable varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda1 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda2 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda3 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda4 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda5 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda6 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda7 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda8 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda9 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda10 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda11 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda12 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.
item_master_uda13 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda14 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_master_uda15 varchar220 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
ship_alone varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
slottable varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Not used in SIM
freight_class varchar24 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
new_item varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
brand varchar2120 0 1 This is used to associate a brand to an item. ITEM BRAND VARCHAR2 30 No Brand name associated with Item
break_case_ups varchar24 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
rigid varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
fragile varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
container_type varchar26 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
conveyable_flag varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
hazard_matl_code varchar26 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
velocity number12_4 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
high_value_ind varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
ticket_type varchar24 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
color varchar224 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
size1 varchar26 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
fit varchar26 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
shade varchar26 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
single_contain_bulk varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
unit_pick_system_code varchar212 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
roundable_flag varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
perishable_ind varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
division number4 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
vendor_nbr varchar210 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
kitting_wip_code varchar29 0 1 Wip code used to designate the Kitting process used in item_master Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
unit_ticket_qty number3 0 1 Item Master User Defined Attribute Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_length number12_4 0 1 Length of an individual item Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_width number12_4 0 1 Width of an individual item Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_height number12_4 0 1 Height of an individual Item Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_weight number12_4 0 1 Weight of an individual item Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_cube number12_4 0 1 Cubic dimension of an individual item Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
std_unit_factor number6_2 0 1 Used for putaway by volume. The percentage of the standard number of units that will fit into a location type. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
std_unit_qty number12_4 0 1 The number of items that normally fit on/in the container type Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
expiration_days number4 0 1 The number of days before inventory is deemed to be no longer distributable Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
putaway_by_volume varchar26 0 1 If set to Y, putaway will be determined by cube or volume. If set to N, putaway will be determined by capacity. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
putaway_plan varchar220 0 1 Plan used for putaway Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes It can be PURCHASE_TYPE_CONSIGNMENT("S"), or PURCHASE_TYPE_CONCESSION("C"), provided by RIB
item_type varchar26 0 1 Code specifying what type the item is. Valid values for this field are in the code type UPCT on the code_head and code_detail tables. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
sorter_group varchar26 0 1 Sorter Group identifier Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
sku_optimization varchar21 0 1 Indicator for inclusion in SKU optimization Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
ext_source_system varchar26 0 1 Specifies what external system the data originated from. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
item_xform_ind varchar21 0 1 Indicator shows that an item is associated with an item transformation. The item is either the sellable or the orderable item in the transformation process. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
inventory_ind varchar21 0 1 Inventory Indicator ITEM ITEM_TYPE NUMBER 2,0 Yes type of item. 0 - Item, 5 - Consignment, 12 - Non Inventory, 15 - Simple, 20 - complex, 25 - Pack breakable
order_type varchar29 0 1 Indicates the type of order and which Open To Buy bucket will be updated. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
sale_type varchar26 0 1 n/a Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
deposit_item_type varchar26 0 1 This is the deposit item component type. A NULL value in this field indicates that this item is not part of a deposit item relationship. The possible values are - E - Contents A - Container Z - Crate T - Returned Item (Empty bottle) P - Complex pack (with deposit items) The Returned item is flagged only to enable these items to be mapped to a separate GL account if required. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
container_item varchar225 0 1 This holds the container item number for a contents item. This field is only populated and required if the DEPOSIT_ITEM_TYPE = E. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
deposit_in_price_per_uom varchar26 0 1 This field indicates if the deposit amount is included in the price per UOM calculation for a contents item ticket. This value is only required if the DEPOSIT_ITEM_TYPE = E. Valid values are: I - Include deposit amount E - Exclude deposit amount Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
transport_ind varchar21 0 1 Not used by RMS. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes NOT USED IN SIM
notional_pack_ind varchar21 0 1 Indicates in SIM if a sellable simple pack needs to be broken down to its component item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Values are Y or N
soh_inquiry_at_pack_ind varchar21 0 1 Indicates in SIM if a notional simple pack item's inventory should be displayed in packs. ITEM ESTIMATE_SOH_FOR_PACK VARCHAR2 1 No Indicates in SIM if a notional simple pack item's inventory should be displayed in packs.
purchase_type varchar26 0 1 Indicates if an item is a normal, consignment or concession item - 'N' for normal, 'S' for consignment, 'C' for concession. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes It ca be PURCHASE_TYPE_CONSIGNMENT("S"), or PURCHASE_TYPE_NORMAL("N"), or PURCHASE_TYPE_CONCESSION("C"), provided by RIB
product_classification varchar26 0 1 This contains item combinability codes (with code type 'PCLA') which provide a way to define which items can be combined (packed or boxed) together. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.

XML-Schema Name:ItemSupDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemSupDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. SUPPLIER_ITEM ITEM_ID varchar2 25 Yes UNIQUE IDENTIFIER FOR ITEM
supplier varchar210 1 1 Unique identifier for the supplier. SUPPLIER_ITEM SUPPLIER_ID varchar2 128 Yes the unique identifier of the supplier for this item.
primary_supp_ind varchar23 1 1 This field indicates whether this supplier is the primary supplier for the item. An item can have one and only one primary supplier. SUPPLIER_ITEM IS_PRIMARY varchar2 3 Yes This field indicates whether this supplier is the primary supplier for the item. An item can have one and only one primary supplier. Valid values are y and n.
vpn varchar230 0 1 This field contains the Vendor Product Number for the Item. SUPPLIER_ITEM VENDOR_PRODUCT_NUMBER varchar2 256 Yes This field contains the Vendor Product Number for the Item.
supp_label varchar215 0 1 This field contains the supplier label. It will only be popluated if item is a style. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
consignment_rate number12_4 0 1 This field contains the consignment rate for this item for the supplier. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_diff_1 varchar2120 0 1 This field contains the first supplier differentiator and/or description. This field may only contain a value for items with an item_parent. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_diff_2 varchar2120 0 1 This field contains the second supplier differentiator and/or description. This field may only contain a value for items with an item_parent. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_diff_3 varchar2120 0 1 This field contains the third supplier differentiator and/or description. This field may only contain a value for items with an item_parent. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_diff_4 varchar2120 0 1 This field contains the fourth supplier differentiator and/or description. This field may only contain a value for items with an item_parent. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
pallet_name varchar26 0 1 Code referencing the name used to refer to the pallet. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
case_name varchar26 0 1 Code referencing the name used to refer to the case. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
inner_name varchar26 0 1 Code referencing the name used to refer to the inner. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_discontinue_date xs:dateTime 0 1 Date when the supplier discontinues an item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
direct_ship_ind varchar21 0 1 A value of 'Y'es in this field indicates that any item associated with this supplier is eligible for a direct shipment from the supplier to the customer. n/a n/a null null No Not used by SIM

XML-Schema Name:ItemSupCtyDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemSupCtyDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. SUPPLIER_ITEM_COUNTRY, SUPPLIER_ITEM ITEM_ID, ITEM_ID VARCHAR2 25 Yes the unique identifier for the item.
supplier varchar210 1 1 Unique identifier for the supplier. SUPPLIER_ITEM_COUNTRY, SUPPLIER_ITEM SUPPLIER_ID, SUPPLIER_ID VARCHAR2 128 Yes the unique identifier of the supplier for this item.
origin_country_id varchar23 1 1 The country where the item was manufactured or significantly altered. SUPPLIER_ITEM_COUNTRY COUNTRY_ID VARCHAR2 3 Yes the unique code of the country for the supplier that produces the item.
primary_supp_ind varchar23 1 1 This field indicates whether this supplier is the primary supplier for the item. Each item can have one and only one primary supplier. N/A Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used in SIM
primary_country_ind varchar21 1 1 This field indicates whether this country is the primary country for the item/supplier. Each item/supplier combination can have one and only one primary country. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
unit_cost number20_4 1 1 This field contains the current corporate unit cost for the item from the supplier /origin country. This field is stored in the Supplier's currency. SUPPLIER_ITEM_COUNTRY UNIT_COST_VALUE NUMBER 12,4 Yes the unit cost of the item for that supplier in that country.
lead_time number4 0 1 This field contains the number of days that will elapse between the date an order is written and the delivery to the store or warehouse from the supplier. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
pickup_lead_time number4 0 1 Contains the time that will be taken to get the item from the supplier to the initial receiving location. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
supp_pack_size number12_4 1 1 This field contains the quantity that orders must be placed in multiples of for the supplier for the item. SUPPLIER_ITEM_COUNTRY, ITEM CASE_SIZE, CASE_SIZE NUMBER 12,4 Yes the default number of items within a case from the supplier.
inner_pack_size number12_4 1 1 This field contains the break pack size for this item from the supplier. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Not used by SIM.
round_lvl varchar26 1 1 This column is used to determine how order quantities will be rounded to case, layer and pallet. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
min_order_qty number12_4 0 1 This field contains the minimum quantity that can be ordered at one from the supplier for the item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
max_order_qty number12_4 0 1 This field contains the maximum quantity that can be ordered at one from the supplier for the item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
packing_method varchar26 0 1 This field indicates whether the packing method for the item in the container is flat or hanging. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
default_uop varchar26 0 1 Contains the default unit of purchase for the item/supplier/country. Valid values include 'C'ase and 'P'allet. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
ti number12_4 1 1 Number of shipping units (cases) that make up one tier of the pallet. Multiply TI x HI to get total number of units (cases) in a Pallet. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
hi number12_4 1 1 Number of tiers that make up a complete pallet. Multiply TI x HI to get total number of units (cases) in a Pallet. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
cost_uom varchar24 0 1 A cost UOM is held to allow costs to be managed in a separate UOM to the standard UOM. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
tolerance_type varchar26 0 1 The unit of tolerance for catch weight simple packs. Valid values are: 'A'-actual 'P' - percent. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
max_tolerance number12_4 0 1 The maximum tolerance value for the catch weight simple pack. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.
min_tolerance number12_4 0 1 The minimum tolerance value for a catch weight simple pack Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used by SIM.

XML-Schema Name:ISCDimDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ISCDimDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. SUPPLIER_ITEM_COUNTRY_DIM ITEM_ID varchar2 25 Yes Unique identifier for the item.
supplier varchar210 1 1 Unique identifier for the supplier. SUPPLIER_ITEM_COUNTRY_DIM SUPPLIER_ID varchar2 128 Yes Unique identifier for the supplier.
origin_country varchar23 1 1 The country where the item was manufactured or significantly altered. SUPPLIER_ITEM_COUNTRY_DIM COUNTRY_ID varchar2 3 Yes The country where the item was manufactured or significantly altered.
dim_object varchar26 1 1 Specific object whose dimensions are specified in this record. SUPPLIER_ITEM_COUNTRY_DIM DIMENSION_OBJECT varchar2 6 Yes Specific object whose dimensions are specified in this record.
object_desc varchar240 0 1 Dim_object description fetched from the code_detail table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Not used in SIM
presentation_method varchar26 0 1 Describes the packaging (if any) being taken into consideration in the specified dimensions. SUPPLIER_ITEM_COUNTRY_DIM PRESENTATION_METHOD varchar2 6 No Describes the packaging (if any) being taken into consideration in the specified dimensions.
method_desc varchar240 0 1 Presentation method description fetched from the code_detail table. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. No Not used in SIM
length number12_4 0 1 Length of dim_object measured in units specified in lwh_uom. SUPPLIER_ITEM_COUNTRY_DIM LENGTH number 12,4 No Length of dim_object measured in units specified in lwh_uom.
width number12_4 0 1 Width of dim_object measured in units specified in lwh_uom. SUPPLIER_ITEM_COUNTRY_DIM WIDTH number 12,4 No Width of dim_object measured in units specified in lwh_uom.
height number12_4 0 1 Height of dim_object measured in units specified in lwh_uom. SUPPLIER_ITEM_COUNTRY_DIM HEIGHT number 12,4 No Height of dim_object measured in units specified in lwh_uom.
lwh_uom varchar24 0 1 Unit of measurement for length, width and height. SUPPLIER_ITEM_COUNTRY_DIM DIMENSION_UOM varchar2 4 No Unit of measurement for length, width and height.
weight number12_4 0 1 Weight of dim_object measured in units specified in weight_uom. SUPPLIER_ITEM_COUNTRY_DIM WEIGHT number 12,4 No Weight of dim_object measured in units specified in weight_uom.
net_weight number12_4 0 1 Net weight of the dim_object (weight without packaging) measured in units specified in weight_uom. SUPPLIER_ITEM_COUNTRY_DIM NET_WEIGHT number 12,4 No Net weight of the dim_object (weight without packaging) measured in units specified in weight_uom.
weight_uom varchar24 0 1 Unit of measurement for weight. SUPPLIER_ITEM_COUNTRY_DIM WEIGHT_UOM varchar2 4 No Unit of measurement for weight.
liquid_volume number12_4 0 1 Liquid volume, or capacity, of dim_object measured in units specified in colume_uom. Liquid volumes are only convertible to other liquid volumes. SUPPLIER_ITEM_COUNTRY_DIM LIQUID_VOLUME number 12,4 No Liquid volume, or capacity, of dim_object measured in units specified in colume_uom. Liquid volumes are only convertible to other liquid volumes.
liquid_volume_uom varchar24 0 1 Unit of measurement for liquid volume. Liquid volumes are only convertible to other liquid volumes. SUPPLIER_ITEM_COUNTRY_DIM LIQUID_VOLUME_UOM varchar2 4 No Unit of measurement for liquid volume. Liquid volumes are only convertible to other liquid volumes.
stat_cube number12_4 0 1 Statistical value of the dim_object's dimensions to be used for loading purposes. SUPPLIER_ITEM_COUNTRY_DIM STATISTICAL_CUBE number 12,4 No Statistical value of the dim_object's dimensions to be used for loading purposes.
tare_weight number12_4 0 1 Amount of weight to be subtracted for packaging materials. Used to calculate the true net weight of the dim_object. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Not used in SIM
tare_type varchar26 0 1 Indicates whether the tare weight for the dim_object is wet or dry. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Not used in SIM

XML-Schema Name:ItemUDALOVDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemUDALOVDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Item ID ITEM_UDA ITEM_ID VARCHAR2 25,0 Yes Item Id
uda_id number5 1 1 This field contains the unique identified of the Attribute Group being added or delete to the item list. ITEM_UDA UDA_ID NUMBER 5,0 Yes UDA Id
uda_value varchar230 1 1 Contains the value of the Attribute Group. ITEM_UDA VALUE_ID VARCHAR2 30 Yes null

XML-Schema Name:ItemUDAFFDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemUDAFFDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. ITEM_UDA ITEM_ID VARCHAR2 25,0 Yes Item Id
uda_id number5 1 1 This field contains a number identifying the user-defined attribute. ITEM_UDA UDA_ID NUMBER 5,0 Yes UDA Id
uda_text varchar2250 0 1 This field contains the text value of the user-defined attribute for the item. ITEM_UDA UDA_TEXT VARCHAR2 250 No Holds the value of uda display type of FF (free form text)

XML-Schema Name:ItemUDADateDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemUDADateDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. ITEM_UDA ITEM_ID VARCHAR2 25 Yes Item Id
uda_id number5 1 1 This field contains a number identifying the user-defined attribute. ITEM_UDA UDA_ID NUMBER 5,0 Yes UDA Id
uda_date xs:dateTime 1 1 This field contains the effective date for the Uda id. ITEM_UDA UDA_DATE RIBDate Fill column length. No Holds the value of uda display type of DT (date)

XML-Schema Name:ItemImageDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemImageDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. ITEM_IMAGE ITEM_ID varchar2 25 Yes null
image_name varchar2120 1 1 Name of the image. ITEM_IMAGE IMAGE_NAME varchar2 120 Yes null
image_addr varchar2255 1 1 Path where the image file is stored. ITEM_IMAGE IMAGE_URL varchar2 1000 Yes null
image_type varchar26 0 1 This field contains the type of the image of the item. Valid values are defined as member of IITD code type. N/A N/A RIB or/and RSB or/and RSL N/A Yes Not Used by SIM
primary_ind varchar21 0 1 Field indicating whether the record is a primary image or not. N/A N/A RIB or/and RSB or/and RSL N/A Yes Not used in SIM
display_priority number4 0 1 Field to specify the display sequence order of images associated to the item per priority. ITEM_IMAGE DISPLAY_SEQUENCE RIB or/and RSB or/and RSL NUMBER (2) Yes Fill this description.

XML-Schema Name:ItemUPCDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemUPCDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item_id varchar225 1 1 Unique identifier for the item. ITEM ITEM_ID VARCHAR2 25 Yes the retailers sku or unique item identifier for items sold or returned. this field is required by sim.
item_parent varchar225 0 1 Unique identifier for the item/group at the level above the item. ITEM PARENT_ITEM_ID VARCHAR2 25 Yes the unique identifier of the item/group at the level above the item.
primary_ref_item_ind varchar21 0 1 Indicates if the sub-transaction level item is designated as the primary sub-transaction level item. For transaction level items and above, the value in this field will be 'N'o. ITEM IS_PRIMARY CHAR 1 Yes indicates if the sub-transaction level item is designated as the primary sub-transaction level item. for transaction level items and above the value in this field will be n. valid values are
format_id varchar21 0 1 This field will hold the format id that corresponds to the item's variable UPC. This value is only used for items with variable UPCs. ITEM BARCODE_FORMAT VARCHAR2 4 Yes barcode format
prefix number2 0 1 This field holds the prefix for variable weight UPCs. The prefix determines the format of the eventual UPC and will be used to decode variable weight UPCs that are uploaded from the POS. ITEM BARCODE_PREFIX NUMBER 9,0 Yes barcode prefix
item_number_type varchar26 0 1 This type can hold a number of digits count umber_type. ITEM ITEM_TYPE NUMBER 2,0 Yes Indicates the type of item. Possible values are: 0 - Item, 5 - Consignment, 10- Concession, 12 - Non Inventory, 15 - Simple Pack, 20 - Complex Pack, 25 - Simple Breakable Pack, 30 - Complex Breakable Pack

XML-Schema Name:ItemBOMDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemBOMDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
pack_no varchar225 1 1 Unique identifier for the pack item. ITEM_COMPONENT COMPONENT_ITEM_ID VARCHAR2 128 Yes The unique identifier of the item that is a member of the collection or pack.
item varchar225 1 1 Unique identifier for the component item. ITEM_COMPONENT ITEM_ID VARCHAR2 25 Yes The unique identifier of the item that is defined as a collection or pack.
pack_qty number12_4 1 1 Contains the quantity of each item in the pack item. ITEM_COMPONENT QUANTITY NUMBER 12,4 Yes The number of individual constituent items within the collection or pack.

XML-Schema Name:ItemTcktDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemTcktDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. ITEM ITEM_ID VARCHAR2 25 Yes the retailers sku or unique item identifier for items sold or returned. this field is required by sim.
ticket_type_id varchar24 1 1 This field uniquely identifies the ticket type which is associated with the item. ITEM TICKET_TYPE_CODE VARCHAR2 6 Yes suggested ticket type code for this item. value is obtained from rms.

XML-Schema Name:ItemSupCtyMfrDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemSupCtyMfrDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Item ID. SUPPLIER_ITEM_MANUFACTURE ITEM_ID VARCHAR2 25 Yes Unique identifier for the item
supplier number10 1 1 Supplier ID. SUPPLIER_ITEM_MANUFACTURE SUPPLIER_ID VARCHAR2 128 Yes The supplier id
manufacturer_ctry_id varchar23 1 1 Country ID of manufacturer. SUPPLIER_ITEM_MANUFACTURE COUNTRY_ID VARCHAR2 3 Yes typically a 2-letter country code, like us, en, fr
primary_manufacturer_ctry_ind varchar21 1 1 Primary country of manufacturer indicator. SUPPLIER_ITEM_MANUFACTURE IS_PRIMARY VARCHAR2 1 Yes a primary indicator, a y/n field

XML-Schema Name:RelatedItemDesc Version:15.0.0 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for RelatedItemDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and RSL) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 The main item against which the relationship is defined. RELATED_ITEM ITEM_ID RIB or/and RSB or/and RSL VARCHAR2(25 BYTE) Yes The main item against which the relationship is defined.
relationship_id number15 1 1 A system generated numeric field that uniquely identifies the relationship record in related_item_head. RELATED_ITEM RELATIONSHIP_ID_EXTERNAL RIB or/and RSB or/and RSL NUMBER(15,0) Yes Fill this description.
relationship_name varchar2120 1 1 This is the user entered name of the relationship. RELATED_ITEM RELATIONSHIP_NAME RIB or/and RSB or/and RSL VARCHAR2(120 BYTE) Yes Fill this description.
relationship_type varchar26 1 1 Describes the type of relationship. Valid values are in the codes table under code_type 'IREL'. RELATED_ITEM RELATIONSHIP_TYPE RIB or/and RSB or/and RSL VARCHAR2(6 BYTE) Yes Fill this description.
mandatory_ind mandatory_ind 1 1 Indicates whether the relationship is mandatory or not. Valid values: 'Y' (yes), 'N' (no). RELATED_ITEM MANDATORY_IND RIB or/and RSB or/and RSL VARCHAR2(1 BYTE) Yes Fill this description.
RelatedItemDtl * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc.