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

Tags: Oracle Applications

Similar Questions

  • 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/

  • A question about the service request with the support

    Hello

    I raised a SR I have to degenerate. I'm a dba but not a Manager. Can someone guide on what I need to do get climb the sevearity SR 3 to sev2?

    Kind regards

    Hello

    See what * Service request escalation: Notification being sent to the Manager also [395414.1 ID] *.

    concerning

  • Recovery of the Service requests of attachments in PL/SQL program

    Hello
    I need to write a PL/SQL program to retrieve attachments of form of Service requests and attachments to users. I was able to identify the details of the "FND_ATTACHED_DOCS_FORM_VL" view attachments but don't know how to recover the attachment of the database files.

    Can anyone let me know the directory path/table/method name to retrieve the attachment of files of the database so that I can use in my PL/SQL program them to Email?

    Thanks in advance for your help,
    Sarah

    Hello
    Attached files are stored in the fnd_lobs table. You need match the ID media of fnd_attached_documents or fnd_documents to file_id in fnd_lobs.
    The document type id data (main table: probably fnd_document_data_types) defines where the attachment is stored.

    It can be fnd_document_short_text, fnd_document_long_text or fnd_lobs. Please use the query below for files:

    SELECT FDT.document_id
    FDT.language
    FDT.source_lang
    FDT.description
    FDT.program_id
    FAD.seq_num
    FAD.entity_name
    FAD.automatically_added_flag
    FAD.program_id
    FAD.pk1_value
    FAD.pk2_value
    FAD.pk3_value
    FAD.pk4_value
    FD.security_type
    FD.publish_flag
    FD.usage_type
    FD.program_id
    null
    fl.file_data
    fl.file_name
    fl.file_content_type
    fl.file_format
    , DECODE (fd.datatype_id, 5, 'W', 6, 'F')
    -, fl.file_data
    OF fdt fnd_documents_tl
    fnd_attached_documents ADF
    fnd_documents fd
    fnd_lobs fl
    WHERE FDT.document_id (+) = FAD.document_id
    AND FAD.document_id = FD.document_id (+)
    AND FD.datatype_id IN (5,6)
    AND fl.file_id = FDT.media_id
    AND FDT.language = 'en '.
    AND FAD.entity_name = 'MTL_SYSTEM_ITEMS ';

  • The Builder request form

    Hi all

    I built a simple query generator form:

    < IsDefined ('form.query') cfif >
    < cfquery name = "queryDemo" datasource = "TestProduction" >
    #form.goQuery #.
    < / cfquery >
    < / cfif >

    FORM

    < ul >
    < cfform = "QueryForm" = action name "" method = "post" > "
    < li > < label > type query < / label > < /li >
    < li > < cftextarea = "goQuery" passes argument name = "100" rows = "6" > < / argument cftextarea > < /li >
    < li > < cfinput name = "query" type = "submit" value = "Run query" / > < /li >
    < / cfform >
    < /ul >
    < cfif IsDefined ('form.query') and queryDemo.recordCount gt 0 >
    < cfform action = "" name = "resultsForm" > "
    < cfgrid query = "queryDemo" griddataalign = "center" name = "QueryResults" width = "700" autowidth = "Yes" height = "700" >
    < / controls cfgrid >
    < / cfform >
    < / cfif >

    When I run a "where" clause such as where type = "LCR", I get an error. Has anyone tried this before? Please provide an overview.

    Thank you.

    OK, it's almost right but not quite.

    It is not clear in the docs but - as I mentioned above - escapes and apostrophes in the variables with its tags.  There is therefore no point in using preserveSingleQuote() outside in the tag, because it will have no practical effect because it won't actually achieve anything... will always see a variable and always escape the single quotes that it contains.

    You must do this kind of thing:

    #preserveSingleQuotes (yourVar) #.

    This will ensure CF will not escape apostrophes in yourVar.

    --

    Adam

  • only install the services of forms and reports

    I need to run an application developed using Oracle Internet Developer suite 10 g on Windows.

    This application contains reports and simple shapes only.

    To deploy this application on the client machine, I want to just install oracle forms and report instead of application server services complete because the client computer PIII 1.0 GB of RAM.

    Everything is such Installer available?

    Where can I get it?

    I need to run an application developed using Oracle Internet Developer suite 10 g on Windows.

    If you have a very few clients (perhaps only?), you can use the machine where you have developed your application as your server. On the client you just need a browser.

  • Report, which reflects the age of the service request with respesct to the Regio

    Hello


    Is there a way we could create a report that displays the following:

    The age (days) of the North-South Centre

    90 + 21 1 1
    60 - 79 2 32 2
    30-59 2 3 2
    10-29 1 2 4
    09 - 1 1 1 1


    What we are trying to do is to create a report that shows that how much SR are open age given to each region. For example one of the SRs, with age > 90 are open and which region.

    Note: The age = Diff between SR Date of opening and the current Date

    Any help would be really appreciated.


    Thank you

    Ahmed

    Hi, something like this can help you

    CASE
    WHEN (TimestampDiff (SQL_TSI_DAY, "Closed Date". To date, "Date Opened". (Date) > 90) THEN ' AGE > 90'
    WHEN (TimestampDiff (SQL_TSI_DAY, "Closed Date". To date, "Date Opened". Date) > 59 AND TimestampDiff (SQL_TSI_DAY, "Closed Date". To date, "Date Opened". Date)< 91)="" then="" 'age="" 60="" -="">
    ANOTHER '' nothing. ''
    END

    -John CRMIT

  • Windows 8 - there are currently no connection server to process the connection request

    We have recently improved our computers to Windows 8 and they are connected to a network with a central server.

    New computers this message when a user tries to open a session: "there is currently no newspaper on the servers of this newspaper on the service request.

    A user is allowed to access the computer, but all other users, even Admin, is denied.

    Hi Benjamin,

    The problem you are having is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public.
    Please post your question in the TechNet Forum.

    You can follow this link to ask your question:

    http://social.technet.Microsoft.com/forums/en-us/category/w8itpro

    For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • Contact-&gt; Service request - show only the SRs that belong to the user

    Hello

    Here's the scenario:

    User has access to all Contacts and can see did not have SRs.

    The role of user - can read all records = YES

    Profile of user access

    Contact - Readonly
    Related information under the Contact section:
    Service request - View (inherit primary does not appear in the drop-down menu)

    When I login, I am able to see all the Contacts (directed by role play) and also all SRs associated with this Contact.

    Problem: Only SRs belonging to the logged in user should appear. SR the other user should not be visible under the contact.

    I've seen examples of the use of ' inherit primary. " This option is not available.

    How to get this functionality? (Contact - read all records and associated Contact SNS should show only users registered in SRs)

    Here's a way to do this:

    -Instead of the Service request related information on the Contact details Page, create a Web Applet, and incorporate a report that resembles the Section Service request information.
    -Filter this report with a session variable, connection name and use this login name to filter the corresponding column on the report. On the report, add a link to action on the SR # so agents can pierce the ther SR detail page and update etc...

    This way the user will see only those SR what he or she has.

    -Royston

  • Service request not getting associated with the Contact

    Hello

    We have an interface between the Web site of our company and Siebel On demand application, visitors can come to our Web site and submit a request by filling out a form with their contact information and their request. In turn, this creates a folder 'Contact' and a 'Request for Service' in the Application folder,

    'Contact', we used WSDL and v2.0 "Request for Service" WSDL as the webservice interface, we find that the Contacts and requests for services are created as that individual records, service demand does not get associated with the contact record is created?

    We are capture the following information under the heading "Contact".
    First name:
    First name:
    E-mail:
    Phone:
    Address:

    and the following information under the 'Service request'
    Product information:
    Object:
    Description:
    Type:
    Status:

    Should the specify us anything else under the Service request in the interface that will associate the Contact and "demand for services.

    Is it because in version 2.0, each object exist as separate nodes that we are facing this problem?
    This will be solved by using v1.0, is there a limitation any using v1.0, please specify

    You can call me if you need additional information

    Thanks and greetings
    Satish Kumar
    + 1-857-869-0239

    Hello

    When you create the Service request, make sure that you set the field "ContactId" so that the created contact is associated with the SR created.

    -John CRMIT

  • FRM-92101: Service ask form fault when starting

    Hello

    First of all, I would like to say that I searched for thi erro in this forum before posting.

    So the question is

    We use 12.0.4 instance VISION and when we try to open the "create service request" form in the Service Module, we get the following error:

    =========
    FRM-92101 there has been a failure in the Forms Server when starting...

    oracle.forms.net.ConnectionException: form session < 30 > abandoned: unable to communicate with
    enforcement process.
    at oracle.forms.net.ConnectionException.createConnectionException (unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse (unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush (unknown Source)
    at oracle.forms.net.HTTPNStream.flush (unknown Source)
    at java.io.DataOutputStream.flush (unknown Source)
    at oracle.forms.net.streamMessageWriter.run (unknown source)
    =====================

    I also wanto to say that other forms and features work correctly.


    Can someone suggest something to solve this problem!

    Thanks in advance,
    Gonçalo

    Thanks for sharing the solution.

    I need to set the following environment:

    1.EVENT_10932 = 8
    2.DE_DISABLE_PLS_512 = 1
    3 FORMS_FLAG_DIFFERENT_SUBORD = 1

    This must be specified in the .bash_profile file.

    You are right. And this is mentioned in the following note:

    Note: 444248.1 - using OracleAS 10.1.2 and forms builders reports with Oracle Applications version 12
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=444248.1

  • High definition Audio Device Code 10 - device cannot start (tried all the typical solutions)

    Hey!

    Let me first, I use a laptop Aspire V3 - 772g.

    After the recent update of Windows 10, I had problems getting past the lock screen (took FOREVER to get to the point where I could enter my password) and it had been awhile, so I reformatted ('reset my PC' delete all files) - that didn't really solve my problem, so I used Rufus with an iso of Windows Microsoft to remove all partitions and start 10 REALLY cool. Since then, the laptop runs like a dream - in all but a point.

    It seems that no matter WHAT I do, I can't get my audio HDMI / TV to appear as an option in the playback devices (Yes, disabled devices is checked). Looking in the Device Manager, the high definition Audio Device has an exclamation point is to launch a code 10 - impossible to start the device. I tried to uninstall it, tried to install all the drivers of Intel V3 - 772 f page including chipset, updated my graphics driver / Realtek / drivers Intel HD audio... and yet, nothing. Ran /sfc, ran /chkdsk, nothing.

    I read something that made me believe .NET framework can be part of the issue - and in fact, I have a bit of difficulty getting the 3.5 installed / functional, but I finally did... and yet, nothing!

    Seriously, I'm losing my mind. I'll have to run my sound surround sound via an auxiliary cable into the laptop, which is sacrilege and a fraction of the quality.

    If there is SOMETHING, someone can suggest beyond the foregoing, please do!

    This problem is related to Intel HD audio via HDMI cable, if the driver is in the same package of graphics drivers.

    Have you tried to manually install the audio driver HD?

    you need to unpack the Intel graphics drivers (but no installation, you can use 7z to unzip), and then select update the driver HD audio from the Device Manager and point to the unzipped folder.

  • A problem occurred when windows tried to activate - code __Error 0x80070426 Description__ - the service has not been started

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: How to fix

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    The message says: everything you need. The Windows software licensing service is not started. Start the services.msc MMC snap-in and start the software licensing service. "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • You try to start a service error "Windows failed to start the VMware authorization on local computer Service. For more information, see the system event log. If it is a non-Microsoft service, contact the service provider

    Ideas:

    • You have problems with programs
    • ETrying to launch a service error "Windows failed to start the VMware authorization on local computer Service. For more information, see the system event log. If it is a Microsoft service, contact the service provider and refer to the specific service-6000004 error code "... I contacted the people at VMware they say it's a problem with Windows Vista..." IAM confused pls help... .rror messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Hi sanjeevkode,

    Thank you for visiting the website of Microsoft Windows Vista Community.  As the question you posted typically associated with third party software / application that has its own way of program codes and call the corresponding system resources when installing and running. Therefore, I also suggest you to join the VMware Forums for the best support.

    VMware communities: http://communities.vmware.com/home.jspa

    In the meantime I suggest you try these options / methods

    IMPORTANT NOTE: Microsoft provides this information as a convenience to you. Proposed changes could lead to serious problems. Microsoft cannot guarantee that problems would be solved as a result of the suggestions. Changes to settings are at your own risk.

    Option 1: If you go to computer management, and then to the list of Services and find the VMware authorization Service, it appears as stopped? If so, you need to start

    Option 2: Try logging on as an administrator Local host during installation first workstation, rather than you connect with a domain ID

    Option 3: The question can be caused also by your security program such an antivirus or a firewall of Windows /Defender that can have conflicting parameters as to not not to perform certain tasks. I suggest you temporary disable antivirus and firewall and check the result again. You must enable security programs new that had disabled you

    Option 4: The problem could be linked to a local or domain group policy. Make sure that the local account is defined as 'local user __vmware_user__' in the local Administrators group and the permissions of "Log on locally" and "Log on as a service.

    The two parameters are available in the "* Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment *" branch of domain group policy or local.

    Let me know if it worked.
    Hope it will be useful.

    Thank you and best regards,
    Vijay K - Microsoft Support
    Visit our Microsoft answers feedback Forum and let us know what you think.

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • code not equal to 0 or 1077 Mcx2Svc service name, how do I restart the service windows media extender

    Original title: code not equal to 0 or 1077 service_name Mcx2Svc how to fix and or turn it on?

    One or more services failed. The service does not stop with elegance. Display name: windows media extender service. Restart the service - HOW?

    Hello


    1. What is the exact error that you have found?
    2. what exactly is the problem you face?
    3. have you made changes on the computer before this problem?
    Method 1:
    You can follow the steps and check.
    (a) click Start reducing this includes this image, type regedit in the search box, and then click regedit.exe in the list programs.
    If you are prompted for an administrator password or a confirmation, type your password, or click on continue.
    (b) locate the following registry subkey and click on it:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mcx2Svc
    (c) in the details pane, right-click ImagePath, and then click on edit.
    (d) in the value data box, type the following registry value, and then click OK:
    %SystemRoot%\system32\svchost.exe k fontcache
    (e) also make sure that the ServiceSidType is set to 1.
    (f) exit the registry editor and then restart the computer.
    The REGISTRY CHANGE WARNING:
    Note: this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base. How to back up and restore the registry in Windows:
    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-the-registry

    Method 2:
    You can follow the steps and check.
    (a) open administrative tools by clicking the Start button, then Control Panel. In the search box, type administrative tools, and then click Administrative Tools.
    (b) double click Services. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    (c) right click the Media Center Extender Service and then click Properties.
    (d) on the general tab, next to startup type, make sure that automatic is selected.
    (e) if the service is not already running, under Service status, click Start and then click OK. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    See also:
    Windows could not start the Windows Media Center Extender Service 1068 error
    http://social.technet.Microsoft.com/forums/en-us/itprovistaapps/thread/ccbf0746-16a8-4361-824e-b73561458ad2/
    I hope this helps.

Maybe you are looking for

  • HP 7280

    I'm trying to use a HP8280 with a laptop Toshiba with Windows 7, 64 bit. I installed the drivers from the HP site.  When I try to print something wireless, my computer says that the document is sent to a HP 7280 (it is already selected as the default

  • My Documents icon

    I accidentally deleted My Documents folder on the desktop icon.  Can I get it back without going to the system restore? I have the available shortcut icon, the folder itself has disappeared.

  • "Windows Explorer has stopped working,... will collect information '..." and taskbar Windows in the background keep trying restarts again & again

    Yesterday I moved a movie file video of my D: drive on drive C: (the two C & D are my partitioned hard drive), but shortly after I moved, my laptop becomes unresponsive, then, a pop-up window will appear and say: 'Windows Explorer does not work, the

  • Smartphones blackBerry software/hardware

    Hello I have a 24 month warranty on my phone and it was sent to be repaired a month ago. My phone has software errors, it is slow and cut at least once a day. However, the button "mute" of the top fell as my phone (it wasn't the issue - I managed to

  • Details

    Hi all I saw many people write this command in their configuration and I have conflict with it. The command is Global (inside) I know that we can write Global (outside) Global (DMZ) to translate inside IPs but why global (inside). Please clarify this