Retail Integration Mappings Report Release:16.0.030 (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:16.0.030 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 BDI) 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
VatItemDesc:VatItemDesc * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc. NA NA NA NA NA NA
ItemSupUomDesc:ItemSupUomDesc * 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:16.0.030 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 BDI) 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. No Not used in SIM.
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 No Not used in SIM.
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. No 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 ITEM_TYPE NUMBER 2 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 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. No 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. No 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. No 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. No 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. No 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. No 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 1 No the current status of the item
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. No 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. ITEM IS_PRIMARY CHAR 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. No 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 4 Yes 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). No 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. No NOT USED IN SIM
forecast_ind varchar21 0 1 Indicates if this item will be interfaced to an external forecasting system (Y, N). No 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. No 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. No 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. No NOT USED IN SIM
retail_label_value number20_4 0 1 This field represents the value associated with the retail label type. No 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. No NOT USED IN SIM
handling_temp_desc varchar240 0 1 Contains the Handling temperature description corresponding to the handling_temp value in item_master. No 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. No NOT USED IN SIM
handling_sensitivity_desc varchar240 0 1 Contains the Handling sensitivity description corresponding to the handling_sensitivity value in item_master. No 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'. No 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. No 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. No 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. No Values or Yes "Y" or No "N used to derive Item Type
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. No 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 1 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.
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 1 Yes Indicates if pack item is orderable.
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. No 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 1 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.
comments varchar22000 0 1 Holds any comments associated with the item. No 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. No 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. No 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. No 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. ITEM SHIP_ALONE VARCHAR2 1 No indicates if the item should be shipped to the customer is a separate package versus being grouped together in a box.
vendor_style varchar215 0 1 Not used by RMS. No NOT USED IN SIM
std_unit_weight number20_10 0 1 Not used by RMS. No NOT USED IN SIM
single_price_flag varchar21 0 1 Not used by RMS. No NOT USED IN SIM
preticket_flag varchar21 0 1 Not used by RMS. No NOT USED IN SIM
planned_residual varchar21 0 1 Not used by RMS. No NOT USED IN SIM
sortable varchar21 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda1 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda2 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda3 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda4 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda5 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda6 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda7 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda8 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda9 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda10 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda11 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda12 varchar220 0 1 Not used by RMS. No Fill this description.
item_master_uda13 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda14 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
item_master_uda15 varchar220 0 1 Not used by RMS. No NOT USED IN SIM
ship_alone varchar21 0 1 Not used by RMS. No NOT USED IN SIM
slottable varchar21 0 1 Not used by RMS. No Not used in SIM
freight_class varchar24 0 1 Not used by RMS. No NOT USED IN SIM
new_item varchar21 0 1 Not used by RMS. No 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. No NOT USED IN SIM
rigid varchar21 0 1 Not used by RMS. No NOT USED IN SIM
fragile varchar21 0 1 Not used by RMS. No NOT USED IN SIM
container_type varchar26 0 1 Not used by RMS. Yes NOT USED IN SIM
conveyable_flag varchar21 0 1 Not used by RMS. No NOT USED IN SIM
hazard_matl_code varchar26 0 1 Not used by RMS. No NOT USED IN SIM
velocity number12_4 0 1 Not used by RMS. No NOT USED IN SIM
high_value_ind varchar21 0 1 Not used by RMS. No NOT USED IN SIM
ticket_type varchar24 0 1 Not used by RMS. No NOT USED IN SIM
color varchar224 0 1 Not used by RMS. No NOT USED IN SIM
size1 varchar26 0 1 Not used by RMS. No NOT USED IN SIM
fit varchar26 0 1 Not used by RMS. No NOT USED IN SIM
shade varchar26 0 1 Not used by RMS. No NOT USED IN SIM
single_contain_bulk varchar21 0 1 Not used by RMS. No NOT USED IN SIM
unit_pick_system_code varchar212 0 1 Not used by RMS. No NOT USED IN SIM
roundable_flag varchar21 0 1 Not used by RMS. No NOT USED IN SIM
perishable_ind varchar21 0 1 Not used by RMS. No NOT USED IN SIM
division number4 0 1 Not used by RMS. No NOT USED IN SIM
vendor_nbr varchar210 0 1 Not used by RMS. No NOT USED IN SIM
kitting_wip_code varchar29 0 1 Wip code used to designate the Kitting process used in item_master No NOT USED IN SIM
unit_ticket_qty number3 0 1 Item Master User Defined Attribute No NOT USED IN SIM
item_length number12_4 0 1 Length of an individual item No NOT USED IN SIM
item_width number12_4 0 1 Width of an individual item No NOT USED IN SIM
item_height number12_4 0 1 Height of an individual Item No NOT USED IN SIM
item_weight number12_4 0 1 Weight of an individual item No NOT USED IN SIM
item_cube number12_4 0 1 Cubic dimension of an individual item Fill application table name. No 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. No NOT USED IN SIM
std_unit_qty number12_4 0 1 The number of items that normally fit on/in the container type No NOT USED IN SIM
expiration_days number4 0 1 The number of days before inventory is deemed to be no longer distributable No 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. No NOT USED IN SIM
putaway_plan varchar220 0 1 Plan used for putaway No Not used in SIM.
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. No NOT USED IN SIM
sorter_group varchar26 0 1 Sorter Group identifier No NOT USED IN SIM
sku_optimization varchar21 0 1 Indicator for inclusion in SKU optimization No NOT USED IN SIM
ext_source_system varchar26 0 1 Specifies what external system the data originated from. No 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. No NOT USED IN SIM
inventory_ind varchar21 0 1 Inventory Indicator ITEM INVENTORIABLE VARCHAR2 1 Yes Y indicates inventoriable, N indicates not inventoriable
order_type varchar29 0 1 Indicates the type of order and which Open To Buy bucket will be updated. No NOT USED IN SIM
sale_type varchar26 0 1 n/a No 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. No 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. No 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 No NOT USED IN SIM
transport_ind varchar21 0 1 Not used by RMS. No 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. No 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. No Not used in SIM.
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. No Not used in SIM.
CustFlexAttriVo:CustFlexAttriVo * 0 unbounded References a collection of customer flexible attributes. NA NA NA NA NA NA
item_aggregate_ind varchar21 0 1 Indicator to aggregate inventory and sales for the item. Currently, this indiactor is used by allocation and MFP to aggregate inventory for items. For staple items this indictor should be N. No Not used in SIM.
diff_1_aggregate_ind varchar21 0 1 Indicator for the corresponding diff. Indicator to aggregate inventory and sales for an item at Parent/Diff level (e.g Style/Color or Style/Size ). This indicator is currently used by allocation and MFP. No Not used in SIM.
diff_2_aggregate_ind varchar21 0 1 Indicator for the corresponding diff. Indicator to aggregate inventory and sales for an item at Parent/Diff level (e.g Style/Color or Style/Size ). This indicator is currently used by allocation and MFP. No Not used in SIM.
diff_3_aggregate_ind varchar21 0 1 Indicator for the corresponding diff. Indicator to aggregate inventory and sales for a fashion item at Parent/Diff level (e.g Style/Color or Style/Size ). This indicator is currently used by allocation and MFP. No Not used in SIM.
diff_4_aggregate_ind varchar21 0 1 Indicator for the corresponding diff. Indicator to aggregate inventory and sales for an item at Parent/Diff level (e.g Style/Color or Style/Size ). This indicator is currently used by allocation and MFP. No Not used in SIM.
item_desc_secondary varchar2250 0 1 Secondary descriptions of the item. This field can only be populated when system_options.secondary_desc_ind = Y. No Not used in SIM.
original_retail number20_4 0 1 The field indicated the original retail price of the item per unit.This field is stored in the primary currency. No Not used in SIM.
originalretailcurrencycode varchar23 0 1 The field indicates the currency code of the original retail price. No Not used in SIM.
mfgretailcurrencycode varchar23 0 1 The field indicates the currency code of the Manufacturer's retail price. No Not used in SIM.
catch_weight_type varchar21 0 1 This column will hold catch weight type for a simple pack catch weight item. The value is based on the component items order_type and sale_type: 2 - order_type = Variable Weight, sale_type = Loose Weight 4 - order_type = Variable Weight, sale_type = Variable Weight Each The column will be set only at the time of Item approval. It will be used by the ReIM Invoice Matching process. No Not used in SIM
catch_weight_uom varchar24 0 1 Indicates the UOM for Catchweight Items. No Not used in SIM
brand_name varchar230 0 1 This field contains the brand associated to an item. Yes Not used in SIM
unique_class number12 0 1 This field uniquely identify the class which the item belongs to.Class is not unique ID the merchandise hierarchy.The combination of Dept/Class is unique, but requires use of a composite key.The composite key is generally used in user interfaces.The unique ID can be used in back end processing or in systems that can not have a composite key in the merchandise hierarchy. No Not used in SIM
unique_subclass number12 0 1 This field uniquely identify the subclass which the item belongs to.Sublass is not unique ID the merchandise hierarchy.The combination of Dept/Class/Subclass is unique, but requires use of a composite key.The composite key is generally used in user interfaces.The unique ID can be used in back end processing or in systems that can not have a composite key in the merchandise hierarchy. No Not used in SIM.
diff_1_level varchar26 0 1 This field will contain either ID or GROUP, based on whether the diff_1 is a group diff or a diff id.
diff_1_description varchar2120 0 1 This field will hold the description of differentiator. No Not used in SIM.
diff_2_level varchar26 0 1 This field will contain either ID or GROUP, based on whether the diff_2 is a group diff or a diff id. No Not used in SIM.
diff_2_description varchar2120 0 1 This field will hold the description of differentiator. No Not used in SIM.
diff_3_level varchar26 0 1 This field will contain either ID or GROUP, based on whether the diff_3 is a group diff or a diff id. No Not used in SIM.
diff_3_description varchar2120 0 1 This field will hold the description of differentiator. No Not used in SIM.
diff_4_level varchar26 0 1 This field will contain either ID or GROUP, based on whether the diff_4 is a group diff or a diff id. No Not used in SIM.
diff_4_description varchar2120 0 1 This field will hold the description of differentiator. No Not used in SIM.
prod_classification_desc varchar2120 0 1 This field will hold the description of the product classification. No Not used in SIM.
ItemHdrTlDesc:ItemHdrTlDesc * 0 unbounded References a collection of customer flexible attributes. NA NA NA NA NA NA

