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/PosTrnColDesc/v1
Version 1.0
Description
XSD Structure

XML-Schema Name:PosTrnColDesc 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 PosTrnColDesc 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
PosTrnDesc:PosTrnDesc * 0 unbounded Information about point-of-sale transactions to process. NA NA NA NA NA NA
collection_size number4 1 1 Size of the collection. n/a n/a RIB or/and RSB n/a Yes Size of the pos transaction records

XML-Schema Name:PosTrnDesc 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 PosTrnDesc 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
store_id number10 1 1 Identifier of the store that is source of the transaction. POS_TRANSACTION STORE_ID RIB or/and RSB 10 Yes Identifier of the store that is source of the transaction
transaction_id varchar2128 1 1 Identifier of this Point-Of-Sale transaction. POS_TRANSACTION EXTERNAL_ID RIB or/and RSB 128 Yes Identifier of this Point-Of-Sale transaction
transaction_timestamp xs:dateTime 1 1 Date and time of the transaction. POS_TRANSACTION TRANSACTION_DATE_TIME RIB or/and RSB 7 Yes Date and time of the transaction
cust_order_id varchar2128 0 1 External customer order id. Required for customer order related transactions. POS_TRANSACTION CUST_ORDER_ID RIB or/and RSB 128 Yes customer order number
cust_order_comment varchar2512 0 1 Customer order comments POS_TRANSACTION CUST_ORDER_COMMENTS RIB or/and RSB 512 Yes customer order comments
PosTrnItm * 1 999 Collection of items on the transaction.