Revision History

This document will continue to evolve as existing sections change and new information is added. All updates appear in the following table:

Date Feature Notes
18 JUN 2018   Created initial document.

Overview

This guide outlines the information you need to know about new or improved functionality in Oracle Transportation & Global Trade Management Cloud Release 18C. Each section includes a brief description of the feature, the steps you need to take to enable or begin using the feature, any tips or considerations that you should keep in mind, and the resources available to help you.

Give Us Feedback

We welcome your comments and suggestions to improve the content. Please send us your feedback at otm-doc_us@oracle.com. Please indicate you are inquiring or providing feedback regarding the Oracle Transportation & Global Trade Management What’s New in Release 18C.

Feature Summary

Action Required to Enable Feature

Feature

Automatically Available

End User Action Required

Administrator Action Required

Oracle Service Request Required

Oracle Transportation and Global Trade Management

Architecture

New OTM/GTM REST Service

Long Running Task Monitoring and Control

Documentation

Enhanced and Additional How To Topics

Translations

Worldwide Spanish Translation

Translation Consistency

User Interface Refresh

Social Panel and Oracle Content and Experience Cloud

Change Background Color of Application Shell

Set the Springboard Background Image

Favorites Added to Search Criteria

Unified Global Header – Global Search

Springboard Maintain State

Springboard Menu Manager Edit Menu Group/Link

Back Button to Springboard

Global Header – Notifications

Global Header – Business Monitor

Global Header – Settings and Actions

Workbench

Workbench Promote to Production

Workbench Select Domain

Workbench User Access

Workbench Refresh Workbench After UI Action is Completed

Additional OTM Objects Supported in the Workbench

Additional GTM Objects Supported in the Workbench

Additional GTM Actions Supported

Master-Detail Saved Queries for Workbench - OTM

Master-Detail Saved Queries for Workbench - GTM

PUBLIC Workbench Layouts - OTM

PUBLIC Workbench Layouts - GTM

Workbench Tables – Inline Edit for Date Fields

Workbench Tables – Screen Sets

Workbench Tables – Favorites

Workbench Tables – Add and Replace Using Standard Finders

Workbench Tables Lock/Unlock Detail Table

Workbench Detail Table Support Drag/Drop

Workbench Detail Table Support Inline Edit

Workbench Tables Refresh Table

Workbench Tables Rerun Saved Search

Workbench Gantt Chart Hover Improvements

Workbench Gantt Chart Refresh Icon

Other Improvements

Copy Default Parameter Set and Logic Config

Promote to Production – Migration Project Object Group

Promote to Production – Server to Server Promotion

Oracle Transportation Management

Oracle Transportation Management (Base)

Workbench Action Infrastructure

Workbench Table to Table Drag Drop Actions

Rate Offering Lane Special Service Rail Route Code and Rate Distance

Diagnostics and Tools – Rating Engine Statistics UI

Enhanced Set of Order Release Auto Assign Rule Auto Assign Types

Copy External Service Action

Copy Rate Offering Type Action

Indicator Added to Tracking Event

Equipment Tracking Enhancement

Additional Shipment Equipment Fields

Additional Mark for Purge Objects Supported

Tracking Event Purge with Parent Business Object and Mark for Purge

External Distance Engine and Map Enhancements

Harmonize External Distance Engine Parameters

Generate Rush Hour Data – Historical Rush Hour Considering Congestion

Standardized Timeout for External Distance Engine

PC*MILER Toll Discouraged Routes

PC*MILER Road Preference

PC*MILER WorldWide Street Layer Access

PC*MILER Hazmat Routing

HERE Toll Preference Routes

HERE Hazmat Routing

HERE Custom Route Extension API

Workbench Map Enhancements

Workbench Logic Configuration Parameters for External Distance Engine Selection

Driving Directions Based on External Distance Parameters Used in Rating

Support Historic Traffic for ALK and HERE Maps

Order Management

Modeling Orders with a High Number of Lines

Agent Action Order Release – Mod-Propagate Changes

Order Release Line Packing Action

Order Management Guide Moved to Online Help

Freight Payment, Billing, and Claims

European VAT Configuration by Province

Transportation Operational Planning

3D User Defined Loading Patterns Enhancements

Graphical Diagnostics

New Mixed Integer Programming Diagnostics Files

Bulk Plan Improvements

ByPass Routing

Dock Scheduling Workbench

Priority by Item

Transportation Intelligence

Support for Additional Currencies

ODI Work Repository - Import with Export Key

Oracle Fleet Management

PUBLIC User Role of DRIVER

Improved Get the Driver Home Processing

Work Assignment

Automatically Disband Work Assignments When Re-Running Bulk Plan

Work Assignment and Location Capacity Constraints

Work Assignment Improved Re-Calculation Solution

Work Assignment Gantt Chart Usability

Oracle Transportation Sourcing

Copy Non-Biddable Fields on the Carrier Response Template (CRT)

Upload Carrier Response Template (CRT) with GID Instead of XID

Downloaded Carrier Response Template (CRT) Displays GID Instead of XID

Build Shipment Set Action Moves Shipments to Shipment Domain

Sourcing Mark for Purge Objects Added

Rate Maintenance

Rate Maintenance Upload and Download Performance Improvements

Action Performance Improvements

Rate Maintenance Process Flow How To

Sorting for Cost Parameters on RBIs

Oracle Global Trade Management

Global Trade Management (Base)

GTM User-Focused Menu

Restricted Party Screening – Dice Algorithm Performance Improvements

Restricted Party Screening Punctuation to Remove Property

Improved Screening of Single Character Words

Additional Actions Supported on the Workbench

PUBLIC Workbench Restricted Party Screening Workbench

Enhanced Copy Flexfields Agent Action

Logic Configuration for GTM EBS Integration

Product Classification Code Enhancements

Estimated Landed Cost Enhancements

OTM-GTM Trade and Transportation Flow

Properties to Parameters

Generate Customs Commercial Invoice from Trade Transaction

Power Data Parameter Sets Added to Master Data

Documents Actions Added to Party

Data Configuration Enhancements

Trade Compliance

License Constraints Moved to Generic Constraint Sets

Support Other Types of Controls

New Fields on Transaction Line and Declaration Line

Customs Management

AES Filing Improvements

Support for Summary Declaration

Remove from Declarations Improvement

Edit Declaration Quantities Improvement

Valuation Method Added to Declaration

Create/Add to Existing Declarations Action

Copy Data from Header to Header Improvements

Global Trade Intelligence (GTI)

Additional Columns and General Usability Improvements

Oracle Transportation and Global Trade Management

Architecture

New OTM/GTM REST Service

This feature provides you with a new OTM/GTM REST Service that can be used to retrieve resources from OTM or GTM. The new OTM/GTM REST Service is a lightweight-data communications API that has been developed to conform to Oracle’s standard for REST APIs; a standard that is being adopted by all of Oracle’s applications. The Oracle REST API Standard is a comprehensive standard that covers all integration use cases including User Interface and Business Process integration.

With 18C, the first release of the new OTM/GTM REST Service (which will eventually replace the original REST API) you can begin to familiarize yourself with the new API’s style and capabilities, and you can use the new OTM/GTM REST Service to perform data queries.

