APP Query1

Dear gurus,
we have two company codes in two different countries. In company1  we have a vendor and he also a customer in company2. If i want to make the payment to vendor in company1 through APP, how can i subtract cutomer balance from company2?
Thanks in advance
N.M.B

Hi,
As requested, message F3063
Company code 4520 is not permitted as the paying company code
    Message no. F3063
Diagnosis
    The paying company code and the company code on whose behalf the payment
    is being made must be in the same country, have the same local currency,
    and display the same currencies managed in parallel. The setting
    regarding extended withholding tax functions (active or not active) must
    also be identical for both company codes.
System Response
    The entry is not accepted since these requirements are not met.
Procedure
    Correct your entry.
regards,
radhika

Similar Messages

  • Query only recognized inside an If Statement?

    I have the following code in my JSP page:
    If I place these line inside the if statement it works but
    ie:
    boolean temp = Get_field_data_1_rs.last();
    If it is outside the if statement I get the following error:
    ie:
    boolean temp = Get_field_data_1_rs.last();
    C:\\Program Files\\Allaire\\JRun\\servers\\default\\demo-app\\query1.jsp:20: Error: "Get_field_data_1_rs" is either a misplaced package name or a non-existent entity.
    Any Ideas whats going on?
    Code sample:
    <% TableCount=1;
    if (TableCount == 1) {
              String var_rest= "";
              if (Table_Array[TableCount][7].compareTo("") != 0) {
                   var_rest = " WHERE " + Table_Array[TableCount][7];
              } else {
                   var_rest= "";
         Statement Get_field_data_1 = report_data_connection.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);
         ResultSet Get_field_data_1_rs = Get_field_data_1.executeQuery("     SELECT " +
                                                                                         Table_Array[TableCount][4] +
                                                                                         " FROM " + Table_Array[TableCount][1] +
                                                                                         var_rest + " ORDER BY " +
                                                                                         Table_Array[TableCount][6]);
    boolean temp = Get_field_data_1_rs.last();
    int max_rows = ( Get_field_data_1_rs.getRow());
    Get_field_data_1_rs.beforeFirst();
    %>

    // because statement was declared inside if,
    // put it before if statement
    Statement Get_field_data_1 = null;
    if ( condition ..)
    {  Get_field_data_1 = ....    }
    else

  • BI Publisher Report in Oracle Apps 11i having multiple queries.

    Hi,
    I would like to know whether it is possible to have multiple queries in a data definition File.
    QUERY1 - To find the last run date of a particular concurrent program
      SELECT   max(fcr.request_date) last_run_date
       FROM     apps.fnd_concurrent_requests    fcr,
                apps.fnd_concurrent_programs fcp,
                apps.fnd_concurrent_programs_tl fcpt
       where    fcr.concurrent_program_id = fcp.concurrent_program_id
       and      fcp.concurrent_program_id = fcpt.concurrent_program_id
       and      fcpt.user_concurrent_program_name = 'Get Transfer Alert Details'Now based on the last run date value I will have my main query Query 2
    QUERY 2-------------------------
    select to_char(psah.creation_date,'DD-MON-YYYY HH24:MI:SS') appr_date,
           (select papf.full_name
              from per_all_people_f papf ,
                   fnd_user fu  
             where 1 = 1
               and fu.user_name = psah.user_name
               and papf.person_id = fu.employee_id
               and papf.current_employee_flag = 'Y'
               and trunc(sysdate) between effective_start_date and effective_end_date ) bu_hr_appr,
           papf.full_name emp_name,
           papf.employee_number emp_num,
           (select hoin.org_information3||'.'|| hoin.org_information5
              from hr_organization_information hoin
             where 1 = 1
               and hoin.organization_id = to_number(xxc_hr_ocsi_pkg.GET_TXN_VALUE(psah.approval_history_id,psth.transaction_history_id,'ASSIGN','P_ORGANIZATION_ID','NEW'))
               and hoin.org_information_context = 'Company Cost Center' ) nbucc,
           (select hoio.org_information3||'.'|| hoio.org_information5
              from hr_organization_information hoio         
             where 1 = 1
               and hoio.organization_id = to_number(xxc_hr_ocsi_pkg.GET_TXN_VALUE(psah.approval_history_id,psth.transaction_history_id,'ASSIGN','P_ORGANIZATION_ID','OLD'))
               and hoio.org_information_context = 'Company Cost Center') obucc,
           papf_hr.full_name hr_name,
           papf_hr.email_address hr_mail,
           papf_cre.first_name cre,
           papf_cre.email_address cre_email,
           DECODE(xxc_hr_ocsi_pkg.GET_TXN_VALUE(psah.approval_history_id,psth.transaction_history_id,'SAL','P_ATTRIBUTE_CATEGORY','NEW'),
                  'Commission Sales Plan',
           (select flv.meaning
              from fnd_lookup_values flv
             where 1 = 1
               and flv.lookup_type = 'XXHR_ANNUAL_COMMISSIO_PLAN_TYP'
               and flv.enabled_flag = 'Y'
               and flv.lookup_code = xxc_hr_ocsi_pkg.GET_TXN_VALUE(psah.approval_history_id,psth.transaction_history_id,'SAL','P_ATTRIBUTE1','NEW')),'NA') csp,
           to_char(trunc(sysdate),'DD-MON-YYYY HH24:MI:SS') current_date,
           fnd_global.conc_request_id request_id,
           psth.last_update_date
      from apps.pqh_ss_transaction_history psth ,
           apps.pqh_ss_approval_history psah,
           apps.per_all_people_f papf ,
           apps.per_all_assignments_f paaf,
           apps.per_all_people_f papf_cre,
           apps.per_all_people_f papf_hr        
    where 1 = 1
       and psth.process_name = 'HR_TRANSFER_JSP_PRC'
       and psth.transaction_history_id = psah.transaction_history_id
       and psah.action = 'APPROVED'
       and psah.creation_date = (select max(psah1.creation_date)
                                   from apps.pqh_ss_approval_history psah1
                                 where 1 = 1
                                    and psah1.transaction_history_id = psah.transaction_history_id
                                    and psah.action = psah1.action
                                    and psah.approval_history_id = psah1.approval_history_id
       and (select count (1)
              from apps.pqh_ss_approval_history psah
             where psah.transaction_history_id = psth.transaction_history_id
               and action = 'APPROVED'
           ) > 1
       and psah.approval_history_id = (select max(psah1.approval_history_id)
                                         from pqh_ss_approval_history psah1
                                        where 1= 1
                                          and psah1.transaction_history_id = psah.transaction_history_id
                                          and psah1.action = psah.action
       and psth.selected_person_id = papf.person_id
       and papf.current_employee_flag = 'Y'
       and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date        
       and papf.person_id = paaf.person_id
       and paaf.primary_flag = 'Y'
       and paaf.assignment_type = 'E'
       and trunc(sysdate) between paaf.effective_start_date and paaf.effective_end_date  
       and to_number(paaf.ass_attribute7) = papf_hr.person_id
       and trunc(sysdate) between papf_hr.effective_start_date and papf_hr.effective_end_date
       and psth.creator_person_id = papf_cre.person_id
       and trunc(sysdate) between papf_cre.effective_start_date and papf_cre.effective_end_date
       and psth.last_update_date > :last_run_dateEdited by: 936671 on Jul 2, 2012 4:09 AM

    For examples and details please refer to the Guide: http://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T434255.htm
    Specifically, look for the following chapters
    The Data Template Definition
    How to Define a Data Link Between Queries

  • Deployment Problem in Oracle 10g App

    Hi All,
    while deploying ear in Oracle 10g App, we are geting following Error
    "Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'sg.com.citycab.ibs.mst.mstsales.ses.MstSalesSesB': java.lang.NoClassDefFoundError: sg/com/citycab/ibs/common/IBSException. deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'sg.com.citycab.ibs.mst.mstsales.ses.MstSalesSesB': java.lang.NoClassDefFoundError: sg/com/citycab/ibs/common/IBSException
    Any Help Please.
    Thanks.

    The results SUM(F4) given by query1 and query 2 do not matchSince the group by clause is not same, the result of sum can be different.
    Can you provide us some dataset ?
    Nicolas.

  • My phone wont let me download apps

    I tried updating apps on my iphone. When I click update all it acts like it's going to download. Then it tells me there's an error. I put in my billing information but it still won't download them. I don't know what to do.

    What is the error?

  • Looking for Daily Calendar At-a-Glance App

    I'd love to find an app that will post an alert to my iPhone each morning listing out my day's calendar events. Anyone know of one? For what it's worth, I have 4 active calendars in Calendar app.

    I don't know of any apps like the one you want; however, there is probably something out there that will do the job. I did want to suggest Google Calendar, which will send you email and SMS reminders about events and things you have put on your calendar. You might already be aware of this, so if you are, just disregard. I just wanted to suggest it in case you weren't aware of it. I use it all the time, and it's very handy. 

  • Use one account for apps and other for itunes match

    Hello everybody
    My question today is quite simple. I use one account for apps and tv shows, but inwant to use a different itunes account for purchasing itunes match. How can I use them both on my devices? Will it be asking for my user-pass each time i play a song? What other thing should i consider?
    Thank you in advance

    I would strongly recommend you not do this.  You will regret it.
    I have played with this issue a lot.  You have to remain signed into match in order for it to show up on your phone. If you sign out to purchase an app or redownload one from your appstore id you use then match will be removed from your phone and when you go into your music app the icloud will not be there.  You then have to go sign back out of the store id you used for your app purchase and then sign back into match and everything will have to go though the download to your device process again.  This really is not what you want to do.
    Sign up to match with the apple id that you know you will use the most or has the most purchased items and use that for all purchases, i.e. books, apps, movies, and music.  You don't want to go though the other process.
    Plus apple will start not letting you sign into match because you signed out and back in, in to short a period of time.
    all store purchases on an iphone are linked to the store id.  if you sign out of your match id on the appstore and sign into another account to purchase an app then itunes match will sign out in the music app.  You can't have two store id's signed into your iphone at the same time.  They are all linked together.

  • Brand new IPOD Touch Apps no longer work after upgrading software

    I got a Ipod touch for my wife Today at Wal-Mart. I brought it home, connected to wifi and downloaded some apps and also payed for some. They all worked fine. Then I connected to computer to transfer songs. It told me to upgrade the Ipod software so i Did. After it restarted none of the downloaded apps work anymore. I have read MANY MANY MANY discussions on this and there is no fix. I am not wiping out all the songs and reload everything all over again. It will take forever. My wifes BD is Friday and this is making me so mad after I just dropped $300 on this thing. APPLE!!! Where is the fix? I deleted the apps and reinstalled they still don't work. Anybody got this figured out? I am getting ready to get my money back and tell everyone to avoid buying ipod until they get this upgrade bug fixed.
    Message was edited by: 2009 IPOD TOUCH

    I have the same problem. Brand new two days ago. I synched the touch with Itunes but wasn't hooked up to the internet at the time so didn't do the software upgrade right away. Then I downloaded about a dozen apps (free and paid) with wifi directly to the touch. They all worked fine. Then I plugged it back in to Itunes and had it upgrade it to 3.1.2. It locked up Itunes several times since then and the downloaded apps no longer work (they start to open then disappear).
    The problem is, no one is listening to this problem (including Anna above)! Everyone says "just do a hard reboot, or restore to factory settings, reload the apps, etc." I've tried all the standard troubleshooting but none of it fixes this. It sure seems to me this is a problem with 3.1.2 but Apple isn't helping out here. Where are you APPLE? Use some of those outrageous profits you're making to fix the problem you have created. Here's $300 of my hard earned dollars pretty much down the drain.
    Message was edited by: IPatronius

  • Download error in (osx) adobe desktop app (corrupted download link).

    Here is a discription of the problem. Please consider that some of the wording might not be correct, as I do have to translate the error message from German into English.
    Using OSX 10.9.2, when clicking inside the adobe desktop app (top of the screen bar) on the tap "apps", the following screen (screenshot) appears, which states, translated from top to bottom:
    download error
    download error. Please contact support.
    (link) contact support
    (link/button) download creative cloud -> This button unfortunatly leads to the following error page "http://www.adobe.com/special/errorpages/404.html"
    All apps, like Bridge, Photoshop, Lightroom, etc. are installed and work just fine. So no problem here. I seem however unable to redownload the desktop app (in order to reinstall). As stated above the provided link inside the desktop app itself is coruppted and within the (online) web-based download centre (user logged in) I am only adviced to use the desktop app. This is a dead end and I do not know what to make of this error, let alone solving it. Please help!

    I am sorry Romsinha but this doesn't really help.
    I already restarted the desktop app and while I am obviously online and connected the problem (error message) remains the same. Information within the "home" tap is recieved/loaded  (little blue spinning wheel) stating that various apps recently have been updated. Yet the same loading wheel within the "apps" tap results in an error. My best guess is that some internal link within the app is corrupted, leading to a source on a server that can not be reached.
    UPDATE
    I clean uninstalled adobe creative cloud as discribed in the article you provided (using the cleaner tool) and even uninstalled the browser plugin. After downloading and reinstalling creative cloud the problem however remains the same. "Apps" tap still shows the same problem. "Home" tap now displays the following:

  • Adobe Cloud App Problems

    Cannot sign into adobe cloud app. Will sign in and then kick me right out. I can on the web but the app will not work. Ive tried uninstalling it and installing it again but still nothing has worked. Any help will be appreciated thank you .

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    -and 'looping' https://forums.adobe.com/thread/1504792
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • App-V 5 SP1 Creative Cloud Enterprise Illustrator 213:19 Error

    Hello, I'm currently working on creating an App-V 5 sequence for Adobe Creative Cloud Enterprise. Firstly I'm trying to create a sequence for CC Illustrator, however I'm running into what appear to be licensing errors.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that packages can be created with serial numbers included for deployment and imaging purposes.
    I've created a package for Illustrator using the Creative Cloud Packager and included the serial number and then sequenced this in App-V 5.
    When I deploy this app-v sequence, Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch with no success.
    I've read the support statemnt at http://helpx.adobe.com/creative-suite/kb/technical-support-boundaries-virtualized-or.html, but would appreciate direction from adobe as to what would be causing the above error.

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue.
    I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing errors when launching the App-V sequence.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that the base packages can be created with serial numbers and can be included within build images etc as opposed
    to creating a trial package and then using a serialization file at install/launch time.
    To start with I've created a package using the Adobe Creative Cloud Packager tool (CCP) for just the Illustrator CC application which includes the serial number. I've  then sequenced this package using App-V 5 SP1.
    When I run this app-v sequence on a test machine , Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is 
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've tested out modifying permissions on the following folders within the app-v package under root but this has no effect.
    C:\Program Files\Common Files\Adobe\Adobe PCD\
    C:\ProgramData\Adobe\SLStore
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch (startprocess event in userconfig file) with no success.
    Anyone tried this or have any ideas?

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • Cannot send email from the Mail App?

    I've had an izymail subscription for 1 year and just renewed it last week. I could never send an email from my Mail App without a window popping up stating "izymail cannot connect to the server" and the sending bar (along the bottom of the screen) just freezes and will not send.
    I've a Hotmail account linked up to izymail. Anyone know how to fix this problem?

    I fixed my problem - I deleted my email account on my iPhone, then tried to setup a new account. I had a few problems setting it up. It wouldn't recognize the incoming or outgoing servers and I lost my email altogether for a few hours. Then I changed every setting possible and finally figured out that I had 2-3 "Other SMTP Servers" as well as my "Primary Server". Once I deleted the Other SMTP Servers, my email worked and i'm able to send emails now!
    I also think changing the "Server Port" number helped solve my problem also, and making sure "Use SSL" was turned off.

  • Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Did you check the Zoom setting?
    Have you tried a reset (reboot)? Hold HOME and SLEEP until an Apple logo appears.
    If it isn't Zoom and a reboot doesn't help try Settings/General/Reset - Reset all settings

  • ALL MY DESKTOP APPS CONVERTED TO PDF FILES.

    After sending an urgent email attachment in Adobe PDF to Government Offcom, all my Desktop applications in windows 7 64 bit have been converted to PDF files and cannot be opened.   The attachment used was sent to me by my Secretary remotely using an old MAC.
    I can return my laptop to normal operation by un installing my Adobe Reader 11 app, but the problem returns when I re Download Adobe Reader
    11 again.     After discussing this with Adobe Technical in London they advised me to raise this issue with your Adjudicators in this Forum. 
    Please assist asap as this is very urgent right now for several genuine reasons.
    Many thanks.   Derek Horder.

    See if anything in here helps: https://helpx.adobe.com/acrobat/kb/application-file-icons-change-acrobat.html

Maybe you are looking for

  • How to enable Adobe Media Encoder in Nvidia Contol Panel

    Hi everyone, I am having a serious issue. Adobe Media Encoder is showing enabled gpu acceleration (Cuda). However, Project: small test file. 35 seconds in length. Composition: After Effects with Camera Rig, expressions = 4 Lights = 2 . "Camera Rig "

  • ITunes keeps on locking up...HELP.

    Hey guys, Recently iTunes has been locking up a lot and I had to press altctrldel and stop the process. It keeps on saying Not Responding every time I try to exit and it is not doing anything. I tried to uninstall and reinstall iTunes and its associa

  • Philips LCD HDTV without RF Input???

    Hi - I am curious about this Philips model television: Philips - 55" Class / 1080p / 240Hz / LCD HDTV http://www.bestbuy.com/site/Philips+-+55%22+Class+​/+1080p+/+240Hz+/+LCD+HDTV/1390518.p?skuId=1390518​... But noticed it doesn't have an RF Antenna

  • Can't Purchase Songs

    I've been trying to purchase songs today and keep getting the following message: "Could not purchase song because network connection was reset" What does this mean and how do I fix it? Everything else is working fine as far as the internet connection

  • VFX3 Credit Memo deletion

    Hi, I have a Invoice(Credit Memo Request) whose Accounting Document is created, but NOT CLEARED. So i think it is appearing in VFX3 transaction coz the Accoutning doc is not cleared. Gurus, Kindly suggest how and when can these Credit Memos be remove