Control unit - Service request

Hi all

We use the Oracle Apps Version R12.1.2, we intend to implement the module of teleservice.

We have 2 units of operation (OAU & forgotten the SOURCE), we have clients accounts (non-party) in two operating units I have... e, CUSA OAU & CUSB in forgotten the SOURCE. We have 2 different responsibilities and respective MB of operating devices.

The question we face is:

1 when we try to create the service OAU, and then in the LOV customer application form, we are able to view both CUSA and CUSB, clients however liability even using the form of Contact Center, we have tried to check the LOV customer and only KUSA comes the LOV.

Can you please help me it is the functionality provided in the form of SR, if yes can you please suggest a work around?

Kind regards

Hello

HZ_PARTIES table is a generic table and does contain no data specific org, I do not know how you want the customers data to be wiped off based on the org in the header of the SR, but the level of SR header, customer LOV can be changed using the form of customization so that the restriction can be activated :

In this case, I joined with HZ_CUST_ACCT_SITES_ALL table because it contains the Id of the Org, please see the following code example:

Example Code:

Select p.party_name,

p.known_as,

p.party_number,

a.Account_Number,

a.account_name,

p.Email_Address,

p.Address1 | Decode (p.address2, null, null, ';' | p.address2) | Decode (p.address3, null, null, ';' | p.address3) | Decode (p.address4, null, null, ';' | address, p.address1, p.address2, p.address3, p.address4 p.address4).

p.City,

p.State,

p.Country,

p.province,

p.Postal_Code,

p.party_id,

a.cust_account_id

hz_parties p,

hz_cust_accounts one

where p.party_type = 'ORGANIZATION' and

p.Status = 'A' and

p.party_id = a.party_id and

a.Status = "A".

and EXISTS

(SELECT 1

OF hz_cust_acct_sites_all hcasa

WHERE hcasa.cust_account_id = a.cust_account_id

AND hcasa.org_id = fnd_profile.value ('ORG_ID')

)

order by 1

Thank you best regards &,.

Tags: Oracle Applications