For 18C the OTM/GTM REST Service adds the following capabilities:

  1. A new URL format that supports the usage of additional capabilities and options.
  2. The ability to retrieve collections of resources including providing support for ordering and paging
  3. The option to retrieve summary or expanded responses including the ability to limit the returned attributes:
    1. The attributes returned for a resource can be limited by specifying the 'fields' query parameter.
    2. Attributes for sub-resources can be included by specifying an 'expand' query parameter (see later).
  4. The ability to drill-down and retrieve only sub-resources of a root resource e.g. retrieve only order release line refnums rather than the whole order release
  5. The ability to use existing Saved Query definitions to select/narrow the collections of resources
  6. A response that contains URI links to sub-resources to support the navigation of resource content.
    1. For example, the collection of order release lines for an order release contains a URI link that can be used to access each line directly.
  7. A revised list of supported objects following a standard naming convention and reflecting the capabilities provided by the new OTM REST Service.
  8. A revised and updated REST API Getting Started Guide

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

  1. The new OTM/GTM REST Service which will eventually replace the original REST API – we suggest basing any new data query efforts on the new OTM/GTM REST Service.
  2. The new OTM/GTM REST Service does not support persistence of create, update and delete of resources so for 18C the new OTM/GTM REST Service is for data query only.

Key Resources

For more information, see the Oracle Transportation Management Cloud Services REST API Getting Started Release 81 Part No. E92131-01

Long Running Task Monitoring and Control

This feature provides you with the ability to monitor and control long running tasks.  The identification and cataloging of the long running tasks (LRT), the ability to view their current status, interrupt their execution, and resubmit the tasks are all prerequisite capabilities required for - ultimately - providing you with a near zero down-time upgrade and patching experience.

The Long Running Task page is accessed via Business Process Automation > Long Running Tasks.  You can use this page to see all long-running tasks, and to see whether the tasks are active or completed. This information will aid you in performance analysis and provides you with specific/detailed task related information.

Long Running Task - Bulk Plan

Long Running Task - View Process

When viewing a long-running task, various buttons appear, depending on the type of task and its state:

The long running task states are:

NOTE: A task in an INTERRUPTING state may end up as INTERRUPTED or COMPLETED. If the task completes before it checks for interruption, it will be marked as COMPLETE.

The types of long running tasks are:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

Documentation

Enhanced and Additional How To Topics

This feature provides you with an expanded library of How To topics in Help. How To topics provide documentation that is focused on configuring and using OTM or GTM to solve a specific business problem or to provide more complete topic specific instructions for how to use a particular feature.

A typical How To topic provides an overview of the topic, the setup steps required to configure the application, and in many cases, the How To topic will provide examples for guiding the setup and usage of the functionality.

General How To topics added or updated include:

GTM How To/Configuration Topics added include:

FTI How To/Configuration Topics added include:

OTM How To/Configuration Topics added include:

Sourcing How To/Configuration Topics Added include:

Steps to Enable

There are no steps necessary to enable this feature.

Translations

Worldwide Spanish Translation

This feature provides a universal single Spanish Translation. Previously, two Spanish translation options were provided: European Spanish and Latin American Spanish. These two options have been replaced by one Worldwide Spanish translation.

Steps to Enable

There are no steps necessary to enable this feature.

Translation Consistency

This feature provides a consistent language translation across your Oracle product set. As a result of this improvement, you may see changes to some of your translations.

Steps to Enable

There are no steps necessary to enable this feature.

User Interface Refresh

Social Panel and Oracle Content and Experience Cloud

This feature provides the ability to use the Social panel to create, edit and view Oracle Content and Experience Cloud (CEC) conversations within the OTM UI. When configured, the social panel appears to the left of the Springboard menu.

The Oracle Content and Experience Cloud allows you to collaborate and communicate with other Oracle Content and Experience users as well as providing you access to content management system capabilities including document storage and retrieval.

Content and Experience Cloud

Specific capabilities provided with the Content and Experience Cloud (CEC) include:

Steps to Enable

The Oracle Content and Experience Cloud (CEC) is one of Oracle’s many Platform as a Service (PaaS) offerings. A subscription is required to use the Content and Experience Cloud (CEC) capabilities with OTM. The Content and Experience capabilities, pricing and other information can be found here: https://cloud.oracle.com/en_US/content

By default, the social panel – which provides access to the collaboration aspects of the Content and Experience Cloud - does not appear when a user logs into OTM. The follow steps must be completed by the Oracle Transportation Management administrator to provide a user with access to the social panel:

Tips And Considerations

Oracle Documents Cloud Service is now part of Oracle Content and Experience Cloud (CEC).

Change Background Color of Application Shell

This feature provides the ability to change the background color of the application shell. You can change the background color of the application shell using the Theme Management UI with the branding_background_color variable.

Steps to Enable

Set the Springboard Background Image

This feature provides the ability to select a background image to appear behind the springboard. You can set this by using the Theme Management functionality and springboard_background_img variable

Steps to Enable

Favorites Added to Search Criteria

This feature provides the ability to search for records based on whether the object has been identified as a user defined favorite or not. The Favorites search criteria (Yes, No and Both) is available for all tables where user defined favorites are supported.

Steps to Enable

There are no steps necessary to enable this feature.

Unified Global Header – Global Search

This feature provides additional usability and data access options for Global Search. Global Search now includes access to Navigator menu links, and links related directly to business objects. This feature also provides improved user interface, navigation and user access controls.

Improvements:

Steps to Enable

No steps are required to enable:

The following steps are required/should be considered when setting up access to specific business objects as part of a Global Search:

Tips And Considerations

The opportunities provided by Global Search to simplify system navigation and data access should be considered when defining your saved searches, search results layouts, and manager layouts.

Springboard Maintain State

This feature provides the ability to have the Home button on the Springboard return you to your last point of navigation on the Springboard - with a group or sub-group open - versus returning you to a Home state where all your Springboard icons are in a closed state.

Now as you navigate through your Springboard hierarchy moving from a group icon, to a sub-group to a link, at the link level, the Home button will return you to a Springboard with all of your sub-group icons displayed in an open state.

Maintain State

For example as you move from Configuration and Administration (group) to User Configuration (sub-group) to Manage User Access (link). At the Manage User Access level, when you click the Home icon, you will be returned to the Springboard in open state before you clicked the Manager User Access link versus being returned to a Springboard in a fully closed state.

Steps to Enable

There are no steps necessary to enable this feature.

Springboard Menu Manager Edit Menu Group/Link

This feature provides the ability to edit your current menu and change whether a specific group or link is shown on the Springboard. This feature also allows you to change or select the image you would like to display on the Springboard for your groups and links.

Steps to Enable

There are no steps necessary to enable this feature.

Back Button to Springboard

This feature provides an improved navigation experience that keeps you within the application shell and Springboard when you navigate within the application using your browser’s back button.

Steps to Enable

There are no steps necessary to enable this feature.

Global Header – Notifications

This feature provides two improvements to the Notification functionality. Now when you receive new notifications, a Badge icon will appear on the Global Header Notification Icon to alert you to the fact that new notifications have been received. When you navigate to your new notifications the notifications now open in a new window.

Steps to Enable

There are no steps necessary to enable this feature.

Global Header – Business Monitor

This feature provides an enticing modernized Business Monitor UI which is consistent with the colors, font, font size, contrast and icons used throughout the application.

Steps to Enable

There are no steps necessary to enable this feature.

Global Header – Settings and Actions

This feature provides a set of Setting and Actions improvements. You now have more user level control over the access users may have to the available Setting and Actions capabilities. Using the Settings and Actions Change User Role feature now provides a more consistent User Role specific menu presentation.

Specifically, the following improvements have been provided:

Steps to Enable

There are no steps necessary to enable this feature.

Key Resources

For more information see the Settings and Actions help topic for details.

Workbench

Workbench Promote to Production

This feature provides the ability to include your Workbench Layouts in your promote to production migration projects. This allows you to develop and test your Workbench Layouts in a non-production environment and then promote the layouts into your production environment using a migration project.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Select Domain

This feature enables you to select the domain for a workbench when creating a new workbench layout or when copying an existing workbench layout.

The ability to specify a domain when creating or copying a layout allows you to create and share a workbench that has been created in one domain with other domains without having to create the workbench in all of the desired target domains.

When you create or copy a workbench layout, you will now have the option to select a domain to save the layout in by selecting the desired domain name from a drop-down list that has been added to the Create Layout window.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench User Access

