Showing posts with label Oracle CRM. Show all posts
Showing posts with label Oracle CRM. Show all posts

Tuesday, September 8, 2015

Deal Management

Introduced in R12 and built to be part of the quote and order process, Oracle Deal Management provides essential decision support tools and scenario modeling to help sales people achieve maximum profit on every deal.
You get real-time access to pricing data for up-to-the-minute decision-making and a centralized repository of deal information for historical reference and "rearview" aggregated analysis. With automated movement of data, the process becomes more efficient and profitable—with less risk of mistakes.
With Oracle Deal Management you can:
  • Enforce price policies
  • Analyze deal profitability
  • Review customer price history
  • Review deal metrics and waterfall
  • Perform "what-if" comparisons

Thursday, December 18, 2014

Oracle CRM - Elementary

Oracle CRM (Customer Relationship Management) is mainly divided into:

  • Oracle Marketing - Trade Management, Marketing Intelligence etc
  • Oracle Sales - Oracle Telesales, iStore etc
  • Oracle Service - Field Service, Service Contracts, Depot Repair etc

Friday, December 12, 2014

Oracle Field Service - An Overview

Oracle Field Service (formerly Service Online) automates the process of dispatching field technicians to service calls in remote locations by:

  • Providing a centralized view and point of control for monitoring Field Service activities to increase productivity and reduce costs.
  • Ensuring adequate staffing and on-time arrival of field service personnel for improved customer satisfaction.
  • Diagnose symptoms and potential resolution for service calls before dispatching field service resources to prevent unnecessary service calls.
FS has 3 main components >>

  1. Dispatch Center (DC)
  2. Administrator Portal (FSAP)
  3. Technician Portal (FSTP)

Dispatch to Debrief process:

Part of 'Service Request to Resolution Process'.

Receive SR >> Create FS Task >> Schedule FS Task >> Commit FS Task >> Execute FS Task >> Debrief FS Task >> Close Task & SR

Debriefing involves updating:


  • Time used
  • Parts used and recovered
  • Expenses incurred
  • Counter readings
  • Resolution documentation

Tuesday, December 9, 2014

Oracle Install Base

Oracle Install Base (IB) is an item instance life cycle tracking application.

Mark item as Install Base Trackable in Oracle Inventory and when item instance is created, it's created in IB (CSI_ITEM_INSTANCES) and further changes traced (CSI_TRANSACTIONS, CSI_ITEM_INSTANCES_H). Traced from the time it's received in inventory.

Usually serialized items, When a trackable item is defined in Oracle Inventory as non-serialized, it is typically for smaller objects (can be tracked only as a group) whose real-world instances do not require individual tracking e.g. screw.

Items can be serialized at receipt or at sales order issue.

Oracle Install Base interacts with: 

  • Oracle PO (PO receipt --> Update Inv Data --> IB created or changed), 
  • Oracle WIP (Issue components --> Complete work order --> Update Inv Data --> IB created or changed),
  • Oracle OM (),

To find the Installation Details for a Sales Order number:

select ctld.*
from csi_t_transaction_lines ctl,
csi_t_txn_line_details ctld
where ctl.transaction_line_id = ctld.transaction_line_id (+)
and ctl.source_transaction_id in
(select line_id from oe_order_lines_all where header_id=
(select header_id from oe_order_headers_all
where order_number = ))

Thursday, August 7, 2014

Oracle Service Contracts - An Overview

Oracle Service Contracts (Service Agreements) are contracts that are usually sold to customers to support, repair and/or maintain some product or service that the customer owns.


Service Contracts provides inputs to modules like Tele Services, Field Services, Depot Repair, iSupport. 

Tuesday, September 7, 2010

Oracle CRM Service - Elementary

In Oracle CRM modules, apart from creating username it's important you create them as Resource and assign a role.

Step1. Create a new employee

(R) HRMS Manager
(N) People --> Enter and Maintain

Step 2. Create applications username

(R) System Administrator
(N) Security --> User --> Define

Step 3. Import Resource into CRM

(R) Manager
(N) Setup --> CRM Foundation --> Resource Manager --> Maintain Resources --> Import Resources

Step 4. Assign required role(s) to the resource

Navigation same as Step 3 and go to tab 'Roles'.

--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
The CRM 'Service Suite' components:

  • TeleService module
  • Depot Repair module
  • iSupport module
  • eMail Center module
  • Preventive Maintenance module - uses CMRO (Complex Maintenance, Repair and Overhaul) to create SR and tasks. 
  • Service Contracts module
  • Install Base module
  • Knowledge Management
  • Common Application Components like Territory Manager, Task Manger, Resource Manager.

--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------

Process Flows:


Service Request to Resolution

There are three components to this flow:

  1. Service Call Intake (SR created via TeleService, iSupport, eMail Center)
  2. Execution Channel
  3. Service Execution
The Execution Channel has three alternatives:
  • Technical Support
  • Field Service
  • Depot Repair

--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------

Issue: User Maintenance link under CRM HTML Administration throws message, "You don't have sufficient privileges to view this page."
Sol: Login with SYSADMIN account and assign JTF_SYSTEM_ADMIN_ROLE to your id.

Issue: When creating a new Service Request (SR), it throws error message, "The user-to-resource link has not be setup correctly."
Sol: Either the user is not yet defined as resource or User Name is not defined (or re-define) in the Resource Details screen (under Maintain Resources)