Similar Questions

  • DB stopped working with ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Hello

    I installed Oracle 4 months before and work perfectly fine on until now. I could not able to connect to any DB or URL http://127.0.0.1:8080/apex/f? p = 4950

    The connection failed with the below error

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Results of the LSNRCTL STATUS as below

    C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN > LSNRCTL STATUS

    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 3 January 2016 12:43

    : 55

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    STATUS of the LISTENER

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

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.2.0 - Prod

    ction

    3 January 2016 start date 12:43:51

    Uptime 0 days 0 h 0 min 4S

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Default Service XE

    Listener parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\A

    DMIN\listener.ora

    Listener log file C:\oraclexe\app\oracle\diag\tnslsnr\RAJESHK-PANTAR\lis

    tener\alert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = localhost) (IN.

    RT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Service 'PLSExtProc' has 1 instance (s).

    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN > LSNRCTL SERVICE

    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 3 January 2016 13:0

    : 08

    Copyright (c) 1991, 2014, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service 'PLSExtProc' has 1 instance (s).

    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    The command completed successfully

    Please help with what deliver you.

    1. control file backup to trace using the "alter database backup controlfile to trace as 'C:\control.bkp ';

    2. turn off your database

    3 startup nomount

    4. create controlfile from the backup created controlfile command. For example. See below (it is extracted from the trace my database controlfile. RESETLOGS option use as in 1st line

    CREATE CONTROLFILE REUSE DATABASE "WIN1DB" RESETLOGS  NOARCHIVELOG
        MAXLOGFILES 16
        MAXLOGMEMBERS 3
        MAXDATAFILES 100
        MAXINSTANCES 8
        MAXLOGHISTORY 292
    LOGFILE
      GROUP 1 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO01.LOG'  SIZE 50M BLOCKSIZE 512,
      GROUP 2 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO02.LOG'  SIZE 50M BLOCKSIZE 512,
      GROUP 3 'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\REDO03.LOG'  SIZE 50M BLOCKSIZE 512
    -- STANDBY LOGFILE
    DATAFILE
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\SYSTEM01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\SYSAUX01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\UNDOTBS01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\USERS01.DBF',
      'C:\ORACLE\PRODUCT\ORADATA\WIN1DB\WIN1DB\EXAMPLE01.DBF'
    CHARACTER SET WE8MSWIN1252
    ;
    

    5 mount the database 'edit the editing of the database'

    6 open the database using newspapers to reset "alter database open resetlogs.

    Thank you!

  • Problem opening of HTML forms "Find Service request" and "Create Service Request"

    Hello

    I'm working on the establishment of a date for the Service of the EBS, and I'm unable to open forms HTML 'Find Service request' and "create Service request".

    I get the error message:

    Oracle error - 20001: ORA-20001: APP-FND-02902: option profile Multi-Org is required. Please define either MO: MO or Security Profile: profile of operating unit option. has been detected in MO_GLOBAL_INIT.

    I have knowledge of EBS min set up and configuration. We simply use EBS as a source system for our ETLs.  Please suggest no work around to solve the problem.

    Thank you

    Kishore

    Go to the responsibility of the system administrator > profile > system. Search for the profile MO: unit operating and under field of responsibility, put in the name of responsibility you use to create the service request, click OK, and enter the value you want in the next window operating unit. He shoots to the top of all the defined business units and you can choose the one desired.


    Thank you

    Shree

  • JMS uniform distributed Queue control unit, problem when a node crashes

    Hello
    I have the code according to which a post (with all of the control unit) to a line of uniform distribution in a cluster with two servers (Server1 and Server2) members.
    UDQ - addressing a subdeployment mapped to two servers JMS pointing to each of the Member servers
    -Factory connections using default targeting (I tried mapping them to deployment Sub too)

    serverContext javax.naming.InitialContext = new javax.naming.InitialContext ();
    javax.jms.QueueConnectionFactory qConnFactory = (javax.jms.QueueConnectionFactory) serverContext.lookup (jmsQConnFactoryName);
    javax.jms.QueueConnection qConn = (javax.jms.QueueConnection) qConnFactory.createConnection ();
    javax.jms.QueueSession qSession = qConn.createQueueSession (false, Session.AUTO_ACKNOWLEDGE);
    javax.jms.Queue q = (javax.jms.Queue) serverContext.lookup (jmsQName);
    weblogic.jms.extensions.WLMessageProducer qSender = qSession.createProducer (q) (weblogic.jms.extensions.WLMessageProducer);
    qSender.setUnitOfOrder ("MyUnitOfOrder");
    javax.jms.ObjectMessage message = qSession.createObjectMessage ();
    < String, Object > HashMap map = new HashMap < String, Object > ();
    Map.put ("something", "SomeObject" "");
    message.setObject (map);
    qSender.send (message);
    } catch (Exception e) {}
    }

    Steps followed:
    1 post a message of "Server1."
    2. the message picked up by "Server2."
    3. all fine
    4. stop "Server2."
    5 post a message of "Server1."
    6 ERROR: ' chopped format member of MyAppJMSModule! MyDistributedQ is MyAppJMSModule! MyJMSServer-2@MyDistributedQ who is not available.

    WebLogic version: 10.3.5

    Is there a way (except Path Service configuration) to operate "with control unit" for a UDQ, even if some Member servers go down this code?

    Thank you very much for your time.

    If you want to avoid using the Service path, then the alternative is to make members of highly available destination. This will help to ensure that the host for a particular Member PUA is in place.

    One approach to HA is to set up "service migration." For more information, see the white paper of the automatic Migration of Service to
    http://www.Oracle.com/technology/products/WebLogic/PDF/WebLogic-automatic-Service-Migration-whitepaper.PDF

    In addition, I recommend SEO best practices for JMS beginners and advanced users
    http://docs.Oracle.com/CD/E17904_01/Web.1111/e13738/best_practice.htm#JMSAD455 to help WL configuration in general.

    Hope this helps,

    Tom

  • The code in the item "Start workflow" of the tools1 in the Service request form

    Hello

    Could you please tell me where to find the code in the workflow start menu item in tools1
    Service request form (CSXSRISR).

    Navigation: Service-> Service request-> create Service request

    Thanks in advance
    Vishnu

    Vishnu
    I'm not sure what you are looking for (validation or action) the code, but the action is simply to run workflows. You can find that in the pll CSSRISR. This database package that is used to start the workflow process is

    CS_Workflow_PKG. Start_Servereq_Workflow
    (p_request_number-online name_in ('incident_tracking.incident_number'),
    p_wf_process_name-online name_in ('incident_tracking.workflow_process_name'),
    p_initiator_user_id-online to_number (name_in ('control.user_id')),
    p_initiator_resp_id-online FND_PROFILE. Value ('RESP_ID'),
    p_initiator_resp_appl_id-online FND_PROFILE. Value ('RESP_APPL_ID'),
    p_workflow_process_id-online l_workflow_process_id,
    x_msg_count-online l_msg_count,
    x_msg_data-online l_msg_data
    );

    Thank you
    Claire

  • Zip code does not match with the Service request number

    Hello
    I can, check the State of repair of my Xbox to the t.
    It keeps giving the same error (ZIP Code does not match with the Service request number).

    I tried to register the product.
    but it seems impossible, if it has a status of repair open.

    a catch 22.

    Hello

    I suggest you go through the following link.

    http://www.Xbox.com/en-us/

  • The NVIDIA NDIS IO Control Driver service failed to start

    NVIDIA NDIS IO Control Driver service failed to start due to the following error: the system cannot find the specified file.

    It's the correct driver.

    Ooohhh, you see in the event Log?

    I looked in the NVIDIA forums and found this:

    http://nvidia.custhelp.com/cgi-bin/nvidia.cfg/php/enduser/std_adp.php?p_faqid=262&p_created=1117061806&p_sid=qP2bKYVi&p_accessibility=0&p_redirect=&p_lva=&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MiwyJnBfcHJvZHM9MCZwX2NhdHM9MCZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWFuc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9bmRpcw**&p_li=&p_topview=1

    I have some NVIDIA cards, but not this one, so I can't recreate and test the suggestion...

    If the RemoveNvNdis.exe does not work (I think he must disable or remove completely the service), looks like he's some NVIDIA service that tries to start when you reboot, it cannot be started for some reason any.  Looks like you don't need to start.

    If you can find it in the Services of XP, you could check the properties and set the startup type to disabled, restart and see what things look like.  (Do you know how?)

    If the mere presence of the Service in your list of Services, then you mind, you can also delete the Service entirely (I want to it later, just to be ordered if it is always hanging out).

  • How to open a service request / Ticket / issue

    Hi all

    I am now looking for some time how to open a Ticket or Service request for some issues of the iDRAC, I found.

    How can I submit these?

    Kind regards

    UBruns

    Ubruns,

    If you follow this link it will allow you to enter your service tag, once it will lead to where you can choose between email, phone or chat.

    You can also post here and we can assist you as well.

  • What is the control cryptostorage service?

    Original title:

    HI - what is control cryptostorage service?

    Hello cameronlunt,

    Please see the link below for more information about cryptostorage control service.  Any questions please let us know.

    Service Control Manager

    http://msdn.Microsoft.com/en-us/library/Windows/desktop/ms685150 (v = vs. 85) .aspx

  • What events trigger service requests?

    Hello

    I know that CHS has algorithms to assess the communications between the sophisticated devices but, is there an easy solution for a customer who asks what events trigger Service requests?

    Kind regards

    Gabriel Tlalpachicatl

    Hello Gabriel,

    Under the technical means of CHS, there is a "Smart Call Home monitoring details" document. This provides specific details for each diagnosis, environment and alarm of syslog by device.  It must also offer if an SR would be open.

    Tim

  • Open Warranty Service request July 23, 2013 for Dell U3014 not yet shipped

    Dell technical support chat, Dell agent diagnosed my brand new, in the U3014 defective LCD warranty and I was sending by e-mail & service on July 23, 2013 application numbers. While they inspected the status of service request today (from this page: http://www.dell.com/support/incidents/us/en/04?c=us&s=bsd&cs=04&l=en), it does not seem to have shipped yet despite almost launched a week ago.

    When I could expect my replacement LCD to ship? I expect a much faster resolution of Dell, especially for premium for the lighthouse of Dell LCD.

    pil0tflame,

    According to the availability of the manufacturer, the typical turnaround time on shipping is 7 to 10 business days. So I'm not expecting to ship until Thursday, may 1 at the earliest.

  • Maximum number of Service requests

    Hi all

    Greetings for the day!

    After continuous follow-up with my client, I recently got the number of the ITUC, using which I created ID metalink and triggered several SRs for pending open questions and began following. However, the management insisted on open SR only for critical questions, in order to avoid the maximum number of service requests.

    It intrigued me, according to my knowledge, there is no limit or value set, who says you can't create more than Nnn number of service requests, please let me know if it there in a. I tried to search for the same thing on the forum as well as google, but did not find. Furthermore, another application that came to my mind was, if I have the Database Enterprise edition license, and I raise questions about FCAC, it will be by any violent means the terms of the assistance contract?

    Hereafter, document as well, but no luck.

    http://docs.Oracle.com/CD/E25290_01/doc.60/e25224/SRhome.htm

    Thanks in advance,

    AbbasDBA

    It depends on the nature of your organisation has subscribed the support contract.

    For example, see the http://www.oracle.com/us/support/library/057419.pdf 'Incident Server Support Package' (page 13)

    Most customers would sign up for normal support that does not limit the number of SRs, but some they choose this method for specific projects / implementations.

    Hemant K Collette

  • How can I increase a service request?

    Hi all

    I have a service request that is OK, but I'm afraid that it will not be resolved by the end of the month.

    Please can you point me in the right direction for this escalation in a good way.

    Thank you

    Djidji

    We are generally worse the SR thru Oracle Support phone: 0008001007534 or 018004258448.

  • Listener (and the database instance) does not start automatically: ORA-12514: TNS:listener does not currently of service requested in connect descriptor

    Hi all... I am a newbie with oracle database.,.

    I have the problem of monitoring:

    I installed Oracle Database 11 g R2 XE on my CentOS 6.5 guest operating system.

    I changed the host name in my CentOS so (where installed oracle 11g R2 XE) after the installation was completed successfully.

    Installation-) before and during the hostname is localhost.

    (-) After the installation, I changed the host name in VMCentOS

    From the moment where I changed the host name, nothing starts automatically. In particular, the listener and the database instance does not start automatically.

    When I start the listener manually and I try to connect to the instance of database with SQLPLUS I get this error:

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    I think that the problem is due host name changed because I have to test and debug the object, re-installed a machine virtual operating system CentOS, re-installed oracle database 11 g and I do not have this problem. The database instance and the listener starts automatically!

    Can someone tell me if, maybe, the problem is with the host has changed? ... and why?

    P.S.: After changing the hostname I also modified the listener.ora and the tnsnames.ora by changing the HOST with the correct host name.

    Hello

    It seems that you don't install Oracle Database Express Edition (XE). If you post this question in the wrong forum.

    When you install EA or there is no script that starts the database at startup.

    If you wish, you can create by yourself. For example search for instructions to Google how to create script.

    Kind regards

    Jari

  • Field Service dispatcher cannot view service requests

    Hello

    I have installation just a new test instance of EBS 12.1.1. with the Vision demonstration database.

    When I use representative responsibility of Field service, I'm able to search service requests and create them without a problem. But when I use the field Service Dispatcher responsibility, I'm not able to search for service requests as LOV has 0 records. When you create a new service request, I'm not able to select a Type of Service that the LOV is empty.

    Is this a bug or is missing of any installation?

    Thank you

    Anoop

    Problem solved, when I removed the security service request

Maybe you are looking for