This feature provides a User Access Type of Workbench that allows you to control the workbench layouts that a user has access to.You can use the User Access Type of Workbench Layout to determine an inclusive or exclusive list of workbenches a user should have access to. The inclusive approach includes all layouts with a defined list of exceptions you do not want the user to have access to the exclusive approach excludes access to all layouts and then allows you to list the workbench layouts you do want the user to have access to.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Refresh Workbench After UI Action is Completed

This feature provides an automatic refresh for an extensive set of objects and actions within the Workbench.

For the workbench, most OTM UI actions are triggered from the Actions menu on the Workbench table. When the action is completed, the affected objects are passed to the Workbench and those objects on the workbench components will be refreshed. All the components on the Workbench e.g., Table, Map, Gantt, will be refreshed with the new data.

The list of supported workbench objects:

For the above objects, and for the list of UI actions below, the objects will be retrieved and refreshed on Workbench Layouts.

UI Actions:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

The workbench refresh of the affected objects only works for actions which display the affected objects in the UI after the action completes, at the end of the action if the action just displays a success message then the refresh does not happen.

Additional OTM Objects Supported in the Workbench

This feature provides additional OTM objects that are now supported in the workbench. With these added objects, along with the long list of already supported objects, the workbench should become the first place you go to configure any work environment that involves relating multiple objects and components together in one view.

Additional OTM objects available for adding as a table include:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

The list of objects supported by the Workbench includes all of the objects supported by the Advanced Layout functionality plus many more.

Additional GTM Objects Supported in the Workbench

This feature provides additional GTM objects that are now supported in the workbench. With these added objects, along with the long list of already supported objects, the workbench should become the first place you go to configure any work environment that involves relating multiple objects and components together in one view.

Additional GTM objects available for adding as a table include:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

The list of objects supported by the Workbench includes all of the objects supported by the Advanced Layout functionality plus many more.

Additional GTM Actions Supported

This feature provides a set of new object specific actions and capabilities that you can use to configure your GTM workbenches. With these new capabilities, you can use the workbench to configure a work environment tailored to the needs of your restricted party list screening users.

The capabilities provided by object include:

Steps to Enable

There are no steps necessary to enable this feature.

Master-Detail Saved Queries for Workbench - OTM

This feature provides an additional set of preconfigured PUBLIC saved queries that simplify the setup of basic master - detail table relationships in your OTM workbench designs.

The saved queries provided include:

Steps to Enable

There are no steps necessary to enable this feature.

Master-Detail Saved Queries for Workbench - GTM

This feature provides an additional set of preconfigured PUBLIC saved queries that simplify the setup of the basic master - detail table relationships in your GTM workbench designs.

The saved queries provided include:

Steps to Enable

There are no steps necessary to enable this feature.

PUBLIC Workbench Layouts - OTM

This feature provides a set of sample workbenches that you can use as examples to configure Workbench Layouts that are tailored to your specific needs.

The public workbenches provided for OTM include:

Steps to Enable

There are no steps necessary to enable this feature.

PUBLIC Workbench Layouts - GTM

This feature provides a Restricted Party Screening Workbench that you can use out-of-the-box to support your restricted party screening needs or you can use the PUBLIC Restricted Party Screening Workbench layout as a sample layout that you can copy and then configure to your specific needs.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Tables – Inline Edit for Date Fields

This feature provides you with the ability to perform inline editing of date fields within your workbench tables.

Steps to Enable

For the object you wish to configure Inline editing for:

Tips And Considerations

You cannot edit the following fields using inline editing:

Although you can select the Editable option in the Screen Set Manager for these types of fields, they are not editable inline for the enhanced UI. In addition, not all search results pages are compatible with the Inline Editing functionality.

Workbench Tables – Screen Sets

This feature enables you to use OTM screen set capabilities when configuring your Workbench tables.

Screen sets capabilities provided for Workbench Tables include:

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Tables – Favorites

This feature enables you to use Favorites in your Workbench tables. For all Workbench tables that support Favorites, you can select, deselect, and query for records identified as Favorites.

Steps to Enable

Workbench Tables – Add and Replace Using Standard Finders

This feature provides access to the standard finder and finder result screens to Add or Replace business objects within a workbench table.

The workbench table Add option uses a standard search and search results page to help you search for and select rows to add to your workbench table. The Add option is selected using the plus sign.

The workbench table Replace option also opens with a standard search page you can replace the rows in your workbench table by selecting the replace rows using a standard search results page.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Tables Lock/Unlock Detail Table

This feature enables you to lock and unlock the navigation of a detail table in the workbench when you navigate to a different master table row.

To keep the detail view locked, select the Lock View icon in the detail table. To unlock the view, select the Lock View icon again and the master detail table query will run and refresh the detailed table view based on the currently selected master row.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Detail Table Support Drag/Drop

This feature enables you to perform drag/drop actions against detail tables in your workbench in the same way the available drag/drop actions work for master tables.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Detail Table Support Inline Edit

This feature enables you to perform inline edits against detail tables in your workbench in the same way that inline editing works for master tables.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Tables Refresh Table

This feature provides the ability to refresh the data in a workbench table when the underlying data in one or more of the rows has changed.

You can refresh the data in a workbench table to reflect any changes to the underlying records by first selecting the row or rows you wish to refresh (only selected rows will be refreshed) and then running the refresh process by selecting the Refresh icon.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Tables Rerun Saved Search

This feature enables you to rerun a workbench table’s saved search so that the records displayed in the table represent the current set of rows matching the saved search criteria.

You can rerun the saved search by selecting the Rerun Search icon.

Steps to Enable

There are no steps necessary to enable this feature.

Workbench Gantt Chart Hover Improvements

This feature enables you to easily configure and show and hide the hover text for the objects in the Gantt chart.

The Show/Hide Details Hover allows you to easily activate/deactivate the hovering popup window that displays details for the object (driver, work assignment, or appointment) based on where the mouse pointer is hovering on the Gantt chart.

Steps to Enable

Workbench Gantt Chart Refresh Icon

This feature provides the ability to easily refresh the data being displayed in a Gantt chart. You can now click the Refresh icon to update your Gantt chart for the rows selected. This feature is useful when shipment, driver, or work assignment information has been edited.

Steps to Enable

There are no steps necessary to enable this feature.

Other Improvements

Copy Default Parameter Set and Logic Config

This feature provides an improved copy action process for the PUBLIC Default Parameter Set that leaves the Parameter Values column null after the copy has been completed. This change is also true for the copy action related to your PUBLIC Default Logic Configurations.

Previously, copying the PUBLIC Default Parameter Set or Logic Configuration would create a new copy where the Parameter Values column would be populated with all of the default values. Copying all the default values to the Parameters Values column made it difficult to track changes between the default settings and the copied version. With this change, that difficulty has been removed.

Steps to Enable

There are no steps necessary to enable this feature.

Promote to Production – Migration Project Object Group

This feature provides a set of Promote to Production migration project object group usability enhancements. The migration project object group is used to define an object group of a selected type of data that you want to include in the migration project e.g. a user menu.

Specific changes include:

Steps to Enable

