How to transfer oracle payroll costing data to GL that is not oracle

we have oracle UKHRMS implemented in our company but we donot have Oracle Financials so can some one kindlly assist us in the script that can help us transfer data from Oracle HRMS to Computeron Software (http://www.computronsoftware.com) which is a financial package that is being used by our company.
Please help!

Hi ;
I belive its hard to get answer for your issue in forums... I Suggest contact wiht your Computron's Customer Support System and take support from them.
Regard
Helios

Similar Messages

  • How to transfer oracle payroll costing data to a legacy financial system

    can some 1 help me with the select query that can pick the exact data of oracle payroll costing for the pay period and dump into my Financial system that is not an oracle product??

    Condition 1.
    ppa.action_type = 'C'  
    and ppa.payroll_id = :p_payroll_id
    and ppa.EFFECTIVE_DATE between to_date('01-'||:PMON || '-'||:PYEAR,'dd-Mon-yyyy') and last_day(to_date('01-'||:PMON || '-'||:PYEAR,'dd-Mon-yyyy'))Above 3 conditions give the 'Costing' processes for the particular payroll that is processed for the given date range.
    Condition 2
    and ppa.PAYROLL_ACTION_ID = paa.PAYROLL_ACTION_IDthis condition restricts the assignment_action_id selected from pay_assignment_actions to the assignment_action_id for the payroll action selected by condition 1. ie result includes those assignments which are a result of costing process for the particular period.
    Hope this has explained the query. You can also try checking the correctness of your result by including ppa.EFFECTIVE_DATE in the select statement.

  • How to transfer a set of data from Excel spread sheet to an Access database

    hi,
    Can any one please tell me how to transfer a set of data from Excel spread sheet to an Access database using SQL query.I'm using java API currently. I have done all sorts of ODBC connection in administrative tools.The file is in correct location. I have done certain coding but with errors.Help me to get rid of these errors,
    Coding:*
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection datacon=DriverManager.getConnection("jdbc:odbc:exdata","",""); *//For Excel driver*
    Connection datacon1=DriverManager.getConnection("jdbc:odbc:stock1","",""); *// For mdb driver*
    Statement datast=datacon.createStatement();
    Statement datast1=datacon1.createStatement();
    ResultSet excelrs=datast.executeQuery("select item_code,sdata,closing_stock from phy "); *//phy is the excel file*
    while(excelrs.next())
    String ic=excelrs.getString("item_code");
    System.out.println(ic);
    String d=excelrs.getString("sdate");
    double cs=excelrs.getDouble("closing_stock");
    int dbrs=datast1.executeUpdate("insert into second values('"+ic+"','"+d+"',"+cs+")"); *//second is the mdb*
    excelrs.close();
    }catch(Exception e)
    System.out.println(e);
    Error:*
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] The Microsoft Jet database engine could not find the object 'C:\JavaGreen\phy.xls'. Make sure the object exists and that you spell its name and the path name correctly.
    thanks,
    kumar.

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to my laptop.

    I had a trouble with my lap top and had to format hard disk and install all soft ware again. could any body tell me how to transfer the application and data in my i phone back to itune.

    You can't. It still thinks that your iPhone is synced with another iTunes library (the one that you had before you reformatted the hard drive.

  • How to transfer iTunes library to an external drive (thats easy!) but keeping the playlists musics on the computer?

    How to transfer iTunes library to an external drive (thats easy!) but keeping the playlists musics on the computer?
    Many thanks!

    Select a single song with a broken link, press CTRL+I to Get Info, cancel when asked to locate the track and take a look at the Summary tab. Post back where iTunes is looking for the file. It begins file://localhost
    Where is it really?
    Please post back both paths so that I can make suggestions. Full paths please, exact spellings, you can replace your user name with <User> if needed.
    tt2

  • How to transfer an eBook from Adobe Digital Edition to samsung note 2 ?

    How to transfer an eBook from Adobe Digital Edition to samsung note 2 ?

    You will need to install an Adobe DRM compatible app on the samsung, such as Bluefire or Aldiko.
    Then copy books using a file manager (eg Windows Explorer, Mac Finder) to the device as a mounted drive.
    You can't copy from ADE (digital editions) directly as you can for a dedicated eReader device.

  • How do I cancel a subscription to an app that is not on my new phone?

    How do I cancel a subscription to an app that is not on my new phone? Will I get charge twice if I download the app again?

    You can log in to MyVerizon with your phone number (register it if you haven't already) and look at what is there under the "My Media" tab. You should be able to transfer any apps to your new phone.
    If in doubt, call customer service (800-922-0204 or *611 from your device) and explain - they can either cancel it for you or help you get it running on your new phone.

  • How do I add photos to the camera roll that were not taken on my iPad? I imported photos to my iPad from my camera, and now I want to add them to my camera roll which is sync'ed with Dropbox as a back up mechanism.

    How do I add photos to my camera roll that were not taken one my iPad? I have iMported photos from my camera to my iPad. Theses photos are in the imported photo album. I want to move these photos to my camera roll but can't figure out how to this. I want them in my camera roll because that is the album that syncs with Dropbox where I want to backup my photos. Thank you for your help.

    Consider using sshfs to mount your Pi from your Linux boxes.  It's much easier to configure and manage than samba.  It sounds like you already have your Windows machines mounting your Pi so Samba is doing its job in that respect.
    More info on sshfs in the Wiki: https://wiki.archlinux.org/index.php/Sshfs
    To help get you off the dime, here's a modified line from my fstab that I use to mount my Pi with:
    gav@PI:/mnt/backup /mnt/rpi/backup fuse.sshfs rw,relatime,user_id=0,group_id=0,allow_other 0 0
    Subsitute my mount points with yours.
    For a password-less mount:
         ssh-copy-id gav@PI
    after you've set up ssh and generated some keys on your client box.
    Here are some relevant lines from the smb.conf file on my Pi that I use for my one Windows box in the house that might help you with your write permissions:
       security = user
      hosts allow = 192.168.1.0/255.255.255.0
      guest account = gav
    ; And my share setup:
    [rpi]
       comment = Public Stuff
       path = /mnt
       writable = yes
    ;   printable = no
    ;   write list = @krb
    [torrent_dl]
       path = /mnt/video/torrent_dl
       writable = yes
       create mask = 0770
       directory mask = 0770
       guest ok = Yes
       case sensitive = No
       read only = No
    Hope this helps.

  • HT4314 I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not ha

    I have two ipods in my house that were set up under the same email.  I have since assigned two different emails.  How can I change the game center account so that is not shared by both ipods because it is for two different users and they are not happy?

    By "game center account", do you mean Apple ID?
    If so, you can change it.
    1. Tap settings and navigate to iTunes and App Stores
    2. Tap "Apple ID" and then tap "Sign Out"
    3. Log in with a different ID.

  • HT2404 how do you get your money back for software that does not perform as advertised?

    how do you get your money back for software that does not perform as advertised?  I purchased the batch coverter to watch .swf video which it states it supports, but it will not open the files and I want my money back!!!!!

    tell Apple.  http://www.apple.com/feedback/
    iTunes Store Terms and Conditions specifically states: All sales and rentals of products are final.

  • How do I install Photo Elements on a mac that does not have a DVD/CD drive?

    How do I install Photo Elements on a mac that does not have a DVD/CD drive?

    Hi Lauren,
    You can download it from : http://www.adobe.com/downloads and then install.
    If you are using an older version you can try downloading it from :
    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • TS1702 How do I get a refund for an app that did not work/deliver well at all?

    How do I get a refund for an app that did not work/deliver well at all?

    You may not get a refund, but you can try contacting itunes support and asking.
    Click Support at the top of the page, then click the link under Contact Apple Support.

  • How do I resolve an error message 150:30 that will not allow me to open photoshop?

    How do I resolve an error message 150:30 that will not allow me to open photoshop?

    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html

  • HT1414 How do I restore from an earlier icloud backup that is not showing up for my ipad?

    How do I restore from an earlier icloud backup that is not showing up for my ipad?

    You can't.  Usually you have only the most recent backup to choose from (I do).  Some users has said they get 3 to choose from (this is the max as stated in Apple literature).  You can't go back further than that.
    The usual advice is that all photos should be synced to a computer (too many users have lost some/all their photos doing a restore - don't trust them solely to icloud).  If you've been doing that, you can find them on your computer.

  • How do i get a refund for a song that did not download entirely

    How can I get a refun for a song that did not download entirely??

    Look under the Store menu in iTunes for the "Check for available downloads" command and run that. You may find the track there to be downloaded.
    If not, contact the iTunes Store Customer Service department from their Support page (click "Contact Support" and follow the instructions to get to the contact form) and explain the problem to them.
    Regards.

Maybe you are looking for

  • Which graphic card upgrade for Mac Pro2,1?

    I just bought a Mac Pro2,1 2x3.0 GHz Quad-core with NVIDIA GeForce 7300 GT: HP LP3065 - 30" display 2560x1600, where everything is a bit too small. If I change the resolution at all, even the first choice 2048x1536, everything gets bigger as desired,

  • I have some sort of redirect when using Firefox and google. I can't seem to find it so I have resorted to using Chrome

    It takes me to malicious sites when I click on the first choice on a google search no matter where it is in the ranking. It is really annoying. I have anti Malware and avast. Neither seems to find it. I am not computer saavy enough to get into the ro

  • My phone is stuck on silent!

    My phone is stuck on silent! i have checked the toggle switch on the side of my phone and the ringer is on but all i get when i recieve a phone call is the vibrate. my ipod still works and when i choose a ringtone it does sound. I have tried turning

  • ADF Faces Tree - getChildren() called multiple times

    Hi, I have a simple tree based on the demo's 'tree.jspx'. Each time I click on a node in this tree, I see that TreeNodeImpl.getChildren() gets called multiple times for each node. This is not an issue in tree.jspx where the tree is static. However in

  • IP Video conferencing best practice - Tanberg/Cisco hardware

    We are currently experiencing intermittant issues with our Video conferencing internal and external network with intermittant screen fragmentation. We have separate VLAN's configured on our internal network for the Video traffic only.   We use the mo