I am submitting GLLEZL program with following parameters, i am getting ledger_id as -1 in gl_headers after journal import,please suggest me what is the problem..?

    l_journal_import_req_id := fnd_request.submit_request (
            application => 'SQLGL', -- application short name
            program => 'QFEQGLLEZL_ORIGINAL', -- program short name
            description => NULL, -- program name
            start_time => NULL, -- start date
            sub_request => FALSE, -- sub-request
            argument1 => l_iface_run_id, -- interface run id
          --  argument2 => l_sob_id, -- set of books id
              argument2 => 1,--l_ledger_id,
            argument3 => l_suspense_flag, -- error to suspense flag
            argument4 => l_date_start, -- from accounting date
            argument5 => l_date_end, -- to accounting date
            argument6 => l_summary_journals_flag, -- create summary flag
            argument7 => l_dff_flag, -- import desc flex flag
            argument8 => 'Y' -- Data security mode flag
Please give me the overview of the gl_interface_control functionality tooo
Message was edited by: user11970832

    l_journal_import_req_id := fnd_request.submit_request (
            application => 'SQLGL', -- application short name
            program => 'QFEQGLLEZL_ORIGINAL', -- program short name
            description => NULL, -- program name
            start_time => NULL, -- start date
            sub_request => FALSE, -- sub-request
            argument1 => l_iface_run_id, -- interface run id
          --  argument2 => l_sob_id, -- set of books id
              argument2 => 1,--l_ledger_id,
            argument3 => l_suspense_flag, -- error to suspense flag
            argument4 => l_date_start, -- from accounting date
            argument5 => l_date_end, -- to accounting date
            argument6 => l_summary_journals_flag, -- create summary flag
            argument7 => l_dff_flag, -- import desc flex flag
            argument8 => 'Y' -- Data security mode flag
Please give me the overview of the gl_interface_control functionality tooo
Message was edited by: user11970832

Similar Messages

  • I have a iphone 4S with IOS7 and am continually getting an unread message notification when I have no unread messages.  What is the problem?

    I have a iphone 4S with ios 7and am continually getting noftications that I have unread messages when I don't?  What is the problem?

    Tonyyphan wrote:
    Your right but it's way better with emojis!
    Personally, I stop texting people who send them to me until they start typing actual words.
    They cause problems because not all phones/carriers seem to interpret them the same way. If your friend has an iPhone 3G, they don't have iOS 5.1.1 and don't have, if I recall correctly, the builit in keyboard. They're probably using some third party emoji app. If you install the exact same app, you might stop having problems. But if not, you have choice: be cute or have your SMS readable.

  • Please tell me what is the problem with this code

    Hai,
    Iam new to Swings. can any one tell what is the problem with this code. I cant see those controls on the frame. please give me the suggestions.
    I got the frame ,but the controls are not.
    this is the code:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ex2 extends JFrame
    JButton b1;
    JLabel l1,l2;
    JPanel p1,p2;
    JTextField tf1;
    JPasswordField tf2;
    public ex2()
    setDefaultCloseOperation(EXIT_ON_CLOSE);
    setTitle("Another example");
    setSize(500,500);
    setVisible(true);
    b1=new JButton(" ok ");
    p1=new JPanel();
    p1.setLayout(new GridLayout(2,2));
    p2=new JPanel();
    p2.setLayout(new BorderLayout());
    l1=new JLabel("Name :");
    l2=new JLabel("Password:");
    tf1=new JTextField(15);
    tf2=new JPasswordField(15);
    Container con=getContentPane();
    con.add(p1);
    con.add(p2);
    public static void createAndShowGUI()
    ex2.setDefaultLookAndFeelDecorated(true);
    public static void main(String ar[])
    createAndShowGUI();
    new ex2();
    }

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ex2 extends JFrame
        JButton b1;
        JLabel l1,l2;
        JPanel p1,p2;
        JTextField tf1;
        JPasswordField tf2;
        public ex2()
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            setTitle("Another example");
            b1=new JButton(" ok ");
            p1=new JPanel();
            p1.add(b1);
            p2=new JPanel();
            p2.setLayout(new GridLayout(2,2));
            l1=new JLabel("Name :");
            l2=new JLabel("Password:");
            tf1=new JTextField(15);
            tf2=new JPasswordField(15);
            p2.add(l1);
            p2.add(tf1);
            p2.add(l2);
            p2.add(tf2);
            Container con=getContentPane();
            con.add(p1, BorderLayout.NORTH);
            con.add(p2, BorderLayout.CENTER);
            pack();
            setVisible(true);
        public static void createAndShowGUI()
            ex2.setDefaultLookAndFeelDecorated(true);
        public static void main(String ar[])
            createAndShowGUI();
            new ex2();
    }

  • I am facing with the problem "plugin-container.exe has encountered a problem and needs to close. Please suggest how to fix the problem.

    I am using desktop computer with windows XP. Sometimes, I am facing with the problem "plugin-container.exe has encountered a problem and needs to close". After showing this event, the browser disappears automatically.

    See if there are any Crash Reports ID's saved.
    Type '''about:crashes''' in the Location Bar and hit Enter.
    Then open each Crash Report and once the report is loaded completely, copy and paste the URL of each report into the the '''''Post as Reply''''' box in this thread.
    IMO, seeing that you are using WinXP, you might be better off with the older Flash 10.3.183.90 version. Flash 11.0 and later have "improvements" that don't work on WinXP - only Vista and later. Adobe did continue to support and provide security updates for Flash 10.3 until a few months before WinXP went EOL back in April of this year.

  • Please tell me what's the problem with my procedure ..

    Hi all,
    Below is my procedure i created into a form.( i can't create procedure into table or vieew because there is already negative value )
    PROCEDURE REVERSE_money IS
    nCnt number(10);
    WS_VALID_USER_ID Varchar2(3);
    USER__VIEW_BUF USER_VIEW%ROWTYPE;
    PAYMENT_VIEW_BUF PAYMENT_VIEW%ROWTYPE;
    Cursor USER_VIEW_QRY is
    select * from USER_VIEW
    where USER_ENTERED_CASHIER = USER_VIEW_BUF.USER_ENTERED_CASHIER;
    Cursor PAYMENT_VIEW_QRY is
    select * from PAYMENT_VIEW
    where TOTAL = :PAYMENT_VIEW_SINGLE.TOTAL;
    BEGIN
    if nvl(:PAYMENT_VIEW_SINGLE.TOTAL,' ') = (:pAYMENT_VIEW_SINGLE.TOTAL*-1) then
    SELECT COUNT(*) INTO nCnt
    FROM cashier_auth
    WHERE cashier = UPPER(NVL(USER_VIEW_BUF.CASHIER,' '));
    IF (nCnt > 0) THEN
    WS_VALID_USER_ID := 'YES';
    ELSE
         WS_VALID_USER_ID := 'NO';
    END IF;
    end if;
    IF nvl(WS_VALID_USER_ID,' ') = 'NO' THEN
    MESSAGE(USER || ' is not authorized to enter nagative value to this cash transaction.');
    SET_APPLICATION_PROPERTY(CURSOR_STYLE,'DEFAULT');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    END;
    there is no error in this procedure when i compile it , but this procedure is not validating as i wanted, what i meant is is still let any user enter ('-') value.
    someone plese help me.

    Hi,
    pl/sql baby wrote:
    Hi all,
    Below is my procedure i created into a form.( i can't create procedure into table or vieew because there is already negative value ) Sorry, I don't understand this part.
    In fact, I don't understand the whole problem.
    Please explain what the procedure is supposed to do, and what's wrong with it.
    For example
    "The procedure is supposed to show a message and raise an error if ...
    That should happen when the USER is ... and PAYMENT_VIEW_SINGLE.TOTAL < 0, but it is not."
    Post SQL statements to create and populate the tables and views used (such as cashier_auth table). Include enough rows to re-create the problem.
    What are you trying to do in this line?
    if nvl(:PAYMENT_VIEW_SINGLE.TOTAL,' ') = (:pAYMENT_VIEW_SINGLE.TOTAL*-1) thenWhat is the data type of (:PAYMENT_VIEW_SINGLE.TOTAL? If it's a NUMBER, then the second argument of NVL should also be a NUMBER.
    Don't post unformatted code. Type &#123;code&#125; before and after the parts of your message containing code, to preserve spacing.

  • Please Tell Me what is the problem with code

    Dear all,
    As you can see from the attached vi(pictures) after the "home.vi"  nothing happens, after the home.vi both DAQ's and motor controller's vi are not working. Could you pls help me to find a solution about the problem.
    Waiting response.
    Thanks,
    Best regards.
    Solved!
    Go to Solution.
    Attachments:
    WhatistheProblem.png ‏123 KB
    Problem2ndCase.png ‏94 KB
    Motor-LoadReadNew.vi ‏52 KB

    Dear dkfire,
    Firstly thanks alot for your solution, now two loops are working paralel with no problem. But i dont understand what you want to mean with the greedy loop. I need to made 2 loops in order to apply "wait.vi" only to the motor vis. Otherwise the DAQ's vis and motor's drivers vis locate at the same loop which means  DAQ also waits while the motor is waiting. I want DAQ to take samples continuously without waiting. If i put wait.vi to the false structure as you said, then this will make DAQ wait too which is unacceptable. So now it takes my PC's all power?
    Kind Regards,
    Waiting forward for your kind reply.

  • What is the problem with the code to get all  opportunities

    Hello All,
    I have wrote the java code as below to get the all opportunities.But i did not get the opportunities i.e its returns null . Any one,Please suggest me what is the problem with the below code.
    OpportunityWS_OpportunityQueryPage_Output opportunityWS_OpportunityQueryPage_Output = new OpportunityWS_OpportunityQueryPage_Output();
                   Opportunity[] opportunities=opportunityWS_OpportunityQueryPage_Output.getListOfOpportunity();
    Thanks,
    --bdr_09                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Dinesh,
    Please check out the code and give me your suggestions
    *try{*
    String address="MY URL"+getSessionId();
    Default_BindingStub dbs=new Default_BindingStub();
    dbs.setMaintainSession(true);
    OpportunityLocator loc = new OpportunityLocator();
    loc.setDefaultEndpointAddress(address);
    loc.setMaintainSession(true);
    OpportunityWS_OpportunityQueryPage_Output opportunityWS_OpportunityQueryPage_Output = new OpportunityWS_OpportunityQueryPage_Output();
                   Opportunity[] opportunities= opportunityWS_OpportunityQueryPage_Output.getListOfOpportunity();
    System.out.println("opportunities size::"+opportunities.length);
    *}catch(Exception e){*
    e.printStackTrace();
    Thanks,
    --bdr_09                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • My project is finish with final cut 4 when i  export on quick time a window open and says (error 34 ) is anyone knows what is the problem tanks DENIS

    my project is finish with final cut 4 when i export via quick time a window open and says (error  34 ) what is the problem .
    i've made many transfers before and every time it was excellent thanks   denis

    Is the external formatted tmac OS Extended?
    It should be.
    Al

  • What is the problem with the newest version of iTunes (Failed to install - error 7

    What is the problem with the newest version of iTunes (Failed to install - error 7 & missing MSVCR80.dll) - the DLL is not missing.  tgried to install today and it failed - what a waste.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall go to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I recently upgraded to iTunes 11.1.5 and now my iPod Nano is not recognized in iTunes. I also upgraded my iPhone 5s to iOS 7.1. i Tunes on my computer does recognize my iPhone. What is the problem with my iPod Nano not being recognized?

    I recently upgraded to iTunes 11.1.5 and now my iPod Nano is not recognized in iTunes. I also upgraded my iPhone 5s to iOS 7.1. i Tunes on my computer does recognize my iPhone. What is the problem with my iPod Nano not being recognized?

    I would think, Twins1995, that if we are having the problem, others are as well. Hopefully, Apple will shortly issue a follow-up software release to fix the problem. Or is that just wishful thinking on my part.
    It would be helpful, if there were some kind of work-around in the interim, so we can use our devices. Pretty frustrating when you consider that all of the hardware and software is produced by Apple.

  • What's the problem with Adobe Downloader assistant? It's impossible to download a trial version of

    What's the problem with Adobe Downloader Assistant? It's making it impossible to download a trial version of PS 5 extended. I can see that I'm not the only one experiencing difficulties with this so........what's the story Adobe?!!!! If you don't want people to download trial versions of your products then just say so! Or do something about the problem and remove this faulty download.I have a brand new Mac,so it shouldn't be a problem. The Adobe Downloader has been extracting for 2 days now, and I can't shut it off. Very irritating!

    If you are having problems with extracting it is likely that you have customized the location of your download.  I would recommend downloading to your User folder or Desktop folder.  When the download and extraction process are complete you can then install to your Program Files folder.

  • Just installed Lion and iCloud. Now I'm not able to open the Mail program. What's the problem? Thanks. Andrew

    Just installed Lion and iCloud. Now I'm not able to open the Mail program. What's the problem? Thanks.
    Andrew

    Dear Ralph, thank you for your lightspeed answer!
    When I had installed the app, there was been written: "open", and when I pushed this, NO reaction of the iPad! And crazy too: I am NOT able to find the app itself at any screen of the iPad!!! I can see it only in the list "bought" items. With other words: The app is neither to be seen nor I am able to open it in the "list".
    Thank you in advance for your advice
    Best greetings from Austria (Wien, Vienna)
    Wiener Schnitzel

  • With Premiere elements 11, when Publish/Share (saving) a finished video, selecting H.264  .mov file type, what are the recommended Codec and Aspect settings for a crisp video and a small file size?

    With Premiere Elements 11, when Publish/Share (saving) a finished video, selecting H.264  .mov file type, what are the recommended Aspect and Codec settings , for a crisp video with a small file size?

    Gary Krouse
    We will customize a very detailed reply, but
    (a) What are the properties of your source media?
    (b) What did you or the program set as the project preset to match the properties of the source media?
    (c) What specific requirements do you have for this H.264.mov export file?
    File size can be a compromise between bitrate, file size, and quality.
    Thanks.
    ATR

  • What's the problem of this mail sending program

    Hi,
    I have Written following code. I have wriiten & run this code in Eclipse. Mail.jar & Activation.jar both jar file i kept in the webcontent/web-inf/lib
    directory. & I also added this jar file using builpath->add External Library. But when run this code then it throws the following exception. What's the problem of code? IS there anybody can help me? Please help me.
    My code is : UserMail.jsp
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
    <title>Mail Sending Program</title>
    <%@ page import="javax.mail.internet.*"%>
    <%@ page import="javax.mail.*"%>
    <%@ page import="java.util.*"%>
    </head>
    <body>
    <%
    String to = "[email protected]";
    String from = "[email protected]";
    String host = "192.168.1.1";
    String txt = "I am from jsp of java";
    String subject = "For testing";
         Properties props = System.getProperties();
         props.put("mail.smtp.host", host);
         Session session1 = Session.getDefaultInstance(props, null);
         MimeMessage msg = new MimeMessage(session1);
         try{
              InternetAddress to1 = new InternetAddress(to);
        msg.setFrom(new InternetAddress(from));
       msg.addRecipient(Message.RecipientType.TO,to1);
       msg.setSubject(subject);
      msg.setText(txt);
          msg.setSentDate(new Date());
        Transport.send(msg);
         catch(Exception e){
              e.printStackTrace();
    %>
    </body>
    </html>Exception is:
    javax.mail.MessagingException: Could not connect to SMTP host: 192.168.1.1, port: 25;
      nested exception is:
         java.net.SocketException: Software caused connection abort: connect
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
         at javax.mail.Service.connect(Service.java:275)
         at javax.mail.Service.connect(Service.java:156)
         at javax.mail.Service.connect(Service.java:105)
         at javax.mail.Transport.send0(Transport.java:168)
         at javax.mail.Transport.send(Transport.java:98)
         at org.apache.jsp.UserMail_jsp._jspService(UserMail_jsp.java:73)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketException: Software caused connection abort: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
         at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
         ... 27 moreWith regards
    Bina

    javax.mail.MessagingException: Could not connect to SMTP host: 192.168.1.1Is this host Ip correct. If Ip is correct then this host should be a mail exchange server. Hope u did not use Ip address of ur machine ;-)
    By the way hope u recd the test mail during my testing....lol
    Regards
    Rohit

  • I want replace my desktop with a iPad to do emails and Microsoft office work. Can this be effectively done? What's the downside if any?

    I want replace my desktop with a iPad to do emails and Microsoft office work. Can this be effectively done? What's the downside if any?

    I'll go down your list one by one.
    1. Access mail - which I know that the iPad can do.
    Enough said.
    2. Save an excel or word or ppt of PDF attachment for review.
    You can view these types of documents natively on the iPad as Tgara has mentioned.
    3. Open an review and maybe change a excel or word file.
    There are many apps that allow this.  I personally prefer Apples iWork programs, Pages, Numbers, Keynote.  They tightly integrate with iCloud.
    4. Resave such above files.
    With Pages, Number, Keynote you can save/resave files in iCloud and locally.  Also you could use dropbox to save your files on dropbox and provide a way for you to share a folder with coworkers/family and they can add/view/review files from there and you can see the changes on your device.
    5. Reply to a mail attaching a file.
    This is possible in many ways.  From dropbox, or another app you can email files with the share button.
    6. Be able to rename files and store them in specific folders.
    This goes back to dropbox/iCloud.  iOS doesn't really have a traditional file system.  If you save a PDF it isn't saved anywhere you can just open it.  You would have to open an app that supports view PDFs and select the PDF you wish to view.  The same goes for documents, spreadsheets and etc.
    Hopefully this helps answer your questions.

Maybe you are looking for

  • How to get the index of the clicked button on TOOLBARBUTTONCHOICE

    Hello Experts,    I have used toolbarbuttonchoice and created the dropdown list of the buttons dynamically. now when any of the button is clicked i need to get the reference of the button to call appropriate code in the action, but i am unable to get

  • Unable to extend the VO ConsInvTableVO in the iReceivables page

    Hi All, I am getting the error message "Each row in the Query Result Columns must be mapped to a unique Attribute in the Mapped Entity columns" when I am trying to extend view object ConsInvTableVO in iReceivables page. Though there were many posts a

  • Printing queries in prepared statement

    I have a created a prepared statement. When I execute the query I get an error stating that the SQL isn't correct. I would therefore like to print out the statement so I can see what it looks like. Here is what my code is doing. Create a query string

  • CONTEXT INDEX TABLE에 대한 PARAMETER 설정하는 방법

    제품 : ORACLE SERVER 작성날짜 : 2002-04-12 CONTEXT INDEX TABLE에 대한 PARAMETER 설정하는 방법 ================================================== Purpose Oracle7.3과 Oracle8.0의 context option에서 index table의 storage parameter를 설정하는 방법을 알아보자. Explanation 1. ConText Ind

  • Can't log off user name

    I never had any trouble. I'm on a G5, OSX, I have two user names, each with separate passwords. I try to log out of user name under apple pull-down and NOTHING...also I tried shift apple Q and NOTHING. Any suggestions? Thanks so much! alix