The steps associated with creating a Migration Project Object Group are:

  1. Select the Screen Set ID related to the objects you want to include in your Migration Project Object Group. The Screen Set ID specifies the Finder page used to select objects of the desired type.
  2. You can click the View Child Objects button to view all the related objects that will be automatically imported when you use the selected screen set ID.
  3. Enter a Description. This description appears on the migration project and is useful for differentiating the same screen set IDs that would otherwise appear to be the same on the migration project.
  4. Select the desired Transaction Code. The Transaction Code indicates how the objects in this group will be processed on a subsequent import.
  5. Select whether you want to refresh the cache related to objects in your project when they are imported. When the Refresh Cache check box is selected, any objected created or updated by a Project Import will refresh any associated cache. For example, creating a new agent will result in the agent subscribing to its events and so will be triggered when expected.
  6. Select whether you want to raise lifetime events when an object is created, modified or removed as part of a project import. When the Raise Lifetime Event check box is selected, then any object created, updated, or removed by a Project Import will trigger the "xxx - CREATED", "xxx - MODIFIED" and "xxx - REMOVED" events (where type "xxx" already supports lifetime events) and process any subscribing agent workflow. These events will be raised with the "MIGRATION" data source and so to trigger agents this data source has to be selected as one of the options (e.g. in addition to INTEGRATION, USER, INTERNAL).
  7. Enter a Saved Query ID when you need to include a larger set of objects in the project. The values possible for the Saved Query ID change based on the screen set you select.
  8. If you add the objects manually, you can add one or more Object IDs in the grid.
  9. When you are done, save your Migration Project Object Group.

Promote to Production – Server to Server Promotion

This feature provides you (the cloud user) with the option of using a web service approach for doing server to server promotion of your migration projects. For the cloud client’s migration project import UI there are two options to import; zip file import (existing) and web service import (new).

Steps to Enable

  1. Define an export migration project on the source server.
  2. On a target server, invoke Project Import Process with Import Type as 'Import Using Web Service'.
    • Do not define an Import Project ID.
  3. Search for the data which is part of the imported project and verify that all the data has been imported.

Tips And Considerations

The web service option requires that the exporting domain and importing target server domain for the objects being moved are the same. If the domain names are different between the exporting and importing server then the zip file approach must be used since the zip approach will allow you to change the domain names before the export is imported into the target domain.

Oracle Transportation Management

Oracle Transportation Management (Base)

Workbench Action Infrastructure

This feature provides an improved action infrastructure that uses workbench layouts for a set of OTM actions. The workbench based action infrastructure replaces the advanced layout based action infrastructure and provides the distinct advantage of being able to configure the workbench shown when running the enabled actions.

As part of this feature, each of the enabled actions has been shipped with a public workbench layout that mimics the information provided in the advanced layout UI and pre-populates the workbench layout with the data related to the action being run.

Specifically, the actions below are now supported using the workbench based action infrastructure:

Map Bulk Plan Results Action:

Map Fleet Bulk Plan Results Action:

Map Inbound Shipments Action:

Map Order Releases Action:

Map Outbound Shipments Action:

Map Shipments Action:

Display on Map option for the Move Order to (Existing) Shipment Action:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

Some mapping actions are no longer supported as standalone actions since the same result can now be achieved from within a single mapping action for the object. For example, the Map Order Release action with its related workbench provides you with the ability to obtain the same information you would have received by running the old Map Order Release Shipment Route action.

Key Resources

See the Workbench Designer Help topic for more information.

Workbench Table to Table Drag Drop Actions

This feature provides an additional set of workbench table to table enabled drag/drop actions. Drag/drop actions provide a more natural and intuitive interaction between the tables/objects that you have configured in your workbench.

The following table to table drag/drop actions have been provided for the following workbench tables:

Steps to Enable

There are no steps necessary to enable this feature.

Rate Offering Lane Special Service Rail Route Code and Rate Distance

Rate Offering Lane Special Service Rail Route Code and Rate Distance

This feature enables you to configure your rate distance and route code at the rate lane special service level to support scenarios where you need to calculate the distance using a different rate distance than what is on the rate offering.

For example, this feature supports the scenario where your source arbitrary and/or destination arbitrary are based on different rate distances.

This feature also allows you to specify, at the rate offering lane special service level, the rail route code ID to use. Specifying the rail route code ID is critical if the distance for the rate offering lane special service is coming from external distance engine (like PC*MILER|Rail Web Services) that will rely on the route code to determine the route to use and therefore the distance involved.

Steps to Enable

At the rate lane special service level, define the following fields as required for your scenario:

Diagnostics and Tools – Rating Engine Statistics UI

This feature provides a UI that shows key rating engine statistics that can be used to review and diagnose your rating engine performance.

This Rating Engine Statistics UI provides the following information:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

This new UI is one of the many diagnostics tools provided by OTM and is intended to be used by experienced users who have been granted database administrator (DBA) access. This screen, like the other diagnostics tools, should only be used by experienced users and administrators.

Enhanced Set of Order Release Auto Assign Rule Auto Assign Types

This feature provides an enhanced set of order release Auto Assign Types that you can use to create your Auto Assignment Rules. Each of these new Auto Assign Types comes with an extensive list of Auto Assign Criteria that you can use to configure your Auto Assign Rules.

With this new capability, you can configure Auto Assignment Rules that can direct the routing constraints for your order releases based on your own business rules.

For example, you can configure an Auto Assignment Rule where your order releases that are under a certain weight (or volume) should be routed through a cross dock.

The new Auto Assign Types include:

The Auto Assign Criteria available for each of the new Auto Assign Types are:

Steps to Enable

There are no steps necessary to enable this feature.

Copy External Service Action

This feature provides a new action that allows you to copy an existing external service engine.

On the External Service Engine page, the Copy External Service action is provided to copy external service engine configurations to a new engine.

Steps to Enable

There are no steps necessary to enable this feature.

Copy Rate Offering Type Action

This feature provides a new action that allows you to copy an existing rate offering type.

The new Copy Rate Offering Type action is available on the Rate Offering Type manager. This action simplifies the creation of new rate offering types that are similar to an existing rate offering type.

Steps to Enable

There are no steps necessary to enable this feature.

Indicator Added to Tracking Event

This feature enables you to set indicators (White, Green, Yellow or Red) to help categorize your Tracking Events. You can either set the indicator manually using the Set Indicator Action or you can set the Tracking Event indicator using an agent action. You can also search for your Tracking Events by indicator value using the Indicator drop-down list that has been is added to the finder page of Tracking Event.

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

A user defined query can be used to develop the criteria for On Time, Late, and Really Late based on the ETA and the planned arrival date.

Equipment Tracking Enhancement

This feature enables you to use the Equipment Finder and Finder Results to monitor the inbound stream of equipment (i.e., rail cars) to any destination location.

This feature provides the following new capabilities:

Steps to Enable

There are no steps necessary to enable this feature.

Additional Shipment Equipment Fields

This feature provides a set of additional equipment fields that can be used to better describe the actual equipment assigned to a shipment.

This feature provides the following new fields on the Shipment Equipment Header:

There is also additional information on the Shipment Equipment screen in the Ship Unit Grid:

Steps to Enable

There are no steps necessary to enable this feature.

Additional Mark for Purge Objects Supported

This feature provides you, the DBA, with additional objects to mark for purge.

The additional objects that can be marked for purge include:

Once an object has been marked for purge you, the DBA, can purge the record in the UI or through a scheduled purge process that you run against the object.

Steps to Enable

There are no steps necessary to enable this feature.

Tracking Event Purge with Parent Business Object and Mark for Purge

This feature provides you, the DBA, with additional capabilities for purging tracking events. Tracking events related to parent objects (shipment, order base and order release) will now be automatically purged when their related parent objects (shipment, order base and order release) are purged.

In addition, tracking events themselves can now be marked for purge directly using the Mark for Purge action.

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

When a database administrator performs a scheduled purge, OTM permanently deletes tracking events that are marked for purge and also removes the mapping between the tracking events and its associated objects.

External Distance Engine and Map Enhancements

Harmonize External Distance Engine Parameters

This feature provides a harmonized approach for using your selected external distance engine provider’s services for both planning and mapping. You now have the ability to have the external distance engine configuration used in planning be the same or equivalent configuration that will be used in the Workbench to map your shipments. By default, the Workbench map will attempt to map your shipments using the same distance engine parameters and configuration that was used to plan the shipment.