XML-Schema Name:CustFlexAttriVo Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for CustFlexAttriVo in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
name varchar230 1 1 Holds the attribute name. NA NA NA NA NA NA
value varchar2250 0 1 Holds the numeric or string value of the attribute. NA NA NA NA NA NA
value_date xs:dateTime 0 1 Holds the date value of the attribute. NA NA NA NA NA NA

XML-Schema Name:ItemHdrTlDesc Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemHdrTlDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
lang number6 0 1 This field will hold the language in which the translated text is maintained. NA NA NA NA NA NA
description varchar2120 0 1 This field will hold the language in which the translated text is maintained. NA NA NA NA NA NA
iso_code varchar26 0 1 This field will hold the language in which the translated text is maintained. NA NA NA NA NA NA
item_desc varchar2250 0 1 This field will hold the language in which the translated text is maintained. NA NA NA NA NA NA
item_desc_secondary varchar2250 0 1 This field will hold the translated text of the primary description of the item. NA NA NA NA NA NA
short_desc varchar2120 0 1 This field will hold the language in which the translated text is maintained. NA NA NA NA NA NA

XML-Schema Name:ItemSupDesc Version:16.0.030 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 BDI) 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 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 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 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 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 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 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 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 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 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 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
CustFlexAttriVo:CustFlexAttriVo * 0 unbounded References a collection of customer flexible attributes. NA NA NA NA NA NA
primary_case_size varchar26 0 1 This field indicates the primary case size for the item supplier when an orderable item is configured for informal case types. Used only if AIP is interfaced.

