Saudi Payment Output File - Error

Hi,
The following error is encounterd when running "Saudi Payment Output File" program.
"UDF Error in formula SA_EFT_BODY at line 63: Variable LOCAL_NATIONALITY not initialized at line 83 of SA_EFT_BODY_CUSTOMER"
Request for the solution.
Murugan

Hi,
Did you create a formula?
Did you verify if LOCAL_NATIONALITY is initialized or not?
Note: 258373.1 - Oracle HRMS for Saudia Arabia - Phase 2
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=258373.1
Regards,
Hussein

Similar Messages

  • Output File from the Saudi Payment Output File

    Dear All ,
    I want to ask where did oracle save or store the output file after I ran the request Saudi Payment Output File.
    I need to see the file , to send it for the Bank.
    best Regards.

    Pl post details of OS, database and EBS versions. Did the concurrent program complete without errors ? Pl post the contents of the concurrent log file.
    Pl also see MOS Doc 553518.1 (What is the Extension of Saudi Payment output file ? And where it is exist ?).
    HTH
    Srini

  • URGENT : Updating Saudi Payment Output File

    Dear Fellow Boarders,
    We had an urgent requirement to add a new line at the end of "Saudi Payment Output File"
    I had created the formula for same and attached at the "Organizational Payment Method" Level, via "Further Information" in "Other" Tab.
    However when I run the Saudi Payment Output File , nothing is changed.
    I have a feeling that I am missing some step.
    Any assistance will be highly appreciated.
    Regards
    Shah Alam , Jeddah

    Thanks Vignesh,
    This issue is resolved now. We had a Sev 1 SR and got the resolution.
    They provided script to update seeded balance "Total Pay" it was not considering one element's classification.
    Thanks,
    Avinash

  • When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.

    When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.
    == This happened ==
    Every time Firefox opened
    == I tried to download firefox. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AntivirXP08; GTB6.3; .NET CLR 2.0.50727; MS-RTC LM 8)

    When you click the download link on [http://getfirefox.com GetFirefox.com], you should be asked if you wish to Run or Save the file. If the described situation happens when trying to Run the download, try instead to Save it and put the file on your Desktop or a similar place where you are certain that you can find it again.
    When the download is complete, try double-clicking the downloaded file in the normal Windows Explorer (browse your way to the file from My Computer). This should start the installation.
    If you notice in the Explorer window that the file seems to be lacking the Firefox orange/blue icon, rightclick the file and select Properties. The picture should look somewhat like the attached picture (except that mine's in danish, but that is irrelevant) if saved correctly - if it does NOT look like this, please describe the contents or attach a screenshot of the box. Especially what it says under "File type" - it should be "Program"; if it's not, we'll have to look into what the problem could be here.
    Slightly off-topic, your Internet Explorer seems to be quite a bit out of date (IE 6, where current version is IE 8), so I would strongly recommend that you try to run Windows Update to get your system updated. If this is a company system (like a Terminal Server thin client machine), this may not be possible, and your system administrator will most likely have to help you.

  • How do I fix a Bridge Output file error?

    I installed the Bridge Output file (Library>Application Support>Adobe>Bridge CC Extensions) but now when I open Bridge, I get an error message. Bridge opens and operates, but each time an message below comes up.
    Any ideas of how to fix it?

    Hi,
    At least newer versions of Firefox doesn't seem to have to do anything with js3250.dll, so most probably it's not a Firefox component/requirement. The [http://kompozer.net/community.php Kompozer forum] would be helpful.

  • "Extraction Failed: Cannot Open Output File" error message when installing new drivers

    Hello, I'm trying to install new drivers for my HP Photosmart C4385 Printer.  I downloaded the full feature drivers for Windows XP 32-bit, and when I start to install (extract), I get the error message:
    Extraction Failed
    Cannot Open Output File
    And the process closes.  It happens at about 85% extraction every time.
    Any idea why?  I called HP but since it is out of warranty they wanted money, which I think as absolutely ridiculous - won't even give me basic support??  Poor, poor customer service.
    This question was solved.
    View Solution.

    Hi,
    If you haven't still got the  Full Feature software installer, download it from the link below and save it to your Desktop.  If you already have it, place it on your Desktop.
    ftp://ftp.hp.com/pub/softlib/software10/COL20274/mp-53147-4/100_228_PS_AIO_02_Full_USW_enu_NB.exe
    Make sure the Printer is disconnected from your PC.
    Download and install 7-ZIP.  Once installed, right click on the software installer for your printer, select 7-Zip and choose extract files, then click Ok.
    Open the newly extracted folder and double click the setup application to start the installation ( the setup application will probably have the same icon as the original software installer you downloaded ).  Connect the printer to your PC when the software asks.
    Hope this helps.
    Best wishes,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Cannot Create Output File Error

    I have a working (and deployed) JSP/ADF application which was written with JDev 10.1.2 that I need to make a change to. Since it was deployed, I've gotten a new computer, and installed JDev 10.1.2 on it. Now, when I open the project on the new computer and try to build it, I get an error
    "error writing class oracle.jbo.http.HttpSessionCookieImpl: java.io.IOException: cannot create output file"
    The source file is <jdevhome>\bc4j\src\bc4jhtmlsrc.zip!\oracle\jbo\http\HttpSessionCookieImpl.java.
    I'm guessing that somewhere in the project there's an xml file that has an out-of-date reference to a file location that doesn't exist on this computer. Can anyone point me in the right direction? I'm a bit concerned that JDev projects are dependent upon the original computer? Please say it isn't so!

    Thanks,
    Ive set this, although the temporary files that Reports usese are going there, the temp PDF isnt!!

  • Output file error

    An option in my menu is to save an array to a file. I can do this seperately in a test, but I cannot encorporate the test into my program correctly.
    I get an error message when I try to use the "save to file" option in my menu. The rest of my program (enter data, print data to screen, search data, exit) works.
    Exception in thread "main" java.lang.NullPointerException
    at Vehicle.WriteToFile
    at Vehicle.MenuOps
    at Classes.main
    Here I have cut down my code
    my classes and where the code begins
    public class Classes
    public static void main(String[] args)throws IOException
       Vehicle car = new Vehicle();
            car.MenuOps();
      // Attributes for the entries
      // Constructor methods
    // Get methods
      // Set methods
    // class definition
    // instance variables
       the rest of the program
    turn is how many times a user has entered a vehicle
    public class Vehicle
         // array to contain 50 cars
         // data starts at array[1]
           final int cars = 51;
           Vechicles database[] = new Vechicles[cars];
    // menu method
      public void MenuOps() throws IOException
             int choice = -1; //choice set a -1 so menu shows
             String choiceS;     //message to user and get number from user
             int turn = 0;
             int turn2 = 0;
             int remaining = 0;
             while (choice != 5) // while choice not 5(which is quit)
                 choiceS = JOptionPane.showInputDialog(
                            "Enter your choice\n" +
                           "1. Input a new vehicle\n" +
                           "2. Print all vehicles stored so far\n" +
                           "3. Find vehicle\n" +
                           "4. Store entered Vehicles in a file\n" +
                           "5. Exit program");
                 choice = Integer.parseInt(choiceS); //convert user answer into int
                   switch (choice)     //compare user answer
                   case 1:   //add vehicle
                   case 2:   //print vehicle
                   case 3:   // search
                   case 4:    if (turn>0)
                                       WriteToFile(turn);
                                  else
                                       JOptionPane.showMessageDialog(null, "No entries to save to file");
                                    break;
                   case 5:    JOptionPane.showMessageDialog(null, "You have quit");
                                  System.exit(0);
                                    break;
                   default:   JOptionPane.showMessageDialog(null, "Invalid choice, try again");
                   break;
            public void WriteToFile(int j)throws IOException
                        // create a new file and write to it
                    final FileWriter outputFile = new FileWriter("Vehicles.dat");
                    final BufferedWriter outputBuffer =new BufferedWriter(outputFile);
                    final PrintWriter printstream = new PrintWriter(outputBuffer);
                        for (int i=0; i<=j; i++)
                                printstream.println(database.vt);
                        printstream.println(database[i].r);
                        printstream.println(database[i].c);
                        printstream.println(database[i].m);
                        printstream.println();
                   printstream.close();               
    any advice would be great
    thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Vechicles database[] = new Vechicles[cars];That creates "cars" number of Vehicle spots in the array, all with null values.
    So somewhere you are not filling the array with actual objects. Or you aren't checking for null in your write method.

  • Output File error  (SO_NEW_DOCUMENT_ATT_SEND_API1)

    Dear Experts,
    I am sending a text attachment through SO_NEW_DOCUMENT_ATT_SEND_API1,
    the mail attachment contains everything right till 127th char,
    after that the data is  not coming instead some special characters are coming.
    Below I am sending the  sample of the file i n which u can sewe that after the 127th char i.e. closu---->爀攀(Special char are coming)
    LR No.,Vehicle No.,Route Name,Consigner Name,Consignee Name,Dispatch Date,Dispatch Time,Carrier Name,Expected Consignment Closu 爀攀 u2020
    327457,MH12327457,Pune-hosur,TIPD Hinjewadi TATA AUTOCOMP SYSTEMS LTD.,Ashok Leyland hosur,18.02.2010,12:21:21,,u2020
    Thanks for your support and co-operation
    Regards,
    Vikas

    Hi,
    I did not get it,
    Got a CR/LF (carriage return, line feed hex '0D0A') stuck on the end of the line? That's what it looks like to me...
    can u please elobrate it,
    Thanks for your response,
    Regards.
    Vikas

  • I have this following problem in Adobe Premiere Elements 11: Error of export: You don't have permissions to create or delete the output file.

    Hey guys,
    I have this following problem:
    When i export my movie to my desktop from premiere elements 11 it fails and says "Error of export: You are not permitted to create or delete the output file."
    This is the first time i had this problem.
    I have no ideas to solve this problem ... I don't found it on this page neither in the whole web -.-
    I look forward to get requests

    S
    QuickTime is a requirement for Premiere Elements (any version). Please download and install it so that we can continue this troubleshooting. Among other things, without QuickTime installed, you will not have QuickTime presets in Publish+Share and will not have available to you codecs supplied by that player.
    Please right click the Premiere Elements 11 desktop icon and apply Run As Administrator. Please review computer permissions..
    In the meanwhile, please reply to all the questions, including
    What is the description for your export choice and does it make a difference if your Export Save In location is the desktop or to Video Folder in Documents?
    What is a description of your computer resources?
    Please consider and supply details need to help us help you.
    We want you to succeed.
    Thank you.
    ATR

  • I just tried to update Firefox to version 9.0.1. It got to 13% extracting, then I got an error message, Cannot Open Output File. Can you please help me?

    I just tried to update Firefox to version 9.0.1. It got to 13% extracting, then I got the error message, Cannot Open Output File.

    The file could be downloaded incorrectly. Could you redownload it again from [http://getfirefox.com http://getfirefox.com]?

  • IDOC to XML : error in opening the output file in iexplorer

    Hi Frnds,
    I have a scenario IDoc to xml where in Im getting some non ascii values in the idoc for which I used ISO-8859-1 encoding technique but still the conversion is not done. Iam unable to opend the output file in internet explorer giving the follwoing error as :
    An invalid character was found in text content. Error processing resource
    Please help me how to overcome this issue.
    Thanks in advance,

    Hi,
    As i posted previously in xi UTF-8 is the default encoding if message protocal is FILE.
    And UTF-8 encoding support unicodes..
    Can reconfigure your receiver file adapter with file type as Binary and check once again.
    go through http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm  
    refer  File Type
    now i check with a japanese double byte character and i can open in iexplorer.
    regards,
    pradeep A.

  • How to avoid output file and error lines when condition does not match

    Hi Experts
    A customer want to send purchase order files to several vendors and each vendor has their own requirement to content and file format. I have prepared scenarios for each vendor and a template is (conditionally) called when CardCode matches. It works fine, - PO file is generated when CardCode matches, but error lines are written to SAP B1 Control Center each time CardCode does not match the one defined in a scenario (100 or more times per day). Problem is that these error lines does not get automatic deleted. Conditional processing are made in this way:
    Result Message in SAP B1 Control Center when CardCode does not match:
    I tried to avoid an error line in SAP B1 Control Center when CardCode does not match in this way:
    Then no error lines are written to SAP B1 Control Center, but an output file is generated each time (order file when CardCode matches and an empty file when CardCode does not match).
    Any suggestions on how to avoid both errors types (error lines in SAP B1 Control Center and empty output files)?
    Or - can lines in SAP B1 Control Center be automatic deleted?
    Regards
    Steen

    Hi Steen,
    using <b1im_skip> should be the right approach, if you're working with B1 OUTBOUND.
    Following extract form the B1i help describes the usage to skip the outbound processing:
    1.1 Skipping Outbound Processing
    If you do not want to hand over the message to the receiver system, the scenario step can create a special tag that indicates to generic processing in the integration framework to skip the message processing.
    Add the following to the final transformation atom (atom0):
    <b1im_skip xmlns= ”” info=”my info” msglog=”true” msgout="yes">
    If the integration framework skips the message, it puts the message log information to the Filtered section, if the message log is switched on. The result message contains the Message skipped by vBIU logic information.
    info
    To display an individual message, define it using the info attribute.
    msglog
    If you want to avoid an entry in the message log, introduce the msglog attribute and set it to false.
    msgout
    To display the skip information in the Success section of the message log, use the msgout attribute and set it to yes.
    In case you don't want any MsgLogEntry in case of a skipped message, please enter the following in final atom0:
    <xsl:template name="transform">
    <xsl:attribute name="pltype">xml</xsl:attribute>
    <xsl:choose>
    <xsl:when test="$msg/BOM/BO/Documents/row/CardCode=&apos;C20000&apos;">
    <xsl:call-template name="transform2"/>
    </xsl:when>
    <xsl:otherwise>
    <b1im_skip info="skipped" msglog="false"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    Best regards
    Bastian

  • Error with output file code in utl (v_out_file)

    v_out_file := utl_file.fopen (r_dca.directory_name, 'GradChallenge' || TRIM(TO_CHAR(SYSDATE,'YYYYMMDD')) || '.txt', 'W');
    I was just wondering guys, the error occurs 'r_dca.directory_name'. There is an issue with r_dca, I am just stuck on what to name to put to replace it.
    the complete code is specified below
    Create or replace
    PROCEDURE Grad_Five
    IS
    v_out_file UTL_FILE.FILE_TYPE;
    v_out_directory all_directories.directory_path%type;
    v_out_filehandle UTL_FILE.FILE_TYPE := NULL;
    v_out_buffer varchar2(32767);
    v_header VARCHAR2(32759 BYTE);
    r_users varchar2(32759 BYTE);
    r_dca number;
    BEGIN
    -- Output file
    v_out_file := utl_file.fopen (r_dca.directory_name, 'GradChallenge' || TRIM(TO_CHAR(SYSDATE,'YYYYMMDD')) || '.txt', 'W');
    -- Header
    v_header := sysdate;
    utl_file.PUT_LINE(v_out_file,v_header,TRUE);
    FOR r_users IN
    ( SELECT
    USERS.ID,
    USERS.LOGINNAME,
    USERS.FORENAME,
    USERS.SURNAME
    FROM USERS
    LOOP
    BEGIN
    UTL_FILE.PUT_LINE (v_out_file,
    r_users.ID|| ',' || r_users.LOGINNAME|| ',' ||r_users.FORENAME|| ',' ||r_users.SURNAME);
    END;
    END LOOP;
    FOR r_users in
    ( SELECT COUNT (ID) from Users )
    LOOP
    BEGIN
    UTL_FILE.fclose (v_out_file);
    END;
    END LOOP;
    COMMIT;
    END GRAD_FIVE;
    Would appreciate help, Thank you again.

    Here's something that might help:
    (Example 1)
    http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/u_file.htm
    You need to:
    1. Create a directory:
    CREATE DIRECTORY EXAMPLE_DIR AS '<OS_DIR_PATH>';
    Eg: CREATE DIRECTORY EXAMPLE_DIR AS '/temp';
    2. Reference the previously created directory:
    v_out_file := utl_file.fopen ('EXAMPLE_DIR', 'filename.extension', 'W');
    My guess is that r_dca.directory_name does not point to a directory object (Step 1) but to an absolute OS path.
    Also make sure you grant the appropriate rights on you directory:
    Eg:
    GRANT READ ON DIRECTORY EXAMPLE_DIR to <your_user>;
    Edited by: RMi on Feb 2, 2012 6:07 AM

  • Premiere Pro CS5: please help problem with importing a file error output "there was an error decompressing audio or video"

    please help problem with importing a file error output "there was an error decompressing audio or video"

    this is related to what adobe program/version?

Maybe you are looking for

  • No connection between camera and new MAC

    I just bought a new computer and want to upload my photo's from my camera (D 7100) in CS6, but nothing happens at all! Yesterday on my ols MAC it just worked fine. Does anybody know what to do?

  • Problems with flash transparent drop down menu over html in some browsers

    Hi everyone... this is my first post and it's about an issue that's causing me a few problems. I'm currently designing/ building my company's web site, the test page be viewed here: www.musflashtv.com/test.htm 1) This layout contains an embeded flash

  • A7000 | The images taken from the front facing camera(FFS) (5MP) are mirrored. Is this an issue?

    Hello Team, I just took an image from the FFS off my new A7000 and i noticed that the images are mirrored. Is this a software issue? I even owned a A6000 but the images from that were proper. As far as i know mirrored image should be displayed while

  • Import DPX Files Workflow?

    One of the main reasons I upgraded from PPro CS4 to CS5 was to handle DPX files.  I used FCP 7 together with Glue Tools Cineon/DPX add on to import large DPX files for editing.  However very little info is available in the various Adobe PPro CS5 help

  • 300 new features in leopard

    i am reading macworld it gives this www.apple.com/macosx/features/300.html to view the 300 new features but can't open.Does anyone know where i can get info on the new features