For equivalence purposes, the Workbench map now supports the following external distance engine parameters. The parameters supported and the interpretation for how the parameters are used varies by map vendor. See the External Distance Engine Parameters help topic for more details.

Workbench logic configuration parameters are now available for you to specify which external distance engine to use when:

Workbench logic configuration parameters:

Steps to Enable

There are no steps necessary to enable this feature

Tips And Considerations

This feature assumes (but does not require) that the external distance engine vendor used for planning is the same vendor you will be using for mapping your shipment in the Workbench.

Generate Rush Hour Data – Historical Rush Hour Considering Congestion

This feature provides the ability to generate, from your external distance engine vendor, rush hour data that is based on the historical traffic information provided by your selected external distance engine vendor. Once the data has been generated, the information can be used in bulk planning to create shipments that consider the impact of traffic information.

The Generate Rush Hour Data process is accessed via Contract and Rate Management > Process Management > Generate Rush Hour Data. The Generate Rush Hour Data process allows you to use historical traffic data in creating shipments. The Generate Rush Hour Data process will generate data in the RUSH_HOUR table for a specified geography and time period, by calling a third party external service engine, such as PC*MILER (ALK) or HERE. The rush hour delays for a specific lane at a specific time are calculated by calling the external service engine multiple times. In the first call, the external distance engine is called without the traffic effects on. In the second call, the external distance engine is called with the traffic effects for the specific time period on. The delta between the two runs (if any) is considered to be the result of traffic congestion and is entered as a rush hour delay.

Steps to Enable

Generating Rush Hour Data:

  1. In the External Service Engine ID field, specify which External Service Engine (ESE) will be used.
  2. Enter a Calendar ID to specify the time periods for which rush hour data should be computed.
    • Note that setting up a calendar with more than 7 days in a cycle does not make sense for this process.
  3. The Region Group ID is optional. It can be used to specify the region geographies for which rush hour data will be generated. The process will evaluate ESE rush hour data for lanes to and from each region defined.
  4. The Location Profile ID is also optional, but either this or the Region Group ID is required. The Location Profile ID can be used to specify individual locations for which rush hour data will be generated. The process will evaluate ESE rush hour data for lanes to and from each location.
    • You can use both a Region Group ID and a Location Profile ID at the same time. The process will evaluate ESE rush hour data between the defined region lanes and the location lanes, as well as region to region and location to location.
  5. The Scenario ID is used as an identifier by which the generated rush hour data can be identified and controlled.
  6. The Rush Hour Delay Threshold determines the duration input. This specifies the minimum Rush Hour Delay time needed to create an entry in the RUSH_HOUR table. For example, for a difference of 5 minutes, you may not care.
  7. Select a cluster from the Cluster drop-down window.
  8. Select Now, or Schedule it for later by filling in the schedule fields.
  9. Click Submit.

Tips And Considerations

If you are using PC*Miler to generate rush hour data for European locations, you must use version 30, or higher. This is defined by the property glog.ExternalDistanceEngine.PCMilerWS.DataVersion.This feature supports the consideration of historical traffic for planning purposes. To retrieve Historic Traffic information in the Workbench map from PC*MILER (ALK) or HERE you will need to set the USE TRAFFIC  Workbench logic configuration parameter to TRUE, to consider traffic information in the travel times provided within the Workbench map.

Standardized Timeout for External Distance Engine

This feature provides a consistent approach for establishing a time out for your external distance engine web services integrations. The External Distance Engine TIMEOUT parameter allows you to define the amount of time, in milliseconds, to time out if there's no response from the external distance engine.

The external distance engines supported by the TIMEOUT parameter and the default values provided are:

Steps to Enable

There are no steps necessary to enable this feature.

PC*MILER Toll Discouraged Routes

This feature enables you to use the Toll Discouraged routing option provided by PC*MILER. The PC*MILER Toll Discouraged routing option will avoid long stretches of toll roads, but will not take long, impractical detours to avoid toll bridges and tunnels. For example, a route from Boston, MA to Albany, NY will avoid the Massachusetts Turnpike, but a route from Camden, NJ to Philadelphia, PA will include a toll bridge.

Steps to Enable

Key Resources

PC*MILER Road Preference

This feature provides the ability to use the Road Preference (highway only) routing option provided by PC*MILER. Using the PC*MILER Road Preference option allows you to select a highway only or a highway and streets routing option.

The Highways & Streets option uses local streets in route calculations. The Highways Only routes are calculated using a straight line distance from your stops to the nearest truck-usable highway segment; and routes to stops that include a street-level address are calculated to the truck-usable highway-level road that is closest to the entered address.

Steps to Enable

The possible values for the Road Preference option are:

PC*MILER WorldWide Street Layer Access

This feature enables you to configure your workbench mapping integration for  PC*MILER so that you can seamlessly access PC*MILER|Worldwide mapping data across the different regions of data provided by PC*MILER.

Steps to Enable

Tips And Considerations

If the alk.api_key property is set to the North America Premium key, only North America street routes will plot. If you plot any other geographic region street route, you see the following error message: "Error occurred while routing <OTM Object>: <ID>. Set a valid ALK Maps worldwide license API key."

Key Resources

PC*MILER Hazmat Routing

This feature provides you with the ability to use the Hazmat routing option provided by PC*MILER. With this feature you have the ability to map your packaged item information to one of the PC*MILER’s supported hazardous classifications. Based on PC*Miler’s interface requirements the highest value in the PC*MILER classification table (below) will be transmitted to PC*Miler for PC*MILER to generate a hazardous material routing solution.

Members Name

Value

Description

None

0

Indicates that there is no hazardous material.

General

1

Indicates general hazardous materials.

Caustic

2

Indicates caustic hazardous materials.

Explosives

3

Indicates explosive hazardous materials.

Flammable

4

Indicates flammable hazardous materials.

Inhalants

5

Indicates that the hazardous materials are inhalants.

Radioactive

6

Indicates radioactive hazardous materials.

PC*MILER Hazardous Classification Table

Steps to Enable

Tips And Considerations

For the workbench map API, hazmat is determined at the shipment level so the shipment’s hazardous routing assumes all the hazardous items are in the truck for the entire shipment. By contrast, the API used in planning does a stop-by-stop (rolling) determination of the hazardous items in the truck so the hazmat classification and therefore the routing, can be different at different points. For example, given a 3 stop shipment with one pickup and two deliveries – if the first delivery stop is the only stop that involves a hazardous item, the workbench’s hazmat map routing will assume the entire shipment is hazardous - so delivery stop 1 to delivery stop 2 will be routed assuming there is still hazardous material in the truck. The planning logic hazmat routing by contrast - will only consider the pickup stop to the first delivery stop (where all the hazardous material is unloaded) as hazardous so the distance request from delivery stop 1 to delivery stop 2 will not be considered hazardous.

Key Resources

HERE Toll Preference Routes

This feature provides the ability to configure your HERE routing based on a road’s toll road designation. Using the Toll Preference Route parameter with HERE you have a variety of options for toll road routing, from a strict exclude or less-strict avoid to a normal routing that ignores the toll road designation.

Steps to Enable

For HERE, you have a variety of options for setting the Toll Preference Route parameter:

Key Resources

HERE Hazmat Routing

This feature provides the ability to use the Hazmat routing option provided by HERE. Now you have the ability to map your packaged item information to one of the HERE’s supported hazardous classifications. The HERE interface accepts the list of all the HERE hazmat classifications and then HERE determines the “most” hazardous class in the set for determining distance.

Steps to Enable

Tips And Considerations

