DBA Data[Home] [Help]

APPS.WMS_WIP_XDOCK_PVT dependencies on WMS_WIP_INTEGRATION

Line 1041: mydebug('calling wms_wip_integration.update_mmtt_for_wip without ');

1037: l_transaction_quantity := (-1) * l_transaction_quantity;
1038:
1039: -- call sajus api here
1040: IF (l_debug = 1) THEN
1041: mydebug('calling wms_wip_integration.update_mmtt_for_wip without ');
1042: END IF;
1043:
1044: -- Bug 2375076 -- Removed the move order line iod from the parameter list
1045: BEGIN

Line 1046: wms_wip_integration.update_mmtt_for_wip(

1042: END IF;
1043:
1044: -- Bug 2375076 -- Removed the move order line iod from the parameter list
1045: BEGIN
1046: wms_wip_integration.update_mmtt_for_wip(
1047: p_transaction_temp_id => l_new_temp_id
1048: , p_wip_entity_id => l_wip_entity_id
1049: , p_operation_seq_num => l_operation_seq_num
1050: , p_repetitive_schedule_id => l_repetitive_schedule_id

Line 1056: mydebug('wms_wip_integration.update_mmtt_for_wip failed ');

1052: );
1053: EXCEPTION
1054: WHEN OTHERS THEN
1055: IF (l_debug = 1) THEN
1056: mydebug('wms_wip_integration.update_mmtt_for_wip failed ');
1057: END IF;
1058: END;
1059:
1060: IF (l_debug = 1) THEN

Line 1061: mydebug('after calling wms_wip_integration.update_mmtt_for_wip');

1057: END IF;
1058: END;
1059:
1060: IF (l_debug = 1) THEN
1061: mydebug('after calling wms_wip_integration.update_mmtt_for_wip');
1062: END IF;
1063:
1064: IF (l_debug = 1) THEN
1065: mydebug(' making the qunatities neagative for wip issue');

Line 1180: wms_wip_integration.wip_processor(p_txn_hdr_id => l_new_txn_hdr_id, p_business_flow_code => inv_label.wms_bf_wip_pick_drop

1176: mydebug('Hdr' || l_new_txn_hdr_id);
1177: END IF;
1178:
1179: -- Call the txn processor
1180: wms_wip_integration.wip_processor(p_txn_hdr_id => l_new_txn_hdr_id, p_business_flow_code => inv_label.wms_bf_wip_pick_drop
1181: , x_return_status => x_return_status);
1182:
1183: IF (l_debug = 1) THEN
1184: mydebug('After Calling WIP txn proc STATUS' || x_return_status);