XML-Schema Name:CustFlexAttriVo Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for CustFlexAttriVo in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
name varchar230 1 1 Holds the attribute name. NA NA NA NA NA NA
value varchar2250 0 1 Holds the numeric or string value of the attribute. NA NA NA NA NA NA
value_date xs:dateTime 0 1 Holds the date value of the attribute. NA NA NA NA NA NA

XML-Schema Name:ItemSupCtyDesc Version:16.0.030 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 BDI) 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Fill column length. No Not used by SIM.
CustFlexAttriVo:CustFlexAttriVo * 0 unbounded References a collection of customer flexible attributes. NA NA NA NA NA NA
round_to_inner_pct number12_4 0 1 This column will hold the Inner Rounding Threshold value. During rounding, this value is used to determine whether to round partial Inner quantities up or down. If the Inner-fraction in question is less than the Threshold proportion, it is rounded down; if not, it is rounded up.
round_to_case_pct number12_4 0 1 This column will hold the Case Rounding Threshold value. During rounding, this value is used to determine whether to round partial Case quantities up or down. If the Case-fraction in question is less than the Threshold proportion, it is rounded down; if not, it is rounded up.
round_to_layer_pct number12_4 0 1 This column will hold the Layer Rounding Threshold value. During rounding, this value is used to determine whether to round partial Layer quantities up or down. If the Layer-fraction in question is less than the Threshold proportion, it is rounded down; if not, it is rounded up.
round_to_pallet_pct number12_4 0 1 This column will hold the Pallet Rounding Threshold value. During rounding, this value is used to determine whether to round partial Pallet quantities up or down. If the Pallet -fraction in question is less than the Threshold proportion, it is rounded down; if not, it is rounded up.
supp_hier_type_1 varchar26 0 1 This field identifies partner type of supplier hierarchy level 1.This field will always have the partner type S1 which indicates manufacturer..
supp_hier_lvl_1 varchar210 0 1 Highest level of supplier hierarchy which is there to indicate a partner, such as a manufacturer, in the supply chain that gives rebates to the retailer.
supp_hier_type_2 varchar26 0 1 This field identifies partner type of supplier hierarchy level 2 . This field will always have the partner type S2 which indicates distributor.
supp_hier_lvl_2 varchar210 0 1 Second highest level of supplier hierarchy which is there to indicate a partner, such as a distributor in the supply chain that gives rebates to the retailer.
supp_hier_type_3 varchar26 0 1 This field identifies partner type of supplier hierarchy level 3.This field will always have the partner type S3 which indicates wholesaler.
supp_hier_lvl_3 varchar210 0 1 Third highest level of supplier hierarchy which is uder to indicate a partner, such as a wholesaler in the supply chain that gives rebates to the retailer.
negotiated_item_cost number20_4 0 1 This will hold the supplier negotiated item cost for the primary delivery country of the item. Once a location is associated with the item, the primary locations negotiated item cost will be stored in this field.
extended_base_cost number20_4 0 1 This will hold the extended base cost for the primary delivery country of the item. Once a location is associated with the item, the primary locations extended base cost will be stored in this field. Extended base cost is the cost inclusive of all the taxes that affect the WAC. In case of GTAX , Extended Base Cost = Base Cost + Non-recoverable taxes. In case of VAT, Extended Base Cost = Base Cost.
inclusive_cost number20_4 0 1 This will hold the inclusive cost for the primary delivery country of the item. Once a location is associated with the item, the primary locations inclusive cost will be stored in this field. This cost will have both the recoverable and non recoverable taxes included. In case of GTAX , Inclusive Cost = Base Cost + Non-recoverable taxes + Recoverable Taxes. In case of VAT, Inclusive Cost = Base Cost + VAT.
base_cost number20_4 0 1 This field will hold the tax exclusive cost of the item.
purchase_type varchar21 0 1 This contains a code to indicate whether the item is normal merchandise (i.e. owned by the retailer), consignment stock or a concession item. Valid values are 0 - Owned, 1 - Consignment, 2 - Concession.
calculation_basis varchar21 0 1 This indicates if the cost for the consignment/concession item will be managed either based on cost per unit or as a percentage of retail. Valid values are C - Cost per Unit, P - Purchase Rate.
purchase_rate number12_4 0 1 This column contains the percentage of the retail price which will determnie the cost paid to the supplier for a consignment or concession item.

