How oracle standard code to create/write concurrent log/output to $APPLCSF on the application tier server.

Dear all,
Could you please let me know how oracle standard code create/write concurrent log/output to $APPLCSF on the application tier server? utl_file ? or any other API?
Thanks.
Best & regards,

APPS.FND_FILE
PL/SQL APIs for Concurrent Processing
http://docs.oracle.com/cd/E18727_01/doc.121/e12897/T302934T458258.htm
PACKAGE: APPS.FND_FILE
http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_FILE&c_owner=APPS&c_type=PACKAGE&c_detail_type=sou…
PACKAGE BODY: APPS.FND_FILE
http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_FILE&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_t…
Thanks,
Hussein

Similar Messages

  • HT204053 how come there is another apple id appears when im about to update the applications that i have downloaded?

    how come there is another apple id appears when im about to update the applications that i have downloaded?

    When a stranger's Apple ID appears on your Mac in conjunction with an update for an app that you have never installed, you have a pirated app on your Mac. The pirated app is not the app calling for the update. This pirated app has been cracked with the MAS receipt from usually a free app, often Angry Birds or Twitter, acquired by the person whose Apple ID you see.
    You may not have realized that it was a pirated app when you installed it. You may have believed that it was a trail version or a "free" version.
    All MAS apps have a MAS receipt in their app bundle. Check any app acquired from the MAS. Right click on the app's icon in your Apps folder and choose Show package contents. In the Contents folder is a _MASReceipt folder and in that folder is the coded MAS receipt. It has the Apple ID of the MAS account that bought/acquired the app from the MAS. It is that receipt that the MAS uses to alert you that an app has an update. There would not be a notice of an update with someone else's Apple ID showing in the MAS on your Mac, if there was not an app with a receipt from this person's account somewhere on your Mac.
    Download the free app FindAnyFile (FAF);
    http://apps.tempel.org/FindAnyFile/
    This app is easier to use and seems to be more powerful than Spotlight. Open FAF and in the box type _MASReceipt and press Find. It should come up with a list of every app on the Mac with a MAS receipt. Compare the apps with receipts in FAF's list with your purchased apps list in the Mac App Store. The odd app out should be the pirated app.

  • Exchange creates a new logs even no mailbox uses the storage group

    We are running Exchange 2007 with 4 storage groups. We have migrated most of our mailboxes to Office 365 (there two web emails need to configure SMTP relay on Office 365) and stopped Exchange backup. However, the Exchange data still increases
    everyday because of the log files.  In checking the those storages, no one uses storage group 2 and 3, but these two storages have a new log files every day. Why? How can we find out which mailbox uses them?
    Bob Lin, MCSE & CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    An easy way to see what mailboxes are being used on your system is to check your message tracking logs - run the following:
    Get-TransportServer | Sort Name | % { get-messagetrackinglog -Start "11/3/2014" -ResultSize Unlimited } | Select TimeStamp, Sender, Recipients, MessageSubject, EventID, TotalBytes, RecipientCount, RecipientStatus, ServerHostName, MessageLatency*,
    ConnectorID
    This should get you the information if mailboxes have been used for sending or receiving email.  If you have any retention enabled in your system, this will cause messages to be removed from mailboxes.  And there is the common daily calendar management
    that the systems does.  If you have the recoverable items and recoverable mailboxes in place, these will be removed over time.  And finally, Exchange closes log files so that the database can be recovered to a certain point in time, regardless of
    whether there is traffic on the database.  So even if you have removed all access from your mailboxes, and in fact even if you have removed all your mailboxes, you will have transaction logs being closed.

  • How oracle standard Credit Check considers amounts

    Hi All,
    We have an order, as per our calculations it should get booked successfully. But a credit check failure hold is placed on that order. We consider the booked orders (booked and shipped quantities), outstanding RA balances (from ra_payment_schedules_all table) to derive the available credit limit for a particular customer.
    Any body please explain how Standard Credit Check works, what are the various sources that a credit check searches for amounts to derive whether the order amount exceeds the limit or not.
    Thanks in advance.
    Regards,
    Chaitanya.

    Hello,
    I think you set credit check rule. Did you set Use pre-calculated exposure?
    When SO is going hold you have message. In this message you have reason why credit check rules applied hold.
    Regards,
    Luko

  • Mailaccess.log file - How do I control size/create new mailaccess.log file

    I am running an IMAP/SMTP server on a G5 Xserve. My mailaccess.log file is getting rather large. When I mv then touch to create a new mailaccess.log file the old file that was mv'd continues to get updated while the new mailaccess.log file remaile at 0 with not entries.
    How to refresh my log file?
    thanks
    Jeff

    Hi,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/ee4f58ff1bce41b4dc6d2612fae211/frameset.htm
    and More here..
    Problem with system.log
    Regards,
    N.

  • Data template creates empty line in output xml when running in application

    I converted oracle rdf report to xml, everything is good, except when I run data template it produce xml with empy line after
    <?xml version="1.0" encoding="UTF-8"?>
    here is unwanted line
    <COA_PO_ST>
    </COA_PO_ST>

    Hi,
    it sounds to me like you created an XSD which has a targetNamespace http://xlmns.ekc.nl/caps-dlp, but the actual XML is not using that namespace (no namespace at all, xmlns="").
    You can either set the targetNamespace for the schema to "" if that is allowed, or use elementForm is unqualified to make sure implictly defined elements have no namespace in your schema, or use something called an "identity transform" in XSL which will first put the correct namespace on each element before you process it further.

  • I  am getting the error code, "error opening document, please try agailater" when clicking on the application link from a website. The form was working properly but stopped. What happened?.

    My form was working properly but today, 20 June, an applicant clicked on the website link and got an error that says, "error opening document, please try again later". How can this be fixed?

    Is this a FormsCentral form?

  • How can I architect my data layer to yield query result pages to the application as SQL Server prepares them?

    I tried to make the question as explicit as possible.
    Refer to Sql Server Management Studio's Results view.  Depending upon the structure of the execution plan, the Results pane may begin displaying results while the query is still executing.  Can someone point me in a direction for architecting a
    data layer (I am tech and framework agnostic for this task. Any solution will suffice) that will begin receiving pages of the set before SQL Server has completed the entire query?
    The call from the data layer to SQL Server will obviously have to be asynchronous, but is there any additional ceremony that I need to be aware of when issuing OPTION (FAST x) to the query optimizer?

    Thanks for the reply. (I actually meant to put this in the SQL Data Access forum, not the T-SQL forum)
    "Generally the last step is ORDER BY in a
    query, so nothing can start before that executes."
    I would imagine you cannot ORDER BY and yield results as they are fetched because of the execution plan that would be generated.  For the purposes of this post, please assume that sorting will be done purely client side
    "Can you post your query?"
     For purposes of discussion, let's assume that the query is
    select *
    from information_schema.columns
    and also assume that you have "lots" of columns to display.
    This was an exploratory question to see what would be necessary to replicate the behavior of Management Studio's Query Result view in a custom application. 
    I would imagine that there's going to be a lot of analysis of the execution plans that get generated in order for the OPTION (FAST x) optimizer hint to do any good, but apart from general tuning concerns that would allow SQL SERVER to yield a page of data
    "fast", I was wondering if there was anything else required of the calling client to force it to yield return its first page.
    After thinking about this (and phrasing it the way I did in the last sentence) perhaps this is the incorrect forum for this question.  I imagine that my concerns are better addressed in forums dedicated to the technology of the calling client (which
    would be a .NET assembly)
    Be that as it may, if there is any ceremony that SQL Server imposes on clients in order to yield return, I would expect that my question would be in the scope of SQL Server discussions (even though I intended this to be in a different SQL Server forum)

  • Standard code for Export to XLS / XLS 2000

    Hi there
    I was wondering if someone knows how the standard code works for exporting a web template to Excel?
    The reason I ask is that we have a button in our toolbar, which the user can click and certain items within the web template are then downloaded to Excel.
    If, however, I use the context-menu (right-click) and choose to export that way, then some additional fields are included in the download.
    There is one field in particular that I want, which is included in the right-click downloaded file, but I don't know which web item it is, so can't specify it in the button code.
    Is there a way to determine this?
    Cheers,
    Andrew

    There are a few third party tools that let you do that.
    Some such tools are Monarch, Rep2excel etc.
    Google for "convert oracle report to excel" and you will get a few more hits.
    The best way to get it in Excel is to change the output format to XML and write a quick XML publisher template.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • How to format code properly in Visual Studio 2013 express

    <li><img id="img5" class="sm-im" src="img/elephant.jpg" title="click to enlarge" /></li>
    <li><img id="img6" class="sm-im" src="img/crow.jpg" title="click to enlarge" /></li>
    <li><img id="img7" class="sm-im" src="img/catdog.jpg" title="click to enlarge" /></li>
    <li><img id="img8" class="sm-im" src="img/kangroo.jpg" title="click to enlarge" /></li>
    <li><img id="img9" class="sm-im" src="img/eagle.jpg" title="click to enlarge" /></li>
    http://i.imgur.com/wqVb0LI.png?1?2818
    How to format code properly in visual studio, like we can see that the initial <li> moreover img idand class are
    properly aligned and can be easily changed using click+alt, but the second highlighted portion (in brown ) is not aligned i.e. the closing </li> tags
    should be in one straight line. Moreover 'title' should be in one straight line. How to make that possible.

    Hi Nobele,
    Thank you for posting in MSDN forum.
    Since this forum is discuss the VS IDE issue, based on your issue, I’m afraid that it is not the correct forum for this issue.
    To help you find the correct forum to support this issue, could you please tell me which kind of app you create in VS IDE? Is it a web application in the VS?
    (1)If yes, I suggest you can ask this issue directly to the ASP.NET forum:http://forums.asp.net/ , maybe you will get better support.
    (2)If no, please tell me more detail message about the issue.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HELP!!! Applet - Two Events, Paint - Also Is there code to create a "Quit"

    1. Does anybody know why when you use the following why it does not work together but will work individually in separate programs?
    //Java core packages
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    //Java extentsion packages
    import javax.swing.*;
    public class testlines extends Applet implements ActionListener, KeyListener
    Button playButton;
    public void init()
    playButton = new Button(" Begin Game ");
         playButton.addActionListener(this);
         add(playButton);
    addKeyListener(this);
    //Note the appropriate methods where placed in code for
    //the associated listeners
    //Code works fine as long as I don't do both Why?? I
    //know if I attach the addKeyListener to a textField it
    //works with the button in this code. My question is why
    //can't it be done this way, because it works alone, what
    //is the difference??
    2. Anyone know how I could code a "quit" button in an applet so that when the user selects the button the applet closes??
    3. Not to abuse the right to ask questions...This is my last...I have a program that has an actionListener attached to 3 textFields, i.e.
    // create xField and attach it to content pane
    xField = new JTextField( 10 );
    container.add( xField );
    // register this applet as xField�s ActionListener
    xField.addActionListener( this );
    Now I created a method to draw a figure based on what the user input into each field. The actionListener calls repaint() and in paint I call the method to draw the figure...It works fine once but it will not do it again. Any help or explanation would be GREATLY appreciated!!!
    Here is the code for question 3:
    // Java core packages
    import java.awt.*;
    import java.awt.event.*;
    // Java extension packages
    import javax.swing.*;
    public class DJP621 extends JApplet
    implements ActionListener {
    JLabel xLabel, yLabel,sideLabel;
    JTextField xField, yField,sideField;
    private int xCoord,yCoord,side;
    // set up applet�s GUI
    public void init()
    // obtain content pane and set its layout to FlowLayout
    Container container = getContentPane();
    container.setLayout( new FlowLayout() );
    // create xLabel and attach it to content pane
    xLabel =
    new JLabel( "Enter the x coordinate and press Enter" );
    container.add( xLabel );
    // create xField and attach it to content pane
    xField = new JTextField( 10 );
    container.add( xField );
    // register this applet as xField�s ActionListener
    xField.addActionListener( this );
    // create yLabel and attach it to content pane
    yLabel =
    new JLabel( "Enter the y coordinate and press Enter" );
    container.add( yLabel );
    // create yField and attach it to content pane
    yField = new JTextField( 10 );
    container.add( yField );
    // register this applet as yField�s ActionListener
    yField.addActionListener( this );
    // create sideLabel and attach it to content pane
    sideLabel =
    new JLabel( "Enter square's side size and press Enter" );
    container.add( sideLabel );
    // create sideField and attach it to content pane
    sideField = new JTextField( 10 );
    container.add( sideField );
    // register this applet as sideField�s ActionListener
    sideField.addActionListener( this );
         //Initialize instance vars
         xCoord = 0;
         yCoord = 0;
         side = 0;
    } // end method init
    public void paint(Graphics g)
              //to call a function that draws we must send
              //g, where it must draw
              drawSquare(g, xCoord, yCoord, side);
    // obtain user input
    public void actionPerformed( ActionEvent e )
    // obtain user�s input and conver to long
    if(e.getSource() == sideField)
              side = Integer.parseInt( sideField.getText() );
         if(e.getSource() == xField)
              xCoord = Integer.parseInt( xField.getText() );
         if(e.getSource() == yField)
              yCoord = Integer.parseInt( yField.getText() );
         if(xCoord > 0 && yCoord > 0 && side > 0)
              //Reset input fields
              sideField.setText(" ");
              xField.setText(" ");
              yField.setText(" ");
              //call the paint
              repaint();
    } // end method actionPerformed
    //NOTE: I do not need to pass xCoord, yCoord or Side but I am
    //just to show method passing
    public void drawSquare( Graphics g, int xCoord,int yCoord, int side )
              super.paint(g);
              g.setColor(Color.cyan);
              g.fillRect(xCoord,yCoord,side,side);
              //Reset values for xCoord yCoord side
              xCoord = 0;
              yCoord = 0;
              side = 0;
              //g.dispose();
    } // end method drawSquare
    } // end class JP621

    Sorry I don't have time to look through your whole question but in answer to having a button that closes you applet.
    What you need is to create a quit button and in the actionListener open a Web page with Javascript to close the browser.
    You can't close the applet or browser from Java directly (at least not easily).
    Use code along the lines of:
    import java.net.URL;
    import java.net.MalformedURLException;
    /* in your quit action handler */
    String urlString = "http://111.111.111.111/Close.html";
    URL url = null;
    try
    url = new URL(urlString);
    catch (MalformedURLException e)
    System.err.println("Malformed URL: " + urlString);
    if (url != null)
    System.out.println("Opening URL " + urlString);
    getAppletContext().showDocument(url, "_parent");
    Create the close.html file with the contents:
    <script>
    window.close()
    </script>
    Hope this helps.
    Mark.

  • How to create a MimeBodyPart properly with an InputStream in the constructo

    I am looping through a list of email attachments.
    In this loop I am doing the following:
    (Don't worry about the Core object, it works and returns a valid InputStream, tested this before by just reading out the bytes)
                     InputStream attachInputStream = Core.getFileDocumentContent(attachObject);
                       System.out.println("available for original stream: " + attachInputStream.available());
                       MimeBodyPart attachmentBodyPart = new MimeBodyPart(attachInputStream);
                       InputStream testStream = attachmentBodyPart.getInputStream();
                       System.out.println("available for retrieved stream: " + testStream.available());
                       attachmentBodyPart.setFileName(attachment.getName());
                   multipart.addBodyPart(attachmentBodyPart);Because my received attachments were always empty, I added a few println's to check where this were going wrong. Following is the output when I run the application:
    available for original stream: 119
    available for retrieved stream: 0
    So, apparently something goes wrong in the constructor for MimeBodyPart.
    I hope I'm just doing something silly but I'm out of options at the moment apart of writing a lot of extra code to handle converting an InputStream to a MimeBodypart myself.
    Anyone with some ideas?
    edit: I just read I cannot use available after getting an inputstream from a mimebodypart. So I'll go and make another check. Problem still exists though, I'm not getting an attachment after mailing it.
    Edited by: Bas_Rotterdam on Apr 15, 2009 3:16 AM

    I'm not clear on what you're trying to accomplish.
    Are you trying to create a message with attachments, where the content of the
    attachments comes from InputStreams from your Core object? If so, you're
    going about it the wrong way.
    The MimeBodyPart constructor expects the input stream to be formatted as
    an entire body part - headers plus content. You only have the content. For
    that you want to use the setContent method or one of the related methods
    (setDataHandler, setText, attachFile) that sets the content of the body part.
    See the sendfile.java demo program included with JavaMail for an example of
    creating an attachment with content from a file.
    And don't forget to read the [JavaMail FAQ|http://java.sun.com/products/javamail/FAQ.html].

  • How many tables ll be created by default

    Hi,
    I would like to know how many tables ll be created by default in RDBMS, when a classic planning application is created.
    Thank you.

    9.3.1 - 83 tables
    11.1.2 - 106 tables
    HTH-
    Jasmine.

  • Why and how oracle allows this?

    Hi
    Can someone please clear my understanding on this?
    i had installed oracle 10g on my personal laptop a while ago and i have forgot the password,
    then by searrching in net i found this way of logging in from dos prompt
    "/ as sysdba"
    i would like to know
    -how oracle allows this?
    -whether anyone who logs into my system can do this?
    -whether it is possible to do like this in any production environment? i hope it wont be, how they prevent this in production database
    Thank you
    MJ

    -how oracle allows this?
    # yes, this is the way Oracle works.
    -whether anyone who logs into my system can do this?
    # If you can login to the OS as the user who owns and/or runs the database software you can login to the database without a username/password. If you login to the OS as another user you can't login to the database without a username/password. Not sure why you are so worried about a database on your personal laptop ? If you don't want anyone to access your data, don't give them the OS password (or you could encrypt your data).
    -whether it is possible to do like this in any production environment? i hope it wont be, how they prevent this in production database
    # yes, production systems are like this also. This is why you should not let anyone know the password of the OS user that runs the database. If you give out the OS password, then you have given away access. This security is good enough for banks and governments, so it should be good enough for you.

  • How to use CSS to create horizontal nav bar in Dreamweaver CS6

    How to use CSS to create horizontal nav bar in Dreamweaver CS6

    One of the ways to do it is this: Tryit Editor v1.9
    You can also use floats to get something to the same effect.

Maybe you are looking for

  • There any way to re-sign the app developed with Adobe DPS?

    Hi Everyone , I explain a problem that I have with DPS Single Edition ( it useful that is until May ) to see if anyone knows a solution. I have developed an app for a client , but the client wants to publish the app in Apple Developer with your name

  • How to Add a New Filter Value in BEx WAD to Display All Result

    Hi experts, I want to add a new filter value in BEx WAD to display all data records. The scenario is as follows: The status field can have two values: Active ("A) and Inactive ("I"). But the requirement is to have a third value to display all the dat

  • Issue in reversing the GR

    Hi All, I have a program which is used to reverse the GR for a particular purchase order. Before reversing it, Service Entry Sheet (SES) for that purchase order is released using function module "BAPI_ENTRYSHEET_RESET_RELEASE". After this i have perf

  • How do I work around FormsCentral discarding export values?

    I have successfully used a form in previous versions of Acrobat (up to 9 Pro) where calculated fields (calculations in Javascript) depend on export values from Choice fields. These have been distributed (free of charge) using Acrobat.com and response

  • Best practices for 2 x DNS servers with 2 x sites

    I am curious if someone can help me with best practices for my DNS servers.  Let me give my network layout first. I have 1 site with 2 x Windows 2012 Servers (1 GUI - 10.0.0.7, the other CORE - 10.0.0.8) the 2nd site connected via VPN has 2 x Windows