What does APP.FND-01238 error mean in oracle apps 11i?

In Oracle Apps 11i after opening person detail screen, It says cannot set value for field PADDV.CREATED_BY and gives APP.FND-01238 error.
Can anybody help me with that?

Please see these docs.
APP-FND-01238:Extra Information Flexfield Error on People form [ID 368874.1]
Cannot Query Element Link Using People Group Field, Getting Error: 'APP-FND-01238 CANNOT SET VALUE FOR FIELD LINK.PEOPLE_GROUP_ID ERROR ON QUERY', How Can This be Accomplished? [ID 967058.1]
Translation Issues In Form PERWSDOR [ID 1103968.1]
Thanks,
Hussein

Similar Messages

  • TS1717 What does mzcommerce.credit balance mean? I can`t buy anything on the app store because I get this message?   Read more: What does mzcommerce.credit balance error mean on itouch? - Getting this message while trying to download apps all of the sudde

    What does mzcommerce.credit balance mean? I can`t buy anything on the app store because I get this message?
    Read more: What does mzcommerce.credit balance error mean on itouch? - Getting this message while trying to download apps all of the sudden :

    i just received the same error.. checked everything in my account and cant find anything wrong.. i have also been getting some weird imap.gmail server not found i looked through all the boards and nothing is working.. i just recently upgraded to ios 5 and thats when the issues started

  • HT1338 What does a medium write error mean, when trying to burn a cd?

    What does a medium write error mean, when trying to burn a cd?

    nwalls wrote:
    What does a medium write error mean, when trying to burn a cd?
    It's an error message returned by the burner. You can see the full list of these error messages here
    <http://en.wikipedia.org/wiki/Key_Code_Qualifier>
    It's not specific enough to pinpoint what caused it—it could be anything from a bad optical medium (CD-R) to a dusty or dying laser diode. You have to isolate the problem—use a different CD-R brand, try a different speed, use a different burn engine (eg, Burn), etc. If it occurs once or twice, randomly, it's more likely to be a bad disc. If it occurs consistently, and at the same stage of the burn process, it's more likely to be a drive or software issue.

  • What does 500 internal server error mean and how do i fix it???

    When I try and update my Producteev app it keeps telling me that I have a 500 internal server error! What does that mean and how do I fix it! I recently had to have my logic board replaced and my mac is only 3.5months old! I thought this thing wasn't suppose to be giving me problems like this!!! Please help!!!

    500 errors in the HTTP cycle
    Any client (e.g. your Web browser or our CheckUpDown robot) goes through the following cycle when it communicates with the Web server:
    Obtain an IP address from the IP name of the site (the site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    Open an IP socket connection to that IP address.
    Write an HTTP data stream through that socket.
    Receive an HTTP data stream back from the Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.
    This error occurs in the final step above when the client receives an HTTP status code that it recognises as '500'. Frank Vipond. September 2010.
    Fixing 500 errors - general
    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error.
    Fixing 500 errors - CheckUpDown
    Please contact us (email preferred) whenever you encounter 500 errors on your CheckUpDown account. We then have to liaise with your ISP and the vendor of the Web server software so they can trace the exact reason for the error. Correcting the error may require recoding program logic for the Web server software, which could take some time.
    http://www.checkupdown.com/status/E500.html

  • What does firefox.exe-application error mean? Firefox wont even open it just says this, and then click okay to terminate the problem.

    When I go to open up Firefox, it does not open no matter what I try It just pops up this box that says Firefox.exe - application error.
    Then it says the Instruction at "0x798377a9" referenced memory at "0x798377a9". The memory could not be "written".
    Click on OK to termintate the program
    What does this mean? And why cant I use Firefox. I can still use internet explorer just fine.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • What does the (-7) Download Error mean?

    Trying to install Adobe Scout on a Windows 7 64-bit machine via the free Gaming SDK CC account. When attempting to download it errors out with a (-7). Although I can contact customer support, in the meantime I was wondering what (-7) means since a search of:
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-creative-cloud-installation-download .html
    Google
    Doesn't seem to pull up anything specific about it.
    Thanks!

    Hi Jeff,
    I'm helping a client of mine. He's on a managed corporate network. As far as I know he's on Windows 7 64-bit. That being said:
    1. Do you have a link to information on how to upgrade the Creative Cloud application? (FYI, he's starting from scratch via Adobe Scout CC and the free Gaming SDK so I would assume that an upgrade would be unnecessary)
    2. If you are on a managed network, what are the limitations? For instance which ports need to be opened in the firewall for the Creative Cloud application manager to work? What are the other issues that can be encountered?
    3. If it is an issue due to being a managed corporate network, what is the alternative install process for Adobe Scout CC?
    Thanks!

  • What does this open directory error mean?

    I am seeing this error in my opendirectory log file and was wondering what it means since I don't use a network to get user information. I am the only one using this mac so I am curious about this and how do I fix it?
    Module: SystemCache - Misconfiguration detected - Failed to insert key '<T>CN=Apple Root CA,OU=Apple Certification Authority,O=Apple Inc.,C=US<S>CN=com.apple.idms.appleid.prd.{really long number here}' for entry '0x7fd18ba00e60' into hash 'X.509DN' as 'non-authoritative'.
    I know that the number that was listed was the certificate number for my gmail account. I have not had any trouble getting my emails or anything.
    Thanks

    The message you quote is part of the "template walkback" in the compiler message. A program might create many instances of a template, including creating them indirectly as part of creating an instance of some other template. An error or warning message about a template is hard to understand unless you know how it came about. So when a compiler emits a warning or error message related to a template instance, it follows the message with "Where" messages showing the sequence of template instances that led to the error. The "Where" line by itself doesn't tell you anything. You need to relate it to the warning or error message that comes before.
    The C++ User's Guide that comes with the compiler has chapters on templates that explains this topic in more detail. Assuming the compiler is installed in /opt/SUNWspro, point your web browser to file:/opt/SUNWspro/docs/index.html and look for the link to the C++ User's Guide.

  • What does "Exif Time Stamp Error" mean?

    Hi there,
    could anyone be so kind and explain to me the meaning / impact of the "Exif Time Stamp Error" that was introduced in the 1.4 update for lightroom?
    I imported about 200 pics yesterday and converted let them be converted to the DNG format automatically.
    Actually I did not see any errors or strange behaviours. Will this change when working with these pics? Do I have to take some kind of countermeasure?
    Kind regards,
    J. Toennissen
    MacBook, Mac OSX 10.4 (Tiger), Lightroom 1.4

    Dear Franz,
    thank you for your post but I already read through this text and after I did not get the point (maybe because of my by far not perfect English) I did search the forums. But I did not find any furher explanation.
    There I wrote this post.
    So, as a special rule, sometimes people do use the search and really need help. ;-)
    Jan

  • What does apple application support error mean???

    I've tried uninstalling itunes and all apple products, tried windows update, tried extracting the files with winRAR, nothing works!

    You can try installing 7-Zip (free), then right-click on the iTunesSetup.exe or iTunesSetup64.exe file to unpack its contents, and install AppleApplicationSupport.msi as a standalone component. It may still not install successfully, but if it doesn't you may get a more useful error message regarding the reason why.
    See also Troubleshooting issues with iTunes for Windows updates.
    tt2

  • What does "ajax submit failed: error = 403, forbidden" mean when trying to sign up for eprint?

    what does "ajax submit failed: error = 403, forbidden" mean when trying to sign up for eprint?

    Hi,
    Please use different browser such as Firefox or Chrome and try again.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • What does the coloured whirly thingy mean when my desktop is soo slow?

    What does the coloured whirly thingy mean when my desktop is soo slow?

    It would help us to help you if we could have some more technical info about your iMac.
    If you so choose, please download, install and run Etrecheck.
    Etrecheck was developed as a simple Mac diagnostic and reporting tool by a regular Apple Support forum user and technical support contributor named Etresoft.
    Etrecheck is a small, unobstrusive app that compiles a static snapshot of your entire Mac hardware system and installed software.
    This is a free app that has been honestly created to provided help in diagnosing issues with Macs running the new OS X 10.9 Mavericks.
    It is not malware and can be safely downloaded and installed onto your Mac.
    http://www.etresoft.com/etrecheck
    Copy/paste and post its report here in another reply thread so that we have a complete profile of your Mac's hardware and installed software so we can all help with your Mac performance issues.
    Thank You.

  • What does "add to home screen" mean?

    What does add to home screen mean?

    I'm going to assume you're in Safari?  If yes, you can in essence create a shortcut app like icon on your screen, which will let you go to that site instantly.

  • On opening some pdfs in new tab, get a box labeled Adobe Acrobat with a ? in it. Right click on the link gets the pdf. What does the box and ? mean. Running W7, FF 10.0.2, Adobe Standard 9. Thanks

    On opening some pdfs in new tab, get a box labeled Adobe Acrobat with a ? in it. Go back to the original link, right click on the link gets the pdf. What does the box and ? mean and why do I get it when trying to open some pdfs? Running W7, FF 10.0.2, Adobe Standard 9. Thanks.

    Assuming that you are using IE10 / IE11 on Windows: http://support.microsoft.com/kb/2716529

  • APP-FND-01516 error

    hi can anybody help me how to resolve this problem........

    Hi,
    When U get this error APP-FND-01516 error, at the time of deplying or installation or etc...?.
    Let me know,
    Regards,
    Hamdy

  • What does the arrow looking symbol mean next to the battery top right?

    What does the arrow looking symbol mean next to the battery at the top right of my iphone mean?

    Covered in the manual:
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

Maybe you are looking for