XML-Schema Name:CustFlexAttriVo Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for CustFlexAttriVo in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
name varchar230 1 1 Holds the attribute name. NA NA NA NA NA NA
value varchar2250 0 1 Holds the numeric or string value of the attribute. NA NA NA NA NA NA
value_date xs:dateTime 0 1 Holds the date value of the attribute. NA NA NA NA NA NA

XML-Schema Name:ISCDimDesc Version:16.0.030 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 BDI) 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 NUMBER 10 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. No 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. 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. No Not used in SIM
tare_type varchar26 0 1 Indicates whether the tare weight for the dim_object is wet or dry. No Not used in SIM

XML-Schema Name:ItemUDALOVDesc Version:16.0.030 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 BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Item ID Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_id number5 1 1 This field contains the unique identified of the Attribute Group being added or delete to the item list. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_value varchar230 1 1 Contains the value of the Attribute Group. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_desc varchar2120 0 1 This field contains a description of the User-Defined Attribute. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_value_desc varchar2250 0 1 This field contains a description of the UDA value. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.

XML-Schema Name:ItemUDAFFDesc Version:16.0.030 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 BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_id number5 1 1 This field contains a number identifying the user-defined attribute. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_text varchar2250 0 1 This field contains the text value of the user-defined attribute for the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.

XML-Schema Name:ItemUDADateDesc Version:16.0.030 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 BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_id number5 1 1 This field contains a number identifying the user-defined attribute. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
uda_date xs:dateTime 1 1 This field contains the effective date for the Uda id. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.