For the workbench map API, hazmat is determined at the shipment level so the shipment’s hazardous routing assumes all the hazardous items are in the truck for the entire shipment. By contrast, the API used in planning does a stop-by-stop (rolling) determination of the hazardous items in the truck so the hazmat classification and therefore the routing can be different at different points. For example, given a 3 stop shipment with one pickup and two deliveries – if the first delivery stop is the only stop that involves a hazardous item the workbench’s hazmat map routing will assume the entire shipment is hazardous - so from delivery stop 1 to delivery stop 2 will be routed assuming there is still hazardous material in the truck. The planning logic hazmat routing by contrast will only consider the pickup stop to the first delivery stop (where all the hazardous material is unloaded) as hazardous the distance request from delivery stop 1 to delivery stop 2 will not be considered hazardous.

Key Resources

HERE Custom Route Extension API

This feature provides you with the ability to take advantage of Here’s Custom Route Extension API capabilities. According to Here’s documentation, the HERE Custom Route Extension API is a REST API that allows you to request routes on a custom road network using overlay maps that you have modified. You can submit overlay maps with modifications, such as block road links, remove restrictions from road links, or insert new road links into the network. The modifications that you submit to Here, as part of your overlay maps, are only visible to you. These modifications are not uploaded to the official HERE map.

The main benefits and most common use case for using the Here Custom Route Extension API are:

Steps to Enable

Tips And Considerations

Here also supports a Custom Location Extension API which operates similarly to the Custom Route Extension API but uses a separate set of URLs for configuration and usage.

https://cle.cit.api.here.com/2/calculateroute.xml

http://cle.api.here.com

http://cle.cit.api.here.com

Key Resources

Workbench Map Enhancements

Workbench Logic Configuration Parameters for External Distance Engine Selection

This feature provides a set of Workbench logic configuration parameters that provide you with the ability to use the default or to set which external distance engine to use.

Specifically the new parameters are:

Steps to Enable

There are no steps necessary to enable this feature.

Driving Directions Based on External Distance Parameters Used in Rating

This feature provides a consistent routing and mapping experience between how your shipments are planned and rated and how the driving directions are displayed on the map within a workbench.

For all map providers, the Show Driving Direction action uses the same external distance engine parameters that were used when the shipment was rated when retrieving the shipment’s driving directions.

With this enhancement:

Steps to Enable

There are no steps necessary to enable this feature.

Support Historic Traffic for ALK and HERE Maps

This feature provides the ability to use the historical traffic capabilities provided by PC*MILER ALK and HERE maps to determine the travel time for a shipment on the Workbench Map.

Once configured, the departure time of the first shipment stop will be used to determine the traffic timing.

Steps to Enable

Tips And Considerations

This feature supports the consideration of historical traffic within the Workbench map. For bulk planning purposes historical traffic information is stored in OTM’s Rush Hour table and uses the Generate Rush Hour data process to gather the rush hour information that represents the historical traffic congestion information for different lanes and time periods.

Order Management

Modeling Orders with a High Number of Lines

This feature provides capabilities to configure OTM to support situations where upstream order management systems are unable to aggregate very detailed SKU level details to a level that is more appropriate for transportation planning and execution i.e., to the commodity, freight class, special handling, temperature, or hazardous commodity level.

When orders with unnecessary SKU level detail are brought into OTM for planning, there is a potential to see sluggish performance in OTM’s planning processes since the system becomes burdened with loading and processing excessively detailed SKU level information.

Now, you are able to bring in the SKU level details to OTM as an order base and then use a new aggregation release feature that allows you to create an aggregated order release for planning from the detailed information on the order base. With this approach, you retain the detailed information on the order base/order base line which can be used for documentation, reporting while the aggregated information on the order release is used for planning.

For example, assume you have a customer that orders pens by color – red, blue, green, black, purple etc. With this feature, the color specific order details can be brought in and retained on the order base – but the individual lines can be rolled up to a single aggregated line for pens thus reducing the data that OTM must process in planning.

Steps to Enable

Tips And Considerations

When your order configuration has the Aggregate check box set to true, the entire order base and its lines should be released in total. This means that the following actions on the Order Base Line Manager will not process when the order base selected has an order configuration with aggregate lines set to true.Order base line packingReady to shipRelease linesRelease remaining amountRelease total amountSimple ready to ship.

Agent Action Order Release – Mod-Propagate Changes

This feature provides an improved Order Release Mod-Propagate Changes agent action. The agent action has been significantly reworked to add a line, a ship unit, and to modify the line.

Steps to Enable

There are no steps necessary to enable this feature.

Order Release Line Packing Action

This feature provides an Order Release Line Packing action that you can use to manually pack order release lines into ship units. You can use the detail page of the action to enter ship unit packing information, as well as the quantity to pack for each line.

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

Once you use this action for an order release, you cannot use it again for the same order release.

Order Management Guide Moved to Online Help

This feature provides an Order Management Guide that has been updated and integrated into the online Help to make the guide more accessible. You can find the Order Management Guide in the Help Table of Contents under OTM How To/Configuration topics > Order Management.

A PDF version of the guide is embedded in the initial book icon in the Table of Contents for printing. While you are looking at any topic in the guide, you can use the browse sequence arrows at the top of the help topic to page back and forth through the guide.

Steps to Enable

There are no steps necessary to enable this feature.

Freight Payment, Billing, and Claims

European VAT Configuration by Province

This feature enables you to configure your European VAT setup by country and province. Now you can setup different VAT rates based on the combination of country code and province code.

The Canary Islands provides a good example for where you find this feature to be beneficial. Given an import from Ecuador to the Canary Islands (a province of Spain), this feature allows you to setup a province level Canary Island VAT rate that is different from the general/mainland Spanish VAT rate.

Steps to Enable

When configuring your European VAT rates:

Key Resources

For more information see the help topic: Configuring European VAT.

Transportation Operational Planning

3D User Defined Loading Patterns Enhancements

This feature provides a set of new 3D User Defined Loading Pattern enhancements that allow you to configure OTM to support a wider variety of loading patterns – including the ability to define loading patterns for cylinders.

Specifically, this feature provides the following new capabilities:

Steps to Enable

There are no steps necessary to enable this feature.

Graphical Diagnostics

This feature provides a Graphical Diagnostics tool that provides you with new insights into why an order or orders may have failed to plan. The Graphical Diagnostics tool also provides an excellent visualization of the planning process that OTM follows when solving a bulk plan run.

This Graphical Diagnostics page is available from the Bulk Plan summary page. Once a bulk plan has completed running, you can access the new Graphical Diagnostics page by clicking the Graphical Diagnostics button. The Graphical Diagnostics tool allows you to drill down through multiple levels of details. The diagnostics are color coded - gray for success and red for failure. Different views are available: Block View, Sunburst and Text View.

Some of the key capabilities of this include:

Steps to Enable

Set "Tracking Diagnostic" to "On" in the "Settings and Actions” page.

New Mixed Integer Programming Diagnostics Files

This feature provides a new approach for generating diagnostic files for the Mixed Integer Programming (MIP) process used in the planning process.

Improvements provided include:

Steps to Enable

There are no steps necessary to enable this feature.

Bulk Plan Improvements

This feature provides a set of internal improvements to the Bulk Plan process that improve both the performance and support for the Bulk Plan process.

Improvements provided include:

Steps to Enable

There are no steps necessary to enable this feature.

ByPass Routing

This feature provides a way to set up Network Routing so that it uses a much simpler and therefore much quicker method of determining an order’s route. This option is intended to support some common business cases where the Network Routing optimization logic is not needed.

For example:

Steps to Enable

To enable this functionality you need to set the property glog.optimization.networkrouting.useSimpleSolve to “true”. The default value is “false”.

Dock Scheduling Workbench

This feature provides a PUBLIC sample dock scheduling workbench that is designed to support the use case where your service providers are required to enter appointments as a requirement before they can pick up or deliver to a stop.

The sample dock scheduling workbench layout brings together table views of your Shipments Requiring Appointments, your Shipment Stops and an Appointment Gantt Chart to manage the assignment of a shipment stop appointment the available Location Resources Group and Location Resources.

