How to automate Expense Report Payments

Hello to all,
Would like to find out more information on automating expense report payments. Basically we like to have expense report payments directly deposited into employee bank account.
Currently we have payroll directly deposited into employee bank accounts. Can we utilize the same data for expense. If so, does any have any setup documents or can share ML notes on this topic.
Thanks

If you are running Oracle HRMS, this should feed directly (configuration within oracle AP), if not will need to create the person manually. Bank accounts will not feed through automatically. We needed a batch job to run an update. To accomodate for ongoing, a manual workflow was put into place, to ensure data was consisitent. Also a notification in i-expenses to the employee to ask the to notify AP if bank accounts have changed recently. This could obviously be automated.

Similar Messages

  • How to automatically send report after it is created?

    Hello,
    I am beginner and I would appreciate if someone could tell me general information.
    I found this tutorial how to save and access report.
    Storing and Accessing Reports in the Database
    In that tutorial report is saved onclick.
    Is there a way to automatically email report everytime report is generate or I should first save it (PDF, CSV,..) with SQL script and then email it?
    I also found that in Interactive report there is page process that can send e-mails. Is it possible that page process send e-mail with report or report should be also saved before sending?
    The reason for this is that we want to have a history of created reports.
    Thank you in advance.

    874887 wrote:
    The reason for this is that we want to have a history of created reports.
    Save report, then email it.
    I usually call COMMIT between the two steps.
    Use the APEX_MAIL package to send out an e-mail with an attachment.
    You should be able to modify the PL/SQL to do it all in one step
    declare
      l_report blob;
    -- Added this for APEX_MAIL
    l_mail_id NUMBER;
    begin
      l_report := apex_util.get_print_document (
      p_application_id => :APP_ID,
      p_report_query_name => 'blobquery',
      p_report_layout_name => 'blobquery',
      p_report_layout_type => 'rtf',
      p_document_format => 'pdf'
      insert into report_archive (
      filename,
      mimetype,
      report,
      created_date,
      created_by
      ) values (
      'BLOB Query Search Results ('||to_char(sysdate,'DDMonYYYY')||')',
      'application/pdf',
      l_report,
      sysdate,
      :USER
    -- COMMIT the insert so you don't e-mail out a report
    -- that was never saved
    commit;
    -- create e-mail here
    l_mail_id := APEX_MAIL.send( ... ); -- see document for usage
    APEX_MAIL.ADD_ATTACHMENT( .. ); -- see document for usage
    end;
    MK

  • How to automate the reports ?

    Post Author: Rajasopa
    CA Forum: Desktop Intelligence Reporting
    Hi everybody ,
    I need to know how to schedule the reports automatically? I have alreadu build reports .please help me out .
    Raj
    CGI SYSTEMS INC.

    Post Author: Miss_Purple
    CA Forum: Desktop Intelligence Reporting
    Hi Raj,
    On our set-up to schedule reports you need access to the Central Management Console of BO - I don't know how you get this though, I was sent a link to it by my line manager.
    Once you are in the Central Management Console, you can browse the reports in your repository, and just click on the 'schedule' tab for each one and select the options you want.
    Hope that helps...
    Miss P.

  • How to automatically maximize report output on HTML page

    Hi,
    I am using Oracle Database 10g and Oracle Developer Suite 10.1.2
    on Windows XP.
    I am using Run_Report_Object() and Web.Show_Document() respectively to call the Report from Oracle Form.
    Well, it showed normally.
    However, the Window is not maximized automatically when showed.
    I had to maximize it manually.
    I would like to know, how can I maximize the report output which is showed in new Window on HTML format automatically?
    Is there anyway to do so?
    BTW, I also use the Report to call another Report by providing the hyperlink using SRW.Set_Hyperlink
    Can I do the same, maximize the Window?
    Many thanks,
    Buntoro

    hi,
    u'll have to set the second argument in your function to '_blank'
    i.e, web.show_document(url,'_blank');

  • How To automate Customer Incoming payment process

    HI
    Our Client wish to automate Incoming payment  process on the basis of below discount structure, In our client get majority of incoming payment through  down payment and clear it the basis of FIFO method
    Example
    Down payment  =1000
    INV1.400
    INV2.800
    Will clear  INV1 .400 with full amount
    Will clear NV2. 800 with part payment and apply below discount percentage
                     0-6 days
                   6-12days
                    12-18days
                       3%
                      2%
                      1%
    Kindly guide me the feasibility implementing this process with valuable thoughts
    Regards
    Ajeesh.s

    Dear Expert
    Example
    Down payment  =1000
    INV1.400
    INV2.800
    Will clear  INV1 .400 with full amount
    Will clear NV2. 800 with part payment  600  and 100  paid out with in    6-12 days  remaining 100  paid out with in 1 2-18 days ,  this is the scenario
    Here INV2
                     0-6 days
                   6-12days
                    12-18days
                       3%
                      2%
                      1%
    Kindly guide me the feasibility implementing this process with valuable thought

  • Can expense report invoices for Credit Card transactions ever get paid?

    We are implementing corporate Credit Cards into iExpenses and I have a question. How do the expense report invoices that are created in Payables from credit card transactions, where the invoice is $0.00 get paid? I have attempted to pay them manually but am unable to proceed. Is it possible to pay these expense report invoices or do these $0.00 value invoice remain unpaid in the system forever? Please help. Thanks

    Hi  Harry
    You can use the badi TRIP_POST_FI   .you can create custom table & mention the different symbolic account number  & change your  symbolic account based on your expense type by using the above badi. While you do FI posting  your expense types will get posted in two hit two different G/L account
    It will surely solve your problem.. I had same issue in my earlier project which i have done the above solution.
    Thanks
    Anwar Hossain

  • How to delete the automatically created receipt in the expense report

    Hi experts,
    I am getting an error "no expense type for estimated costs has been defined. cannot save" while creating a travel request for an employee.
    Base on the reply from Raynard which posted on Re: FM for  trip exp
    It's because "The estimated cost in plan and request are now included into fund management. So if you have active funds management, the entered estimated cost are used to make availability check and commitment. Therefore you must create an expense type in view V_T706B1. Under 'amounts are' you have to choose 'estimated cost, no reimbursement to employee'."
    How ever, because the linkage with funds management, I faced the problem and also ckecked out the reason from SAP Help that "After the trip takes place, the user needs to manually delete the automatically created receipt in the expense report."
    Anybody can provide the solution how to automatically delete this receipt before user create the expense report??
    Thanks
    Daniel

    Hi Francis,
    Check the BADI "TRIP_WEB_CHECK" method "USER_CHECK_GENERAL_DATA".
    Here based on the schema you can modify the "estimated cost" field.
    Hope it helps.
    Regards,
    Jyothi

  • Expense Report Export  - Payment Method is invalid

    Hi all,
    We are using 12.1.3 . We entered data for creating invoices via Payables > Invoice > Entry > Expense Reports. After submitted Expense Report Export with source - Payables Expense Reports no invoices was created. We can see in Expenses: Export Results/JSP/ the error : Payment Method is invalid. Any idea how to debug this? We have already payment methods defined and their statuses are 'Active'.
    Thanks in advance,
    Bahchevanov.

    Hi all,
    When creating an employee we have checked the option each employee to be a supplier too. But when trying to find that employee as supplier/or even as employee/ we received no rows as result via Suppliers JSP... Any ideas how is that possible?
    Thanks,
    Bahchevanov.

  • How can I get the project number to be included in my expense report query?

    ..afternoon gurus.
    As title suggests, I need to include the project number in my script for the users.
    I've everything else but I've noticed even with the project number specified in the application (in Step 3), the database table (I'd thought that it should have been in the AP_EXPENSE_REPORT_LINES_ALL.project_id but it ain't).
    Where is it located..?
    code so far..
    -- COMPLETE i-EXPENSES details of all outstanding expense claims..
    -- COMPLETE i-EXPENSES details of all outstanding expense claims..
    SELECT  DISTINCT
    erh.week_end_date "Expense Report Date",  erh.attribute_category, erh.attribute5,erh.last_updated_by,
    erl.report_line_id, erh.invoice_num, erh.creation_date, --     erh.SOURCE,
         erh.expense_last_status_date "Last Update", pap.full_name "Employee claiming..",
         erh.override_approver_name "ER Approver",erh.report_submitted_date "Submit date",
         DECODE(NVL(erh.expense_status_code, 'Not yet Submitted (NULL)'), 'CANCELLED', 'CANCELLED',
         'EMPAPPR', 'Pending Individuals Approval',      'ERROR', 'Pending System Administrator Action',
         'HOLD_PENDING_RECEIPTS     ', 'Hold Pending Receipts', 'INPROGRESS', 'In Progress', 'INVOICED', 'Ready for Payment',
         'MGRAPPR', 'Pending Payables Approval', 'MGRPAYAPPR', 'Ready for Invoicing', 'PAID', 'Paid',
         'PARPAID', 'Partially Paid',     'PAYAPPR', 'Payables Approved',     'PENDMGR', 'Pending Manager Approval',
         'PEND_HOLDS_CLEARANCE', 'Pending Payment Verification',     'REJECTED', 'Rejected',     'RESOLUTN',     'Pending Your Resolution',
         'RETURNED',     'Returned',     'SAVED',     'Saved',     'SUBMITTED',     'Submitted',     'UNUSED',     'UNUSED',
         'WITHDRAWN','Withdrawn',     'Not yet Submitted (NULL)') "Expense Status Code" ,
    fu.description "Administrator", erl.item_description, 
    -- gcc.segment1|| '.' || gcc.segment2|| '.'|| gcc.segment3|| '.'|| gcc.segment4|| '.'|| gcc.segment5 "GL code", 
    erl.amount, erl.attribute_category,  --erh.total, 
         erh.description 
         FROM
                    AP_EXPENSE_REPORT_HEADERS_all erh, AP_EXPENSE_REPORT_LINES_ALL erl,
                     per_all_people_f pap, fnd_user fu --                gl_code_combinations gcc,       
         WHERE erh.employee_id = pap.person_id
              AND fu.user_id = erh.created_by
              AND erl.report_header_id = erh.report_header_id
    --          AND erl.code_combination_id = gcc.code_combination_id          
    AND erh.invoice_num IN ('EXP74185')
         AND erh.creation_date > '04-oct-09'
         ORDER BY 3 DESC;thanks for looking...
    S

    Project_id In Ap_expense_report_lines_all Is Null In Oie.K. Is This Intended Functionality ? [ID 437559.1]
    In OIE.J and below , the project_id value was stored in AP_EXPENSE_REPORT_LINES_ALL table.
    From OIE.K an on ,the column name project_id was obsolete in ap_expense_lines_all table,
    and was added in table ap_exp_report_dists_all.

  • How to copy line items from one expense report to the next

    I travel to the same project/destination every week so in PR05, I was able to just copy the previous expense report for the new week and edit the expense values. Now, when I book travel, the air line booking starts a new expense report entry.
    Is there a way to copy the employee-paid expenses to the GetThere-generated trip entry expense report, i.e. just copy the line items from one expense report to another that already exists. I guess that would be a merge function.

    Hi Tom,
    Here are two alternative solutions:
    Alternative 1:
    If you copy the expense report before you book the services (flight, hotel …)
    in GetThere, then the airline or hotel bookings will not start a new expense
    report but will be assigned to the copied expense report.
    Alternative 2:
    This alternative is a bit laborious.
    Shift the start date and end date of the expense
    report  that was automatically created by
    your flight booking for next week (e.g. Calendar Week (CW)  47) to the week after next week (e.g. CW 48).
    Copy the expense report of the previous week (e.g.
    46)
    Afterwards open the expense report that you
    moved to CW 48 and click on the tab strip itinerary
    Now assign the bookings (flight, hotel …) to the
    expense report of CW 47 by clicking on the button assign to existing trip
    Later delete the expense report in CW 48
    Get back to me if you have any questions concerning the alternatives outlined
    above.
    Note:
    These solution alternatives are only available for customes using HTML5 UIs.

  • How to automatically confirm check pay run (payment process request) in R12

    Payment Method = check
    The payment process profile (ppp) settings are as follows:
    Processing Type=Printed
    Payment Completion Point = When the Payment Instruction is Formatted
    Default Payment Document= blank/null
    Payment File=Send to File
    My question is this. Is it possible or how do you configure oracle payments (PAYMENT PROCESS PROFILE [PPP] and/or PAYMENT PROCESS REQUEST [PPR])for check payments created as a file output like you have in 'EFT' instead of printing the checks and CONFIRM the PPR/payments AUTOMATICALLY after the checks/payments have been formatted.
    The reason we are doing this is because we want an external agency to print the checks for my organisation.
    What is happening at the moment is that the PPR runs and the payments file is created successfully. At this point, the PPR is in 'FORMATTED - READY FOR RECORDING' status. The PPR then remain in this status until it is manually confirmed by clicking the 'Take Action' icon in the 'payment instruction' tab and then clicking on 'CONFIRM'.
    If the PPR is left in the above status, then the next submitted check pay run errors because the payment document(s) are still locked by the pay run that is in the 'Formatted - Ready for Recording' state.
    If it is not possible to configure Oracle payments to auto confirm the check pay run of this type, is an API available that can be called to confirm check payments - once they are in the formatted status.
    I've looked at the following notes in 'My Oracle Support', but they are not much use.
    Note 1097547.1 is related to bug 8781032 which talks about "Automatic Initiate when Payment Process Request is Complete".
    and then Note 1215392.1 relates to enhancement request.
    Bug 10142423: GIVE AN OPTION IN PAYMENT PROCESS PROFILE TO SUBMIT POSITIVE PAY FILE AUTOMATIC
    Thanks.

    Try running this SQL
    SELECT
    r.calling_app_id,
    r.created_by,
    r.payment_service_request_id,
    r.creation_date,
    r.call_app_pay_service_req_code,
    fa.application_name,
    fu.user_name,
    r.payment_service_request_status
    FROM
    iby_pay_service_requests r,
    fnd_application_vl fa,
    fnd_user fu
    WHERE r.payment_service_request_id = <<your concurrent request ID>>
    AND r.calling_app_id = fa.application_id(+)
    AND r.created_by = fu.user_id(+)

  • How to send pdf's by email automatically using report RSTXPDF4

    Hi gurus!!
    I need some aditional information about the report RSTXPDF4 and how should we use it to send our billing documents by mail to an specific customer. We are not sure but we think that we have to create an output type which is determined automatically only for this customer and include the code to convert the spool to pdf. On the other hand we also know that we have to set the medium as 5.
    Do we have to make any aditional set up?
    Thanks in advance.

    Please check whether this link could be of helpful to you
    [How to send SAP reports in PDF format|http://searchsap.techtarget.com/tip/0,289483,sid21_gci1185359,00.html]
    thanks
    G. Lakshmipathi

  • How to automate the payment program proposal creation

    Hi Experts,
    Another question, as we have to automate the creation of the payment run and its proposal run and then the list should go to specified person, who will check and then the payment run will be executed manually in the system.
    How to automate this?
    Thanks,
    Atif

    Hi,
    For payment run parameter generation you can use the program SAPF110S and for the proposal run execution you can use the program SAPFPAYM_SCHEDULE.
    Schedule these programs via a batch job on periodic basis in steps and give the intended recipients in the spool recipients.
    Regards,
    Gaurav

  • How to create an expense report, with amounts calculation, including currency conversion ?

    Hello,
    I would like to create an expense report like the one shown below.
    As far as I could try the PDF forms editor, I don't understand how we can build such report. Furthermore, I would like to know how we can make easy calculation in the report ?
    Thanks for your assistance.
    Ben

    I would suggest, building additional columns in your query for the what if analysis. These columns would use formula variables for the user to input for the changeable fields. These will give hima side by side comparison of actual and what-if values.
    Thanks
    Vineet

  • How to Run a Report automatically in Background for every night

    Hi,
    How to run a report program in Background automatically for every nigh.
    Thanks
    Ramesh

    Hi Ramesh,
    You can use SM36 and use the "Job Wizard" to define a background job in simple step by step procedure
    Or
    Goto SM37 and specify a job name.
    Next specify the ABAP Program Name of the report you want to execute under Job Step.
    Then click on "Extended Job Selection" and goto the Period Tab.
    There select "Only Periodic Jobs" and then specify the frequency of execution based on Months, Weeks, Days, Hours or Minutes.
    Hope this helps,
    Regards,
    Madhur
    Message was edited by: Madhur Chopra

Maybe you are looking for

  • OCR Exact is doing weird cut and paste to original PDF image

    Using Acrobat 7, I am scanning old typewritten documents, most on legal sized paper.  When I run "OCR exact" on them to create searchable text (hidden text) behind the original image, the original image (on top of the hidden text) changes.  Specifica

  • Handling Multiple  Idoc types

    Hi All, In a IDOC to File Scenario ... Sender side SAP system sends 3 types of IDOCS , Ex MAtmas. cremas,debmas. At XI side , I want to gather those idocs based on some time interval ,and i want to create 3 types of files at receiverside...ex: one fo

  • IOS4 4.1 firmware update causes camera function to malfunction

    After updating to firmware 4.1, the camera function is not working properly. The images taken are not in a red hue from the normal picture. Is there anyway to fix this or should I revert back to the previous firmware?

  • Macpro sluggish

    I purchased a MACPRO in 2006... dual core Intel Xeon 3 ghz processors... upgraded from tiger to snow leopard recently... seemed fine.... couple months later mac feels sluggish... checked service provider... BTW I'm on a Apple airport wireless router.

  • DATE formula bug

    Hello everyone, As i said in subject, I have a problem with a DATE formula. It's funny I think but it may be a little problem in the future. My date which should be ok is not. Year and month is ok but day is tricky because I have to put an expression