Approving mass notifications and storing info in database.

I have a question regarding SSHR and Workflow. We are
implementing HRMS and SSHR. Due to some wrong setup's all the
changes done by employee have gone to CEO level instead of
immediate Manager. Since the CEO does not have time, how can all
the notification can be approved and at the same time the
corrected basic details are stored in Database.
Thanks in advance.
Regards
Sanjay

Thread moved to the Dreamweaver Application Development forum, which is the appropriate place for discussing server-side issues. Also added ASP to the subject line to clarify which server-side technology is being used.

Similar Messages

  • Image compressed and stored in the database.

    Hi,
    We have a tiff file stored in the database and then compressed using the following Intermedia Oracle method.
    process ('compressionFormat=FAX4,maxScale=1696 2200'); and save it back in the database.
    This oracle database is 8.1.7.4. The tiff file gets processed when we use TIFF file generated by old scanner but errors out with the TIFF file generated by latest scanners.
    The error I get is ORA 29400 , IMG-00704.
    There is a difference in TIFF version in the outputs generated by two scanners,
    The compression option : TIFF modified G3 in the old one
    while the new one has Lempel-Ziv
    Also, the tiff is loaded and saved fine but the image gets corrupted after the intermedia process method is run.

    Thank you for your reply.  I am glad to find that I did not miss an option.  I was aware that I could move my pictures into some other folder, but you have forgotten the solution that I chose.  That was to go back and use ZoomBrowser, which works to access photos in any folder I choose.  In addition it loads promptly.  I have only spent a brief time using the ImageBrowser but don't recall seeing any enhancements that over ZoomBrwoser.  Perhaps if I was attempting to interface with other software but as a stand-alone product, well perhaps you could enlighten me as to what makes ImageBrowser EX a better product..  Regarding the Accept as Solution: are you implying that Canon restricts their search function to only those responses that the OP marks as accepted?

  • Where is QM notification "status" stored in the database?

    I would like to see the value of status. In which database table is stored?
    Thank you very much.

    Table JCDS holds the status codes and TJ02T contains the text for the
    status code.
    When reading the JCDS table, object id for notifications will be QM +
    notification number. Be sure to sort your results by udate and utime to
    find the latest status for the order because this table contains all
    status' ever applied to the order.
    Also
    Status are stored in table JEST. Connection is found by field OBJNR which is in QM case simply QM and the notification number. But in QMEL you should find field OBJNR. From JEST you can go further in TJ30 for user status or in TJ02 for system status

  • Where can I find a tutorial to set up I phone so I can download stored info to computer. Also I have an Apple sign in ID and want to learn about App basics

    I have too many question for a chat. I need tutorials to download stored info in phone to computer and setting up apps.

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • I want to send notifications to outside(i,e mail box) from oracle, and users will approve the notification from email

    Hi
    I have a client required to send notifications to outside email box, and also user will approve this notification through email.(i,e not logged into oracle and approve it) in 11i instance.
    i need to send mail from po department to finance department
    once finance department approves , then mail back to po department that your notificaiton approved.
    from address:=[email protected]
    to address:=[email protected]
    as part of this we did IMAP set up
    and used the following code. and getting the notifications from Oracle to my mail box.
    my main issue is when user approves the wf notifications, it is not showing my specified email address in the attribute #WFM_REPLYTO, always it is showing the IMAP set up wfdev address
    what is the value i need to use for this #WFM_REPLYTO
    eventhough i am sending the to_address email id to the following attribute(wf_engine.setitemattrtext), the workflow approval not working for that email id.
    only if i am using the '[email protected]' in the imap set up, then only approval is working.
    how can i override this to_email address value([email protected]) to my desired email address?
    wf_engine.setitemattrtext (itemtype => l_item_type,
    itemkey => l_item_key,
    aname => '#WFM_REPLYTO', -- to_ address
    avalue => '[email protected]' -- [email protected]
    if any body having some sample code related to this please share on this.
    Thanks
    sam

    Sam,
    Can you find any errors in the Workflow log file?
    Please review the following docs.
    Setting Different Values For Attributes #WFM_FROM & #WFM_REPLYTO Does Not Happen Or Results In SAXParseException (Doc ID 1455191.1)
    How To Change The Default From and Reply To Email Address For Workflow Email Notifications (Doc ID 760477.1)
    Thanks,
    Hussein

  • Adding more info to PO Approval WF Notification

    I’m a newbie at workflow and I have a requirement to customize PO Approval workflow Notification this means Notification will have more information than Oracle seeded notification information, by adding additional information to the notification email that is sent out (such as freight terms etc.).
    Having reviewed most of the workflow processes and corresponding packages, I’m unsure in which of the WF process/pkg to implement the change and what steps to follow in order to add /implement it accordingly.
    Any guidelines on what steps to follow is much appreciated in advance.
    thanks
    dbarookie

    I believe this is more of a PO question than WF question. PO uses Oracle workflow to route documents for approvals and performs various business transaction to transform the document. Following are some of the ways notification content is generated in workflow.
    1. Boilerplate text and message attribute tokens.
    The notification content is generally standard with some variable content. Tokens are used for the variable content alone whereas rest of the content is typed into the message body when designing the workflow.
    2. Document Type message attribute
    The notification content could change drastically based on various business scenarios and recipient of the notification. For such a situation the complete content is being generated using a PLSQL Document Message attribute. The notification body at design time would look like &MESSAGE_BODY which is related to a PLSQL procedure that will generate the complete message.
    Now, coming to the PO workflow scenario, the PO approval notifications are generated using a PLSQL Document API within PO_EMAIL_GENERATE package. There are procedures GENERATE_HEADER, GENERATE_HTML that generates the content. You may want to look at these procedures to customize.
    Hope this helps
    Thanks.

  • Applied an update to an app that records blood pressure. Am unable to retr ieve previously stored info. When following directions in update I cannot "add" data to import because message states data are stored elsewhere and I cannot find where. Help?

    Applied an update to an app that records blood pressure. Am unable to retrieve previously stored info. When following directions in update, I cannot "add" data to import because message states data are stored elsewhere, and I cannot find where. Help?

    You'll have to contact the app developer for help with this.

  • Database Change Notification and TopLink Cache Invalidation

    Has someone succeeed in implementing the How-to Database Change Notification and TopLink Cache Invalidation.
    I have corrected some document errata about the pl/sql content and I manage to have messages in the 'notify_queue'.
    I obtain the Topic in Java from this queue.
    But the TopicSuscriber instances do not receive any message. Is there something to have in mind to make it work ?
    Regards.

    Reviving this thread again...
    I am using DCN feature to build a middle-tier cache. I know oracle has problem sending physical rowid in case of 'Index Organized Table', however, in normal table also its not able to send proper rowid.
    e.g, I have 2 records in Table A with rowid AAARIUAAGAAAV/uABw and AAARIUAAGAAAV/pAAX.
    I have updated both the records. Strangely for the first record, oracle is sending INVALID rowid, although for the second record its sending the valid one.
    Following is the output:
    Row 1:  (Wrong rowid being sent, AAARIUAAGAAAV/uABw is replaced with AAARIUAAGAAAXDCAAr)
    Connection information  : local=localhost.localdomain/127.0.0.1:47633, remote=localhost.localdomain/127.0.0.1:2278
    Registration ID         : 2102
    Notification version    : 1
    Event type              : OBJCHANGE
    Database name           : <sid>
    Table Change Description (length=1)
        operation=[UPDATE], tableName=<table_name>, objectNumber=70164
        Row Change Description (length=1):
          ROW:  operation=UPDATE, ROWID=AAARIUAAGAAAXDCAAr
    Row 2:  (Right rowid being sent, AAARIUAAGAAAV/pAAX)
    Connection information  : local=localhost.localdomain/127.0.0.1:47633, remote=localhost.localdomain/127.0.0.1:2278
    Registration ID         : 2102
    Notification version    : 1
    Event type              : OBJCHANGE
    Database name           : <sid>
    Table Change Description (length=1)
        operation=[UPDATE], tableName=<table_name>, objectNumber=70164
        Row Change Description (length=1):
          ROW:  operation=UPDATE, ROWID=AAARIUAAGAAAV/pAAX
    Any idea ?

  • Approval Procedures and Stored Procedures

    Hi All
    I have a problem with approval procedures and stored procedures.
    I created an approval procedure to check if a value in the udf is selected or not . if not then a messge is produced to ask the user to select the person to approve the PO.
    Biut now the problem is the PO's are linked approval templates to the error messge don't show before the approval template screen.
    Please assist.
    Thanks
    Bongani Dlamini

    Hi Gordon
    The stored procedure is just for validating if the user has selected the udf value.
    It is not for approval*
    I created an approval template for this purpose. So my problem is when I add the Po to the system the SP doesn't kick-in and alert the user to select the person to approve the PO.
    Process Flow.
    User captures PO then select the value on the UDF Field ( Approver) The value selected is linked to a query which is used by the Approval Template
    If this method is still not supported then please let me know .
    Thanks
    Bongani Dlamini

  • I'm wondering if I should update to firefox 5 from firefox 3.6? I use Zotero for my dissertation research and I have lots of stored info in Firefox 3.6 like frequent flier numbers that load automatically that I don't want to lose. Suggestions?

    I'm wondering if I should update to firefox 5 from firefox 3.6? I use Zotero for my dissertation research and I have lots of stored info in Firefox 3.6 like frequent flier numbers that load automatically that I don't want to lose. Suggestions?

    My advice is to stick with Firefox 3.6.x for a while yet, it is still supported.
    Otherwise, see the Zotero website for advice about their program and updating to Firefox 5.0 (or 6.0 when it is released in 3 weeks).

  • Configuring Email notifications for approval of requisitions and Pos

    Configuring Email notifications for approval of requisitions and Pos - Using the EBS Server to send the mails as opposed to separate mail-server

    For sending emails, you have to setup the workflow notification mailer.
    Once this setup is done you can send approval worklist in mail and also it can be approved. ( If PO setup is done.)

  • Database updation using XML and stored Procedure?

    Hello,
    I want to perform updation in multiple tables using XML files.Please suggest can I do updation using xml and stored procedure.
    If yes then which is more efficient and takes less time.
    1.Updation using xml files only
    2.Updation using xml files with stored procedure.
    3.Stored procedure alone.
    If direct xml and stored procedure communication is possible.then please write how.
    Thanks in advance for any help.

    Here's a sample. The next code drop of the XSQL Servlet will make the easy-to-do from within XSQL Pages:
    package package1;
    import org.w3c.dom.*;
    import java.sql.*;
    import oracle.jdbc.driver.*;
    import oracle.xml.sql.query.OracleXMLQuery;
    public class Class1 extends Object {
    public static void main( String[] arg ) throws Exception {
    Connection conn = getConnection();
    CallableStatement ocs = conn.prepareCall("begin ? := App.HotItems('PAUL'); end;");
    ocs.registerOutParameter(1,OracleTypes.CURSOR);
    ocs.execute();
    ResultSet rs = ((OracleCallableStatement)ocs).getCursor(1);
    OracleXMLQuery oxq = new OracleXMLQuery(conn,rs);
    System.out.println(oxq.getXMLString());
    oxq.close();
    rs.close();
    ocs.close();
    conn.close();
    public static Connection getConnection() throws Exception {
    String username = "scott";
    String password = "tiger";
    String dburl = "jdbc:oracle:thin:@localhost:1521:xml";
    String driverClass = "oracle.jdbc.driver.OracleDriver";
    Driver d = (Driver)Class.forName(driverClass).newInstance();
    return DriverManager.getConnection(dburl,username,password);
    null

  • Mac/ how to find stored Firefox passwords and profile info?

    hello..i have an older mac 10.3.9 and Firefox 2.00.
    I cannot upgrade to Firefox 3.
    i am thinking of upgrading computers.
    i want to take all my stored firefox passwords and settings with me when i change computers.
    i am not a tech minded individual, but i did read that i could go to
    Library/application support/firefox/profiles in my finder
    i want to be able to find where all my firefox profile information is and i hope to be able to put it all on a zip drive to take with me.
    will i be able to find my profile information and stored passwords for Firefox and put it on a zip drive?
    How.?
    thank you
    alimaggie

    To backup or restore passwords in Firefox 2.0.x you need two files: [http://kb.mozillazine.org/key3.db key3.db] and [http://kb.mozillazine.org/signons2.txt signons2.txt]
    See:
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    * http://kb.mozillazine.org/Password_Manager#Backing_up_and_restoring_passwords
    * Password Exporter version 1.2: https://addons.mozilla.org/en-US/firefox/addon/2848/versions/

  • Mass loading of Notifications and orders

    Dear Experts,
    We want to create notifications and maintenance order in bulk ie nearly 500 nos each for the next financial year in advance . Is there is any standard transactions to carry out this. Please advice whether we can upload from a excel and what are the mandatory fields and data we need to maintain for uploading for notifications and orders .

    Hi,
    You can use the LSMW recording method for uplaoding the notification and orders.Create recording for notification and order creation which will grab all neccessary fields.Preapre the flat file or u can maintain the excel file for data preparation afterwrads you can copy same to flat file and uplaod the same.
    Regards,
    Rakesh

  • Where is the enjoylogo.gif stored in the database

    Can anyone tell me where these type of files are stored in the database? Are they in a table?

    If you have 2 lists, List A contains custom names, List B has a lookup field that points to List A. I go into list B and select a client name ("Contoso"), enter some info, and save it. On the back end, the list item will contain a value of something like:
    34#;Contoso
    In this scenario the 34 is the SPListItem.ID value of that item in List A. They start at 1 in each list and increment by 1.
    Also, running queries against the database directly is not supported and can take your database out of Microsoft's supportability.
    Dimitri Ayrapetov (MCSE: SharePoint)

Maybe you are looking for

  • Syncing to computer not computer to iPad.

    I want to update to IOS 5 but when I connect my ipad2 it tells me purchased items are not backup up. I have 2 iPhones and an iPad. How do I back up my iPad but not having those other apps, music and pictures put on my iPad?

  • How to make in/out Port vis work with COM interface under different windows versions?

    Hello! I know that the accessHW is necessary for it, so I downlaoded the this file from the homepage of NI, but there are always some problems with it. My program should get the the voltage impulse between the pins DTR and RTS of a COM interface. Aft

  • MIRO - customer-designed messages

    Hi, I have a problem with a customer-designed message "ZGUT" out from MIRO - we are executing debit-notes back to the supplier based on delivery-notes and for the printing we use a customer-designed message-type. Basically it works but the problem I

  • I recently moved computers. how do i get all my movies+music?

    My old computer broken a hard drive issue. is there a way to get my music+movies back? if so it will be really helpful

  • TC stalled during backup; no entries on TM/Backups

    My TM is wired to my iMac and wirelessly to other MacBooks for backups only.  iMac connects to my network wirelessly and to Internet via provider's modem/router; TM is wired to the modem/router although not used for Internet acceess.  After successfu