When logged in as a SERVPROV user, this page is accessed via Appointment Management > Dock Scheduling Workbench.

When logged into OTM as a standard OTM user such as a planner, this page is accessed via Operation Planning > Appointment Management > Dock Scheduling Workbench.

Dock Scheduling Actions available:

Actions available in the Dock Schedule Workbench include:

The available Dock Scheduling – Load Configuration Gantt parameters include:

Dock Scheduling – Properties:

Steps to Enable

There are no steps necessary to enable this feature.

Priority by Item

This feature enables you to set the Priority to be used in planning by Item.

There are multiple levels where the priority can be defined for an item. Priority works according to the following hierarchy:

Steps to Enable

To use ship unit level priorities, the following two parameters need to be on:

Tips And Considerations

This feature replaces the capability where a reference number was used to define item level priorities. As such the following property has been removed: glog.business.shipment.TSShipUnit.packingItem.priorityRefnumQual

Transportation Intelligence

Support for Additional Currencies

This feature provides a way to see all your cost-related facts in three additional global currencies apart from the base currency.

The added currency fields are:

Steps to Enable

Use these Report Common Properties to configure this feature:

Tips And Considerations

Once these properties are set during the configuration of FTI, do not change them as a change may lead to data inconsistency.

ODI Work Repository - Import with Export Key

This feature enables use of the Export key when exporting both the Master and Work Repository. With this change, all passwords are now preserved in the ODI repositories and the contacts interested in an ETL run completion are emailed when the ETL finishes.

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

You should use the same key when importing the repositories into your environment.

Oracle Fleet Management

PUBLIC User Role of DRIVER

This feature provides a new PUBLIC user role of DRIVER which includes a new DRIVER VPD profile. This user role and VPD profile are required for any users accessing the new Driver Flow of Oracle Transportation Mobile.

Steps to Enable

There are no steps necessary to enable this feature.

Key Resources

See the help topic “Creating a Driver User for the Mobile App”, for more details.

Improved Get the Driver Home Processing

This feature improves logic to get your drivers home.

Steps to Enable

There are no steps necessary to enable this feature.

Work Assignment

Automatically Disband Work Assignments When Re-Running Bulk Plan

This feature provides the ability to have OTM automatically un-assign and then un-schedule shipments that are assigned to a work assignment and when you re-run a bulk plan. This feature works for work assignments that have not been assigned to drivers or executed.

Steps to Enable

There are no steps necessary to enable this feature.

Work Assignment and Location Capacity Constraints

This feature provides the ability to have your work assignment processing consider location capacity constraints.

Fleet aware planning now honors the location capacity constraints defined on the locations and will form shipment strings that avoid any conflicts at the locations from a capacity constraint perspective.

Steps to Enable

Once your work assignments and location capacity are configured, you can turn ON the following parameter and property to enable this feature in Fleet aware planning:

Work Assignment Improved Re-Calculation Solution

This feature provides the necessary status types, values and logic to properly configure your work assignment related re-calculation agents to only run when recalculation is possible.

The work assignment status type of WA_CALCULATE is used to indicate when a work assignment might require recalculation i.e., when the status value for this status type is set to WA_CALCULATE_NEEDED.

Generally speaking, the WA_CALCULATE status type and the related status values would be sufficient to determine if a recalculation should be run, however , this is not the case if any of the shipments in the work assignment has had a driver assigned.

With this feature, you now have the ability to use the status type WA_DRIVER_ASSIGNMENT and status values to determine if any shipment in the work assignment has a driver assigned.

Using this feature, you have the ability to configure your agents to consider the following:

Understanding how these two status types and values work allows you to configure your agents so that they perform work assignment recalculation under the correct conditions i.e., when WA_CALCULATE status type has the status value of WA_CALCULATE_NEEDED and the WA_DRIVER_ASSIGNMENT status type has the status value of WA_DRIVER_ASSIGNMENT_UNASSIGNED.

Steps to Enable

There are no steps necessary to enable this feature.

Work Assignment Gantt Chart Usability

This feature provides you with some nice usability improvements for the Work Assignment Gantt Chart.

Steps to Enable

There are no steps necessary to enable this feature.

Oracle Transportation Sourcing

Copy Non-Biddable Fields on the Carrier Response Template (CRT)

This feature provides the ability to have fields marked as non-biddable on the carrier response template copied from either the template rate offering or rate record to the newly created rate offering or rate record.

Steps to Enable

There are no steps necessary to enable this feature.

Upload Carrier Response Template (CRT) with GID Instead of XID

This feature enables you to upload the Carrier Response Template (CRT) with GID values instead of an XID.

Steps to Enable

There are no steps necessary to enable this feature.

Downloaded Carrier Response Template (CRT) Displays GID Instead of XID

This feature provides the ability to have your downloaded Carrier Response Template (CRT) spreadsheet display GID values instead of XID values.

The following elements can now use the GID instead of XID:

On the Carrier Response Template worksheet:

On the Conditions worksheet:

On the Location Group worksheet:

When uploading a bid response, you should populate the following fields with GIDs to avoid an invalid data error message:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

If you do not enter a domain name for the Bid Package ID, OTM will use the domain name of the bid to create the bid package.

Build Shipment Set Action Moves Shipments to Shipment Domain

This feature provides an improved Build Shipment Set action that will now create sourcing shipments (p_shipments) in the same domain as the rates (rate lanes) and shipment set criteria.

For example:

Steps to Enable

There are no steps necessary to enable this feature.

Tips And Considerations

Before you run this action in a child domain, ensure that the child domain has write grants (see the Domain Grants help topic) for its parent domain. This grant is required because this action creates the Sourcing shipments in the OTM shipment's domain. This includes the P_SHIPMENT table and all of its child tables.

Sourcing Mark for Purge Objects Added

This feature provides Mark For Purge actions for the following objects:

Steps to Enable

There are no steps necessary to enable this feature.

Rate Maintenance

Rate Maintenance Upload and Download Performance Improvements

This feature provides significant improvements in both the upload and download performance associated with upload and downloading rates using Rate Maintenance.

As part of the performance improvements, multi-threading has been implemented for both downloading and uploading rates. You can configure OTM to multi-thread time consuming areas within the rate maintenance area.

The following areas in rate maintenance now support multi-threading:

Steps to Enable

There are no steps necessary to enable this feature.

Key Resources

Action Performance Improvements

This feature improves action performance by running some actions in the background.

The following actions run in the background:

Steps to Enable

There are no steps necessary to enable this feature.

Rate Maintenance Process Flow How To

This feature provides a Process Flow How To topic that covers Rate Maintenance. This How To topic will provide you with the information you need to properly use the Rate Maintenance tool.

Topics covered include:

Steps to Enable

There are no steps necessary to enable this feature.

Sorting for Cost Parameters on RBIs

This feature provides an extension to the fields available for sorting. When the cost type, rate basis items, and the rate basis items on the conditions are all identical, they are sorted first by conditional attributes and then by the effective and/or expiration date.

Sorting now considers:

Steps to Enable

There are no steps necessary to enable this feature.

Oracle Global Trade Management

Global Trade Management (Base)

GTM User-Focused Menu

This feature provides a new default Spring Board and Navigator menu layout for the GTM product. The new layout groups the managers into more logical user focused groupings. In addition, all of the Power Data for GTM has been gathered together into one Power Data screen that appears within the Master Data option.

Steps to Enable

There are no steps necessary to enable this feature.

Restricted Party Screening – Dice Algorithm Performance Improvements

This feature provides a new Match Engine option, Inverse Index, that you can select as the Service Preference Configuration to use with your Restricted Party Screening Service. The Inverse Index option is based on the Dice algorithm, but sets up the matching process with an improved caching approach that provides you with significant Restricted Party Screening performance improvements without any reduction in match quality.

Specifically the new Inverse Index does the following:

