Where are attachments stored in oracle apps

In Oracle Apps, there is a facility to attach some documents, images etc to person record. The details of these attachments are stored in fnd_attached_documents. But where is the actual document stored in Unix Box?
Thanks,
Sushma

Hi user;
Please check :
http://oracleappstechnology.blogspot.com/2008/02/fndattacheddocuments.html
As you can see in upper links FND_ATTACHED_DOCUMENTS is one of the largest tables in terms of number of rows. It contains reference of all attachments from all the iModules like iRecruitment, iSupplier, iSourcing etc. Here's the structure of the table
Its mean the information keep in table,its mean it keep in data_top on unix/linux site
Also check:
Where are Employee Documents of Record Stored? [ID 552806.1]
Regard
Helios

Similar Messages

  • Where are attachments stored on a PC?

    On my Mac, when I get an email with a image embedded in the email, I can go my Home > Library > Mail Downloads folder and get it there. Do my friends on a PC have some similar folder? I often get complaints "I can't save your jpg because it is embedded" when I forget to zip the file first. So annoying, especially if it hours later and I am not at my computer. I would love to tell them, "go look in the _____ folder."
    thanks for any help you can offer

    It is specific to the mail program being used, and beyond the scope of this forum.

  • I saturated all the available iPad (3rd. generation) screen space (home screens or desktop space) with apps, and the apps that got bumped out of the last screen, mysteriously disappeared? Where are those missing quick lauch app icons?

    Running my 3rd generation iPad on iOS 7.0.4, I saturated all the available iPad screen space (which would be the 15 home screens or desktop worth of space) with apps, and the apps that got bumped out of the last screen space mysteriously disappeared. Where are those missing quick lauch app icons now? The apps are still installed and can be searched/accessed through the finder, but they no longer have a user friendly access. How can I solve this problem?

    Christopher Doryan wrote:
    Hi Hexonxonx, thanks for trying to help, but next time please read the entire discussion, in oder to better comprehend what is being asked. The reason being is that your answer added nothing to what had already been mentioned.
    Like I said, I was aware it was possible to access the apps through the finder, but the question revolved around how to recover the quick launch app icons for certain vanished apps.
    Wow, kind of a snotty response to someone who was taking their own time to offer help.  Whether you thought it was helpful or not, didn't deserve such an unkind retort.  Maybe when you realize we all just users here trying to help others like you, who have issues and we don't get anything in return for the countless hours some people here spend offering that assistance, you'll maybe be a little less quick to be critical.
    Just sayin.......
    Oh and Meg offered the right answer.  Put your Apps in Folders, which will create extra space for the apps which have disappeared.

  • SQL Developer 1.5 where are connections stored?

    SQL Developer 1.5 where are connections stored?

    The connections are in
    C:\Documents and Settings\Application Data\SQL Developer/system1.5.0.53.38/o.jdeveloper.db.connection.11.1.1.0.22.49.35/connections.xml
    If you want to back them up, you can just right-click export from the tree.
    -kris

  • HT4623 where are all of my free apps?  I went to download all apps and it was there yesterday but said my password was incorrect.  now I fixed my password (i think) but the download all apps is not there.

    where are all of my free apps?  I went to download all apps and it was there yesterday but said my password was incorrect.  now I fixed my password (i think) but the download all apps is not there.

    this didn't help.   It says all app are up to date and I did not download any.  Suppose to get the following free plus others:
    iphoto, imovie, garageband, pages, numbers and keynote.  where do i get these free?

  • Where are passwords stored on my hard drive, can I access them, alter them

    Where are passwords stored on my hard drive/ folder, can I access them and alter them. Can I add passwords to that file/ folder.

    Using the Saved Password Editor may be overkill for most users. The quickest way to manipulate saved passwords in Firefox is on the menu bar go to:
    Tools -> Options -> Security -> Saved Passwords -> Show Passwords

  • Where are Applets stored in WinNT/IE5.5

    Hi Folks,
    A client is receiving an error saying (not exact)
    Java.Lang error cannot find ...class
    In Winnt\Downloaded Program Files, Java 1.3.1 is saying it is damaged.
    I have reinstalled IE 5.5 but the error remains.
    How can I reinstall Java, and/or the Applet.
    Where are Applets stored in WinNT/IE5.5?
    Thanks in Advance.
    Steve

    Before you reinstall your JRE/JVM have you tried it in other browsers such as Mozilla, Netscape Navigator, Opera, or others? IExp has taken a giant leap BACKWARDS (IMO) in that it doesn't ship the latest JVM, so it's probably just a browser issue. If its your own applet that you are trying to load, if it works in the appletviewer then there's nothing wrong with your JVM.

  • User Decision with Note - Where are comments stored?

    We are interested in using the "UserDecisionNote" property in our XML file for a User Decision workitem.  (This allows a comments text box when a user clicks accept/reject for example)
    How and where are these commens stored?  As an attachment?
    Thanks,
    Matt

    Sorry, I should have stated what our goals were.  We currently capture comments with an activity step right after a user decision step.  This happens as an immediate popup/dialog because of synchronous dialog chains in SBWP.  We may then put the comments in a subsequent email step, subsequent workitem text, or custom table. 
    You cannot do synchronous dialog in Universal Worklist.  So, we were investigating UserDecisionWithNote property of XML file for task.  However, it appears the comments are stored as an attachment and not passed as text back to Task/WF (which I'm hoping someone on this forum can confirm).  If they cannot be passed back as text and are indeed stored as an attachment, then in theory we need a way to get the comments out of the attachment.   I'm not aware if anything allows us to parse attachments, etc.
    Matt

  • Where are iBooks stored on the new Mavericks OS?

    I was trying to find where Apple is storing the iBooks on Mavericks.  I knew where it was before Mavericks.  I download a lot of books and pdfs from the Internet that I manually add to iBooks and I would like to know where they are being stored.  I am trying to get my wife's mac with the same books and mine.  Right now it is missing a few.  It would be easier to just find where they are stored and copy them than for me to go to all ot these websites and redownload everything.

    Creating an OS X-style "alias" is not enough. I haven't tried the following solution (and I won't do it myself as my HDD is big enough, sorry), but the correct way to do this kind of jobs on OS X is to create a "symlink", or "symbolic link", which is a UNIX-style alias (read more about it on Wikipedia if you'd like to). To put it short, you type/paste the following commands into Terminal.app, one at a time (you will be making changes to your system files and you will be prompted for your admin password, which is pretty dangerous if you don't understand the mechanisms—remember to quit iBooks.app first, make backups, and be prepared for any damages):
    sudo mv "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks" "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS FOLDER";
    sudo ln -s "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS" "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    You should change "EXTERNAL DRIVE" to the name of your drive, and replace "PATH TO IBOOKS" with the path you want to store iBooks documents on your external drive. For instance, replacing "PATH TO IBOOKS" with "iBooks" simply creates a directory named "iBooks" under the root directory of your external drive with the iBooks data. Note that after doing this you won't be able to properly use iBooks without connecting the external drive.
    This might or might not work, but I hope this helps.
    (If this doesn't work, recover to the original state by quitting iBooks.app first, and type/paste the following into Terminal (you might again be prompted for your admin password):
    sudo rm -rf "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    sudo mv "/Volumes/EXTERNAL DRIVE/PATH TO IBOOKS FOLDER" "~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks";
    This will most likely recover your original working state of iBooks.)

  • When I back up my musical files where are they stored?

    I got a nano a couple of years ago and put all my albums on it (synced through i-tunes). I hadn't used my nano for a few months and when I went back to it my library seemed to have been replaced.......is it possible that my teenage son overwrote the nano?. Where are my files actually backed up - would it be on the laptop I used during the backup process (even though I was signed on to I-tunes at the time) or are they in fact backed up remotely through the I-tunes site.
    It is all so confusing - and frustrating.
    I searched for my song library on my Click-free back up device but it does not seem to have stored the songs.....just stored the link to I-tunes.
    Could somebody direct me on how to solve my problem.
    cheers

    Your music should be in your iTunes library on your computer, and can be synced back to your nano as you did originally.  Have you opened iTunes and clicked on Music to see if your music is still there?

  • HT201077 I am a new iphone 5 user and set it up to use icloud to store pictures, etc. I set up my home computer afterwards, but only some pictures are on the icloud. How do I view the rest of my pictures on my  home computer? Where are they stored?

    Only some of my pictures are on iCloud that are currently stored on my phone. Where are the others? Why aren't all the pictures from my iPhone showing in the iCloud? I can't find the pictures I saved from my ipodtouch, either....

    Only some of my pictures are on iCloud that are currently stored on my phone. Where are the others? Why aren't all the pictures from my iPhone showing in the iCloud? I can't find the pictures I saved from my ipodtouch, either....

  • Where are files for my Oracle 10g DB kept?

    Hi, I want to set up a connection from Visual Basic Express Edition 2008 to my Oracle DB.
    Where are the Oracle DB files kept?
    Also, will the connection work? I have the Oracle XE ODBC driver...

    807829 wrote:
    Trying to connect on Visual Basic 2008 Express Edition through the "Add New Data Source" wizard.
    To start a new connection, you have to browse with explorer for a database "file". A typical one you're looking for would be an .mdf file. Thought it was a bit weird but that's how it works with this IDE. There doesn't seem to be a way to connect to a server, then open a database.
    Sorry for the dumb question.You might find this helpful:
    http://social.msdn.microsoft.com/Forums/en/vbide/thread/5d851101-eac7-43d8-9ee7-adba4ae5e306
    http://www.visualstudiodev.com/visual-basic-express-edition/visual-basic-20052008-express-editions-with-oracle-database-10g-express-edition-43659.shtml

  • Where are services stored in Tiger?

    When I drag down an application's menu, particularly Finder, I see a list of 31 services (in some applications some services are greyed out). Many are for third party applications I rarely use.  I have looked in:
    ~/Library/Services --does not exist
    /System/Library/Services --has a couple of Apple system services but there's a lot more such as Script Editor which are not there.
    /Library/Services --contains a single third party service
    Where were services stored in Tiger OS and how do I remove ones I am not likely to use such as ClamXAV?  I poked around the insides of an application package or two and didn't see them listed there (at least not obviously).

    I still don't know where they are stored, some web site had mention of launchd. but I did find this:
    ServicesScrubber - http://manytricks.com/servicescrubber/ - manage Finder Services in pre-OSX10.6 (free)
    I kind of suspect services are hidden in the applications themselves, probably under some cryptic identifier. I have a few instances of multiple copies of an application on my computer and I noticed when using ServiceScrubber (SS) it sometimes flagged multiple occurrences of a service. In addition when I ran SS it took a bit of time to scan for services which makes me suspect it was doing a general drive scan of my multiple drives (some extra application copies are on different drives) rather than taking a look at just one or two targeted Services folders.
    It seems Apple made services a lot more up-front and manageable post Leopard (kind of a very strange thing for Apple to do given its post-Tiger trend towards its current mother-knows-best attitude).  There was mention of a "Services Manager" utility that I saw mentioned on a site dating from 2003 which suggested it was a very early utility but I could only find solid mention of it in a Mountain Lion or something version.  It seems it wasn't a very well advertised utility (kind of like all the goodies tucked away in Core Services folder) and was maybe something you had to download specially, and has now vanished for good into the dark pits of edgesuite.

  • Where are versions stored in Bridge\Adobe Drive?

    We are currently working with CQ5 \ Bridge 5 \ Drive 3. Lets say I have video file inside CQ and I want to change the version with Bridge. The new video file is a lot smaller, say 30megs less. I copy the new old file over using Bridge and add it as a version. I can now revert back to the old version if I want to or just use the new one. The question is where is the larger file stored? I don't see it in the DAM any more, only see the new smaller file however. If I check the actual file inside the var\dam in CQ I can see variations but I don't know if these are the actual files.
    What I'm getting at is that if I need to replace say 400 larger video files with smaller ones are the large ones still stored some place on the CQ server and would I manual have to delete them? I just need to know where those extra files are stored.
    Thanks!

    Thanks for the help. I was unable to find the "show package content" option inside the windows version of Bridge. For whatever reason it only seems to be a Mac option.
    Omke Oudeman wrote:
    The only file there is the newer version. So, that all comes back to my original quesiton what happens to the original file? Where is it stored. Is it cached some place on the CQ server and I need to delete the original from the versions?
    I'm afraid I don't have an answer for that. Don't know how CQ works but in general creating a new and smaller version should leave the original untouched.
    But I come to think of it as same behavior as in Lightroom, Aperture or iPhoto that uses a library structure.
    Don't know if you are on Mac or Windows. But on a Mac you can select this library file that itself shows only the icon (mostly in default picture or movie folder). But if used with large amount of files it can grow to quit a size. Using right mouse click gives the option to show package content and that reveals several folders with amongst them an original or master folder that contains the originals. (if you find them don't move them to other locations but copy, otherwise you can loose the functionality in CQ
    Hope this helps you on the right track.

  • Why don't I see shapes (created with my iPhone 5s) in creative cloud (for iOS) and used space in CC is 0 MB? Where are they stored?

    I installed Adobe Shape on my iPhone (iOS 8) and don't see, where the shapes are saved.
    In CC app for iOS there are no files (and used space in CC is 0 Mb). And I don't see my shapes in your other your apps (for iOS: Ideas, Photoshop Mix).
    How can I export shapes to any files storages?

    The CC app for iOS does not currently show assets in CC Libraries.  The app only shows assets in folders.  Check out this thread for details on how to get your shapes.
    How do I use shapes I create in Adobe Shape?

Maybe you are looking for

  • How to determine the real (effective) Service Level ov a material?

    Hello Experts, I have Service Levels of for example 92% or 98% for a material set up in the material master data ( MARC-LGRAD ). This shall mean in reality, that I can deliver in 92% or 98% of the cases the needed goods in the right quantity. Only in

  • Java Issues

    "The page "PopCap Games - Bookworm" attempted to load Java content, but Java is unavailable or not installed." I have been getting this alot when I click on something. I was trying to get my settings right for NASCAR.com and I am not sure what settin

  • Oracle 11g xe Failed to create the required folder

    Hi all... I had installed RHEL 4.. Actually i am installing oracle 11g XE in linux.. but i got an error message and displayed that below [root@localhost Disk1]# rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm Preparing... ###################################

  • Correspondance can't be printed

    in fb03 menu, I go to environment/correspondance, it shows the correspondance type Z001, after I click continue, it says the official receipt was requested, but when I go to SP01, there is no spool generated, how to print this official receipt( corre

  • Change output device in smartform when using gui_diwnload

    can any one please tell me how to change the output device for gui_download into pdf for a smartform. (i want the setting to be done in my report -driver program ,   not in sap application tool bar settings) kindly please suggest me, thanks in advanc