Use of CEP in Contact Canter

Hi,
I am building a Contact Center, where users will report their complaints using mail and social media (Facebook, Twitter etc.).
If many users are reporting similar problems (like a particular ATM not working/not having cash), I want those problems to be treated as one.
I understand that I will have to use CEP for that, but I am not able to understand how it will be used.
Please give me some pointers.
Regards
Nitin

Hi Nitin,
Perhaps the following docs is helpful:
http://docs.oracle.com/cd/E23943_01/doc.1111/e14476/toc.htm.
A quick answer is:
1) OEP is an application server
2) An OEP application, which is a OSGI bundle, is comprised of Inbound Adapter, Event Channel, Processor, User Bean / Outbound Adapter
3) The business logic is usually implemented in processor's CQL queries.
Regards
Junger

Similar Messages

  • TS1424 it is asking me too verify my account but the email account it trys to send to is one i dont use or remember and i cant chan ge it to one of my active ones because i dont know how. help?!

    it is asking me too verify my account but the email account it trys to send to is one i dont use or remember and i cant chan ge it to one of my active ones because i dont know how. help?!

    Conatct AppleCare Account Security. Contact numbers here:
    http://support.apple.com/kb/HT5699?viewlocale=en_US

  • My ipod 5th gen says it is connected to the internet and i can go on apps that require an internet connection but whe i try to use the weather or another app that uses your current location it cant find me???

    My ipod 5th gen says it is connected to the internet and i can go on apps that require an internet connection but whe i try to use the weather or another app that uses your current location it cant find me???

    If you open the Maps app where does that say you are located?
    For location the iPod uses the location of nearby routers that are in Apple's database of routers and their location. Thus it appears that Apple's database is incorrect. You do not have to be connected to the router, just within range.
    Apple periodically updates their database based on information they obtain from iPhones, The iPhone has to have turned on the option to send info to Apple. no one has found another way to get the location of a router added/corrected.
    You can confirm that by going to well-know place with wifi like Starbucks or McDonalds                              

  • Which HRMS API can be used to hire a Contact?

    In either 11i and/or R12.1.3, who knows which HRMS API(s) can be used to hire a contact? That is, a "person" that exists in the system but is not an ex-employee, e.g., someone's spouse, or child. This is a person that exists in PER_ALL_PEOPLE_F, with a SYSTEM_PERSON_TYPE of OTHER. We are not using iRec or any applicant functionality, so I cannot create an application for the Contact and then hire the Applicant. Instead, my requirement is to directly hire the Contact.
    I am using the following APIs for other scenarios, but haven't figured out the Contact hire yet:
    HR_EMPLOYEE_API.CREATE_US_EMPLOYEE - using this API for brand new hires that do not currently exist in the database
    HR_EMPLOYEE_API.RE_HIRE_EX_EMPLOYEE - using this API for rehiring ex-employees that already exist as a person in the database
    One more note, I am able to accomplish this task with no problems from the front-end, so I expect there must be a way to do the same from the back-end.
    e.g.,
    1) Navigate to Person Form
    2) Find Contact
    3) Change Action to "Create Employment"
    4) Choose Person Type "Employee"
    5) Save, which successfully hires the Contact and creates the employee record
    Please help!
    Thanks,
    Jason Genovese

    Ahhh! I just took another look Clives suggestion for using at HR_EMPLOYEE_API.HIRE_INTO_JOB. While the Oracle iRep only shows the 1 HIRE_INTO_JOB procedure, a look in the database at the package uncovers a second, overloaded, HIRE_INTO_JOB procedure that should address my requirement. I believe this will work, but I'll test this out and post back with my results. Here are excerpts from the 2 signatures. The second (new) overloaded procedure should work:
    -- |------------------------------< hire_into_job >---------------------------|
    -- {Start Of Comments}
    * This API hires an applicant as an employee.
    * This API converts a person of type Applicant to a person of type Employee
    * (EMP).
    * <p><b>Prerequisites</b><br>
    * The applicant must exist in the relevant business group and must have an
    * applicant assignment with the assignment status Accepted. If person_type_id
    * is supplied, it must have a corresponding system person type of EMP and must
    * be active in the same business group as the applicant being changed to
    * employee.
    * <p><b>Post Success</b><br>
    * The applicant has been successfully hired as an employee with a default
    * employee assignment.
    * <p><b>Post Failure</b><br>
    * The applicant is not hired as an employee and an error is raised.
    -- {End Of Comments}
    PROCEDURE hire_into_job
    (p_validate IN BOOLEAN DEFAULT FALSE
    ,p_effective_date IN DATE
    ,p_person_id IN NUMBER
    ,p_object_version_number IN OUT NOCOPY NUMBER
    ,p_employee_number IN OUT NOCOPY VARCHAR2
    ,p_datetrack_update_mode IN VARCHAR2 DEFAULT NULL
    ,p_person_type_id IN NUMBER DEFAULT NULL
    ,p_national_identifier IN VARCHAR2 DEFAULT NULL
    ,p_per_information7 IN VARCHAR2 DEFAULT NULL --3414274
    ,p_effective_start_date OUT NOCOPY DATE
    ,p_effective_end_date OUT NOCOPY DATE
    ,p_assign_payroll_warning OUT NOCOPY BOOLEAN
    ,p_orig_hire_warning OUT NOCOPY BOOLEAN
    -- |----------------------------< hire_into_job - new >------------------------|
    -- {Start Of Comments}
    -- Description:
    -- This business process converts a person of type EX_APL, EX_EMP or OTHER to a type of EMP.
    -- This is achieved by:
    -- o Setting the person type to EMP
    -- o Creating a period of service
    -- o Creating a default employee assignment
    -- o Repopulating the security lists
    -- Post Success:
    -- The API updates the person and application and set the following out
    -- parameters:
    -- Name Type Description
    -- p_per_object_version_number number If p_validate is false, set to
    -- the new version number of the
    -- person record. If p_validate is
    -- true, set to the value passed in.
    -- p_employee_number number If p_validate is false, set to the
    -- employee number of the person. If
    -- p_validate is true, set to the
    -- value passed in.
    -- p_assignment_id number If p_validate is false, set to the
    -- assignment_id for the person.
    -- p_effective_start_date date If p_validate is false, set to
    -- the effective start date of the
    -- updated person record. If
    -- p_validate is true, set to null.
    -- p_effective_end_date date If p_validate is false, set to
    -- the effective end date of the
    -- updated person record. If
    -- p_validate is true, set to null.
    -- p_assign_payroll_warning boolean Set to true if the person's date of
    -- birth has not been set. Set to
    -- false if the date of birth has been
    -- entered. Indicates if it will be
    -- possible to set the payroll
    -- component on any of this person's
    -- assignments.
    -- p_orig_hire_warning boolean Set to true if the original date of
    -- hire is not null and the person
    -- type is not EMP, EMP_APL, EX_EMP or
    -- EX_EMP_APL.
    -- Post Failure:
    -- The API does not update the person and period of service and raises an error.
    -- Access Status:
    -- Public.
    -- {End Of Comments}
    PROCEDURE hire_into_job
    (p_validate IN BOOLEAN DEFAULT FALSE
    ,p_effective_date IN DATE
    ,p_person_id IN NUMBER
    ,p_object_version_number IN OUT NOCOPY NUMBER
    ,p_employee_number IN OUT NOCOPY VARCHAR2
    ,p_datetrack_update_mode IN VARCHAR2 DEFAULT NULL
    ,p_person_type_id IN NUMBER DEFAULT NULL
    ,p_national_identifier IN VARCHAR2 DEFAULT NULL
    ,p_per_information7 IN VARCHAR2 DEFAULT NULL --3414274
    ,p_assignment_id OUT NOCOPY NUMBER -- Bug#3919096
    ,p_effective_start_date OUT NOCOPY DATE
    ,p_effective_end_date OUT NOCOPY DATE
    ,p_assign_payroll_warning OUT NOCOPY BOOLEAN
    ,p_orig_hire_warning OUT NOCOPY BOOLEAN
    );

  • Can I use icloud to synchronize contacts and calender for 1 ipad and 3 Windows 7/8 PC?

    Can I use icloud to synchronize contacts and calender for 1 ipad and 3 Windows 7/8 PC?
    regards,
    Jan

    Thanks! One more question ..... Will I have to enter appointments on an iCloud default calendar by logging in to my iCloud account every time, or can I just enter data on calendars in my 2 devices?

  • Error while using XML Iview, please contact your system administrator.

    Hello everybody,
    I have already posted a detailed message for the XML iview problem sometime back but havent got any reply so far. All the replies had come from users who are also facing the same problem. I am trying to use a XML iview for fetching RSS feeds from one of the internet source, i have entered the proper URL and selected the proper RSS to XHTMLB transformer also and have entered the proxy settings in the http service and enabled it and restarted it also, but again when i am previewing the Iview its giving me the error <b>"Error while using XML Iview, please contact your system administrator."</b>. I am using
        Area           Version
        J2EE Engine    6.40 PatchLevel 98256.313
        Portal         6.0.14.0.0
    , can someone tell me whether its a bug in sp14 or i am missing something while creating this XML Iview. Expecting a proper reply.
    Thanks in advance,
    Regards,
    Sarabjeet.

    Hi Sarabjeet,
    The XML iView uses server-side fetching, so if you are having problems with a regular URL iView in server-side fetching mode, so the problem with the XML iVIew probably has to do with the proxy settings.
    And since you got a 407 error, it seems there is an issue with proxy settings or the proxy server, as mentioned in this description of 407 error:
    The HTTP 407 code only applies to users who are accessing the Internet behind a proxy server. This is common in government and corporate workplaces. The 407 code indicates that your computer must first authenticate itself with your company's proxy server. Check with your IT department or computer support group as to the exact reason why you may be getting this error. It may be possible that the proxy server does not allow downloads of specific files (exe, cab, com). You can also verify that your proxy server settings are valid.
    I will check if I can find out any more specific info.
    Daniel

  • I cant seem to scan from my hp photosmart 7520 printer to my iMac but can scan using the iMac? photosmart cant see the iMac.

    I cant seem to scan from my hp photosmart 7520 printer to my iMac but can scan using the iMac? Photosmart cant see the iMac. Mac is wired to the router printer over wi fi.

    Hi Shlomi
    It worked!!! Thanks so much, I've been messing about with this for hours.
    As you are so good I do have another problem. I have another 2 pc's on the network that show on the iMac but iMac cannot conect to. One is XP and the other is Vista both with Norton fire wall installed.
    Any thoughts you have would be much appriciated
    Rob

  • When I send a message using iMessage to a contact's email, the message (whether independent or to a group) is being delivered in their email inbox instead of their iMessage application.

    When I send a message using iMessage to a contact's email, the message (whether independent or to a group) is being delivered in their email inbox instead of their iMessage application.
    Is there any resolution to this issue?

    Yes, they are registered for iMessage and IOS 5.0.1 update. A few days ago (10-12 days) the group messaging was working fine, but now the messages are being delivered to the email inox instead of iMessage app.

  • HT5372 i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Hi, I bought a second hand iphone 4s and seller has blocked it and reset it know the iphone is asking for a  email and password that the seller was using, I can't contact him know and i'm left with an Iphone that is useless, can you help ma please?

    hi, I bought a second hand iphone 4s and seller has blocked it and reset it know the iphone is asking for a  email and password that the seller was using, I can't contact him know and i'm left with an Iphone that is useless, can you help ma please?

    Sorry, there is nothing you can do until the device is removed from the sellers Apple ID.
    Without that, your device can't be used, check these articles:
    iCloud: Find My iPhone Activation Lock in iOS 7
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account

  • I have 2 IPOD touches and now an IPAD2;I use outlook calendar and contacts, and now my devices are not syncing all the information in the calendar. Help?

    I now have 2 IPOD touches , 1 8 GB,1 32G plus an IPAD 2 that I've been having syncing issues with.
    my Dell D830 Latitude w/windows XP. I use outlook calendar and contacts, and the syncing is not
    completely syncing the outlook information. Help?

    Yes.  Just sync them to the same iTunes library.  iTunes will keep track of each so you can put what you want on each.  I do this with a 3G and iPad2. Note that each device will have it's own backup.

  • I'm using my website, but i cant log in using mozilla firefox, even my password is correct. I also tried to restart, and reinstall also, but not working.

    Using my website, but i cant log in using mozilla firefox,

    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies

  • Error while using the sample My Contacts portlet

    Hi,
    I am trying to use sample portlet "My Contacts" in my portal's page but getting
    the following error:
    Compilation of JSP File '/portlets/collaboration/nativedb/contact/Content/index.jsp'
    failed:
    Errors found in C:\bea\weblogic81\samples\portal\portalApp\AlFaris\portlets\collaboration\nativedb\contact\Content\index.jsp:
    Error at line 24 column 18:
    Description: No tag library could be found with this URI.
    Error at line 24 column 18:
    Description: This tag is not recognized.
    Error at line 60 column 10:
    Description: This tag is not recognized.
    Error at line 69 column 2:
    Description: This tag is not recognized.
    Error at line 70 column 2:
    Description: This tag is not recognized.
    Error at line 79 column 5:
    Description: This tag is not recognized.
    Error at line 81 column 60:
    Description: No variable or field with this name could be found at this location.
    Error at line 86 column 88:
    Description: This tag is not recognized.
    Error at line 140 column 8:
    Description: This tag is not recognized.
    Error at line 148 column 6:
    Description: This tag is not recognized.
    Error at line 152 column 6:
    Description: This tag is not recognized.
    Error at line 155 column 69:
    Description: No variable or field with this name could be found at this location.
    Error at line 171 column 6:
    Description: This tag is not recognized.
    Error at line 175 column 6:
    Description: This tag is not recognized.
    Error at line 184 column 40:
    Description: This tag is not recognized.
    Error at line 185 column 40:
    Description: This tag is not recognized.
    Error at line 186 column 42:
    Description: This tag is not recognized.
    Found 17 error(s) and 0 warning(s).
    I could use the above sample portlet in weblogic 8.1 without any problms but
    in weblogic 8.1 with SP2 I am getting the above error.
    Can anyone help me out of this situation.
    Thanks in advance

    Check the below link for a sample code.
    [http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm|http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm]
    Hope this helps.
    Thanks,
    Balaji

  • I used to see my contacts' photos full screen when they called or when I called them now I only see a thumbnail when they calling and when I call them?

    I used to see my contacts' photos full screen when they called or when I called them now I only see a thumbnail when they calling and when I call them?
    iPhone 4s iOS 7.1

    Hello User909807,
    After having some close calls with fraudulent purchases on my own bank account, I know how scary it can be to know someone else other than you had your personal information, so it was nice to know my issuing bank was helping keep my identity safe. Having said that, it’s completely understandable why it’d be frustrating to discover you were unable to continue making purchases after confirming your identity via text, and I apologize if this caused any unintentional frustration.
    While I’ll be sure to document your feedback regarding our partnership with Citibank, N.A., please know that they are the issuer of your My Best Buy credit card account. As such, I will be glad to share your concerns with our Citibank contacts so that they may contact you to discuss your account in further detail. Please know you should receive follow-up contact from them within the next 3-5 business days.  
    Respectfully,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

  • I am using lightroom 4 and i cant import my photos because their paths contains blackslashes (499)

    i am using lightroom 4 and i cant import my photos because their paths contains blackslashes (499)
    can yotell me what is this and why its doing this and how i can fix it

    Does the path contain a backslash. If so, change it.   It would help to show the path you are trying to import from.  You could try changing the file handling setting in Preferences to the second setting where backslash is considered illegal and is replaced.  Its probably better to just not use these characters anyway.

Maybe you are looking for

  • How to remove itunes latest update from my windows vista 32 bit computer? it now sends an error message when i try to open itunes.

    SINCE TRYING TO DOWNLOAD THE LATEST UPDATES TO MY WINDOWS 32 BIT VISTA COMPUTER, I HAVEN'T BEEN ABLE TO OPEN ITUNES ON IT.I KEEP GETTING A ERROR MESSAGE.I'VE TRIED UNINSTALLING ITUNES AND REINSTALLING BUT STILL GETTING ERROR MESSAGE ON MY COMPUTER!!!

  • Running function mdule CUSTOMER_UPDATE

    I am running Function Module CUSTOMER_UPDATE to update the payment block field in the customer master. I am populating the following fields in the FM; KUNNR BUKRS ZAHLS I leave the other fields blank. But when I run the FM, it removes the values from

  • Need to extend idoc MBGMCR03

    Hi all, I want to extend idoc MBGMCR03 to pass serial no. data since the client serial no. length is 40 chars whereas SAP supports only 18 chars. When I try to extend the idoc, I get error message 'Action is not possible for generated idoc types'. Th

  • Easy DMS Questions

    1. When Creating a DIR thru EDMS,  must it be assigned a number using a defined number range?, Can it not be an External and determined by user? 2. Folder Numbers (Same ? as above)

  • Unable to consume Enterprise services from Visual Composer

    Hi, We have implemented ECC-SE 603 add-on in our ECC 6.0 system. We configured to set up a connection between our J2EE engine and the ES Workplace, to consume the Enterprise services from Visual Composer. But, we are unable to see the Enterprise Serv