Steps to Enable

Restricted Party Screening Punctuation to Remove Property

This feature adds a property that you can use to identify the punctuation you would like to have removed from your restricted party screening processing.

Within the property, you specify all of the punctuation that you would like to remove from the party and restricted party when performing restricted party screening. For example, “S.A. SMITH” will be changed to “S A SMITH” if you have identified a period mark as a punctuation you would like to remove.

Steps to Enable

Improved Screening of Single Character Words

This feature provides enhanced capabilities for screening single character words. Now with this improvement, single characters will be directly compared. For example: B R C S.A. was difficult to match previously due to the spaces which would impact the bigram calculation. With this enhancement, each individual letter is compared and matched accordingly.

Steps to Enable

There are no steps necessary to enable this feature.

Additional Actions Supported on the Workbench

Workbench capabilities now support a set of the additional GTM actions that can be used in the configuration of a workbench layout designed for Restricted Party screening.

Capabilities provided include:

Steps to Enable

There are no steps necessary to enable this feature.

PUBLIC Workbench Restricted Party Screening Workbench

This feature provides a Restricted Party Screening Workbench that you can use out-of-the-box to support your restricted party screening needs or you can use the PUBLIC Restricted Party Screening Workbench layout as a sample layout that you can copy and then configure to your specific needs.

The Restricted Party Workbench can be accessed via Restricted Party Screening > Restricted Party Screening Workbench.

Steps to Enable

There are no steps necessary to enable this feature.

Enhanced Copy Flexfields Agent Action

This feature provides some additional Copy FlexFields Agent Actions that you can use to copy flex fields.

The Copy Flexfields Agent Action has been added to the following areas:

Steps to Enable

There are no steps necessary to enable this feature.

Logic Configuration for GTM EBS Integration

This feature provides a more accessible logic configuration and parameter driven approach for defining the stylesheets used to transform EBS XML to GTM XML.

You can access the logic configuration parameters for GTM-EBS integration via the Logic Configuration page by selecting the logic configuration type of GTM EBS Integration.

By default, the stylesheets required to transform EBS XMLs to GTM XMLs are looked up in the file system. The parameters in the EBS XML to GTM XML Logic Configuration will enable you to toggle the stylesheets between the file system and the stylesheet content table. These parameters will be included in the GTM EBS Integration parameter set to configure the GTM-EBS integration functionality.

These parameters determine the stylesheets to be used the file system:

This parameter controls the toggle between the file system and the stylesheet content table:

Steps to Enable

There are no steps necessary to enable this feature.

Product Classification Code Enhancements

This feature provides a set of product classification code enhancements.

Specifically, this feature provides the following usability improvements:

Steps to Enable

There are no steps necessary to enable this feature.

Estimated Landed Cost Enhancements

This feature provides improvements in the calculation of estimated cost.

Specifically, the following has been added:

Steps to Enable

There are no steps necessary to enable this feature.

OTM-GTM Trade and Transportation Flow

This feature provides you with improvements in the OTM-GTM trade and transportation process flow. These changes provide additional configurability and flexibility in the OTM shipment/shipment group to GTM trade transaction flow.

Specifically, the following has been added:

Steps to Enable

There are no steps necessary to enable this feature.

Properties to Parameters

This feature provides migration of properties to more user friendly and accessible parameters.

Specifically, the following has been added:

Steps to Enable

There are no steps necessary to enable this feature.

Generate Customs Commercial Invoice from Trade Transaction

This feature provides the ability to generate the Customs Commercial Invoice from a Trade Transaction. Previously, the Customs Commercial Invoice was only available to be generated from the Declaration.

Steps to Enable

There are no steps necessary to enable this feature.

Power Data Parameter Sets Added to Master Data

This feature provides a new location for your Parameter Sets Power Data. The Parameter Sets Power Data has been added to Master Data > Power Data > General

Steps to Enable

There are no steps necessary to enable this feature.

Documents Actions Added to Party

This feature provides the ability to use all of the document-related actions and capabilities with your parties.

You now have the ability to perform the following Document actions against a party:

Steps to Enable

There are no steps necessary to enable this feature.

Data Configuration Enhancements

This feature provides a new Association Type that you can use to specify the ‘from object’ and ‘to objects’ that you wish to copy data to and from as part of your Data Configuration.

The available data association types available in the drop-down list on the Data Configuration are:

Steps to Enable

There are no steps necessary to enable this feature.

Trade Compliance

License Constraints Moved to Generic Constraint Sets

This feature enables you to manage your license constraints using generic constraint sets. With this change, you can now use the generic Constraint Set Type = TRANSACTION-LINE LICENSE DETERMINATION for your license constraints.

The generic constraints support all the previous license constraints plus additional ones.

Added new constraints:

Steps to Enable

There are no steps required to enable this.

Support Other Types of Controls

Steps to Enable

There are no steps required to enable this.

New Fields on Transaction Line and Declaration Line

Steps to Enable

There are no steps required to enable this.

Customs Management

AES Filing Improvements

This feature provides a set of AES Filing improvements.

Specific improvements include:

Steps to Enable

There are no steps required to enable this.

Support for Summary Declaration

This feature enables creation of a Summary Declaration. You can group transaction lines into a summary declaration based on date qualifiers and a daily, weekly, monthly, or yearly matching pattern. For details, see Constraint Details section on the Constraint Set page.

Steps to Enable

To group transaction lines with matching date qualifiers on a daily, weekly, monthly, or yearly basis:

Key Resources

Remove from Declarations Improvement

This feature provides an improved process for selecting and removing your Trade Transactions, Trade Transaction Lines and Declaration Lines from your Declarations.

In earlier releases, you were required to use a saved query to find the declaration you wanted to remove your Trade Transactions, Trade Transaction Lines and/or Declaration Lines from. Now when you run the Remove From Declarations action, GTM shows you the related declarations and using a check box, you can select the declarations you want to remove the item from.

Steps to Enable

There are no steps required to enable this.

Edit Declaration Quantities Improvement

This feature provides an improved process for selecting and editing your Trade Transactions, Trade Transaction Lines and Declaration Lines on your Declarations.

In earlier releases, you were required to use a saved query to find the declaration you wanted to edit. Now when you run the Edit Declaration Quantities action, GTM shows you the related declarations and you simply select, using a checkbox, the declarations you want to edit.

Steps to Enable

There are no steps required to enable this.

Valuation Method Added to Declaration

This feature provides a Valuation Method field on the Declaration. The Valuation Method is used to determine the customs value of imported goods. Use this page to create, edit, and/or remove valuation methods.

Steps to Enable

There are no steps required to enable this.

Create/Add to Existing Declarations Action

This feature provides you a renamed and enhanced action for creating and adding to your Declaration. The action Create Declaration has been replaced with the Create/Add to Existing Declarations action. The Create/Add to Existing Declarations allows you to both create declarations, and also allows you the option of Adding to an Existing declaration.

With the new action, you can create and add more transactions/lines to an existing declaration without having to create/re-create a declaration. This feature is also available for Create Declarations agent action for both the transaction and transaction line.

Steps to Enable

There are no steps required to enable this.

Copy Data from Header to Header Improvements

This feature enables you to specify the data to copy from Transaction Header to Declaration. If you are grouping more than one transaction into a declaration, you can specify the rules to determine which transaction has the primary header.

You can identify the rules to determine Primary Header in Logic Configuration with a Logic Configuration Type = GTM DECLARATION CONFIGURATION. There are 3 parameters you can use:

Steps to Enable

There are no steps required to enable this.

Global Trade Intelligence (GTI)

Additional Columns and General Usability Improvements

This feature provides a set of additional columns, some general usability improvements and improvements to the out-of-the-box dashboards that are shipped with the product.

Specifically, the following improvements have been provided:

Steps to Enable

There are no steps necessary to enable this feature.