XSD Element Name |
XSD Element Data Type |
XSD Min Occurs |
XSD Max Occurs |
XSD Element Description |
Mapping for StsTsfDesc 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 |
tsf_id |
number15 |
1 |
1 |
Transfer Unique internal identifier. |
TSF |
ID |
NUMBER |
15 |
Yes |
unique identifier of the transfer |
ext_tsf_id |
varchar2128 |
0 |
1 |
External transfer identifier. |
TSF |
EXTERNAL_ID |
VARCHAR2 |
128 |
No |
external identifier for extenally requested transfers |
store_id |
number10 |
1 |
1 |
Identifier of store requesting the operation. |
TSF |
SOURCE_ID, DESTINATION_ID |
NUMBER |
10 |
Yes |
Identifier of store requesting the operation. |
src_loc_type |
tsf_location_type |
1 |
1 |
Location type of the source of the transfer. Valid values are STORE, WAREHOUSE, FINISHER, UNKNOWN. |
TSF |
SOURCE_TYPE |
NUMBER |
2 |
Yes |
source location type. 1- Store, 3 Warehouse, 4 - Finisher |
src_loc_id |
number10 |
1 |
1 |
Identifier of the source of the transfer. |
TSF |
SOURCE_ID |
NUMBER |
10 |
Yes |
the identifier of the source that will send the items on the transfer. |
dest_loc_type |
tsf_location_type |
1 |
1 |
Location type of the destination of the transfer. Valid values are STORE, WAREHOUSE, FINISHER, UNKNOWN. |
TSF |
DESTINATION_TYPE. |
NUMBER |
2 |
Yes |
destination location type for the transfer. 1- Store, 3 Warehouse, 4 - Finisher |
dest_loc_id |
number10 |
1 |
1 |
Identifier of the destination of the transfer. |
TSF |
DESTINATION_ID |
NUMBER |
10 |
Yes |
the identifier of the destination that will receive the items on the transfer. |
orgin_type |
tsf_origin_type |
1 |
1 |
Transfer origin type. Valid values are EXTERNAL, INTERNAL, ADHOC, UNKNOWN. |
TSF |
ORIGIN_TYPE |
NUMBER |
2 |
Yes |
Transfer Origin Type. 0 - External, 1- Internal, 2 - Adhoc |
status |
tsf_status |
1 |
1 |
Current status of the transfer. Valid values are NEW_REQUEST, REQUESTED, REQUEST_IN_PROGRESS, REJECTED, CANCELED_REQUEST, TRANSFER_IN_PROGRESS, APPROVED, IN_SHIPPING, COMPLETED, CANCELED, UNKNOWN. |
TSF |
STATUS |
NUMBER |
2 |
Yes |
"The status of transfer.1 - New Request, 2-Requested,
3-Request In Progress,4-Rejected Request,
5-Canceled Request,6-Transfer In Progress,7-Approved,
8-In Shipping,9-Completed Transfer,10-Canceled Transfer" |
not_after_date |
xs:dateTime |
0 |
1 |
NDate after which the transfer should no longer be processed. |
TSF |
NOT_AFTER_DATE |
DATE |
|
No |
date after which the transfer is not valid. |
auth_code |
varchar212 |
0 |
1 |
Authorization Number for the transfer. |
TSF |
AUTHORIZATION_CODE |
VARCHAR2 |
12 |
No |
authorization code for the transfer |
context_id |
number18 |
0 |
1 |
Context type identifier. |
TSF |
CONTEXT_ID |
NUMBER |
18 |
No |
The context identifier |
context_desc |
varchar2120 |
0 |
1 |
Context type description. |
|
|
|
|
No |
Not used by SIM. |
context_value |
varchar225 |
0 |
1 |
Context type value. |
TSF |
CONTEXT_VALUE |
VARCHAR2 |
25 |
No |
This field holds value relating to the context type, ex promotin number. |
partial_delivery_allowed |
xs:boolean |
1 |
1 |
True if partial delivery is allowed for the transfer. |
TSF |
ALLOW_PARTIAL_DELIVERY |
VARCHAR2 |
1 |
No |
Indicate if partial delivery is allowed |
customer_order_id |
varchar2128 |
0 |
1 |
Customer order external identifier. |
TSF |
CUST_ORD_EXTERNAL_ID |
VARCHAR2 |
128 |
No |
Customer order external identifier |
fulfillment_order_id |
varchar2128 |
0 |
1 |
Fulfillment order external identifier. |
TSF |
FUL_ORD_EXTERNAL_ID |
VARCHAR2 |
128 |
No |
Fulfillment order external identifier |
request_user |
varchar2250 |
0 |
1 |
User requested the transfer. |
TSF |
REQUEST_USER |
VARCHAR2 |
128 |
No |
the user that requested the transfer |
approval_user |
varchar2250 |
0 |
1 |
User approved the transfer. |
TSF |
APPROVAL_USER |
VARCHAR2 |
128 |
No |
the user that approved the transfer. |
create_user |
varchar2250 |
1 |
1 |
User created the transfer. |
TSF |
CREATE_USER. |
VARCHAR2 |
128 |
Yes |
a person or personel create a transfer |
update_user |
varchar2250 |
1 |
1 |
User last updated the transfer. |
TSF |
UPDATE_USER |
VARCHAR2 |
128 |
Yes |
the last user to update the transfer. |
request_date |
xs:dateTime |
0 |
1 |
Date on which transfer was requested. |
TSF |
REQUEST_DATE |
DATE |
|
No |
request date of the transfer |
approval_date |
xs:dateTime |
0 |
1 |
Date on which transfer was approved. |
TSF |
APPROVAL_DATE |
DATE |
|
No |
the date the transfer was approved. |
create_date |
xs:dateTime |
1 |
1 |
Date on which transfer was created. |
TSF |
CREATE_DATE |
DATE |
|
Yes |
orginal or create date of a transfer |
update_date |
xs:dateTime |
1 |
1 |
Last update date for the transfer. |
TSF |
UPDATE_DATE |
DATE |
|
Yes |
the date the transfer was last updated. |
use_available |
xs:boolean |
1 |
1 |
True if available inventory is to be used for shipment, false if unavailable inventory.. |
TSF |
USE_AVAILABLE |
VARCHAR2 |
1 |
Yes |
indicates if the transfer is for unavailable stock |
StsTsfItm
|
*
|
0
|
5000
|
Collection of transfer line items.
|
|
|
|
|
|
|
StsTsfDescNote
|
*
|
0
|
1000
|
Notes associated to the transfer.
|
|
|
|
|
|
|