XML-Schema Name:ItemImageDesc Version:16.0.030 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 BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
image_name varchar2120 1 1 Name of the image. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
image_addr varchar2255 1 1 Path where the image file is stored. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
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. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
primary_ind varchar21 0 1 Field indicating whether the record is a primary image or not. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
display_priority number4 0 1 Field to specify the display sequence order of images associated to the item per priority. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
image_desc varchar240 0 1 This field contains the description associated with the image of the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.

XML-Schema Name:ItemUPCDesc Version:16.0.030 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 BDI) 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:16.0.030 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 BDI) 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 ITEM_ID VARCHAR2 25 Yes the unique identifier of the item that is defined as a collection or pack.
item varchar225 1 1 Unique identifier for the component item. ITEM_COMPONENT COMPONENT_ITEM_ID VARCHAR2 25 Yes the unique identifier of the item that is a member of the 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:16.0.030 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 BDI) 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.
ticket_type_desc varchar2120 0 1 This field contains a description of the ticket or label type.
sel_ind varchar21 0 1 Indicates if the ticket type is a shelf edge label.
po_print_type varchar21 0 1 This field indicates when the ticket type for the given item should be printed by default, upon the approval or receipt of the purchase order. Valid values are: A and R.
print_on_pc_ind varchar21 0 1 This field indicates whether or not this type of ticket should be printed for this item when a permanent price change goes into effect. Valid values in this field are:Y - Yes N - No.
ticket_over_pct number12_4 0 1 This field contains a percent which indicates the amount of tickets which should be printed for a given event. If the event causing tickets to be printed is approving or receiving a purchase order, then this field indicates the quantity of tickets which should be printed greater than the quantity of the purchase order. If the event causing the tickets to be printed is a permanent price change, this field would indicate the quantity of tickets which should be printed greater than the stock on hand.
TicketTypeDtl * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc.

XML-Schema Name:ItemSupCtyMfrDesc Version:16.0.030 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 BDI) 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:16.0.030 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 BDI) 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. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
relationship_id number15 1 1 A system generated numeric field that uniquely identifies the relationship record in related_item_head. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
relationship_name varchar2120 1 1 This is the user entered name of the relationship. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. 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'. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
mandatory_ind mandatory_ind 1 1 Indicates whether the relationship is mandatory or not. Valid values: 'Y' (yes), 'N' (no). Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
RelatedItemDtl * 0 unbounded It's a referenced element. For detailed description, please refer referenced element doc.

XML-Schema Name:VatItemDesc Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for VatItemDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
active_date xs:dateTime 1 1 This field holds the active date for record on future cost. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
vat_type varchar21 1 1 This field indicates the type of vat either Retail or Cost or Both. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
vat_code varchar26 1 1 This field indicates a code to uniquely identify a VAT rate. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
vat_rate number20_10 1 1 This column contains vat rate associated with a given VAT code. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
reverse_vat_ind varchar21 1 1 This field indicates if the item is subject to reverse charge VAT at the vat region. Valid values are Y and N. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
location number10 1 1 Unique location identifier. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.
loc_type varchar21 1 1 This field contains Location Type.Valid Values are : S = Store , W = Warehouse. Fill application table name. Fill table column name. RIB or/and RSB Fill column length. Yes Fill this description.

XML-Schema Name:ItemSupUomDesc Version:16.0.030 Return to Top
XSD Element Name XSD Element Data Type XSD Min Occurs XSD Max Occurs XSD Element Description Mapping for ItemSupUomDesc in SIM application.
SIM's Table Name SIM's Column Name Integration API(RIB or/and RSB or/and BDI) SIM's Column Length Is Column Required in SIM's API? SIM's API Description
item varchar225 1 1 Unique identifier for the item. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.
supplier number10 1 1 Unique identifier for the supplier. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.
uom varchar24 1 1 The unit of measure that the item is being measured in. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.
value number20_4 1 1 This field will store the equivalent value of the Item/Suppliers shipping carton in the associated unit of measure. Fill application table name. Fill table column name. RIB or/and RSB or/and RSL Fill column length. Yes Fill this description.