Unable to generate form CSTFVTLC.fmx even after Patch 8528194

Hell EBS Gurus,
We have recently upgraded from 11i to 12.1.3 EBS and adadmin is failing on gerating form CSTFVTLC.fmx. I have followed Note 130686.1 and applied Patch 8528194 and a manual compilation:
frmcmp userid=apps/apps module=CSTFVTLC.fmb output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
or
$ORACLE_HOME/bin/frmcmp_batch.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
or
$ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
all still get the same error:
FRM-91500: Unable to start/complete the build.
I manually edited $TNS_ADMIN/tnsnames.ora adding:
OFD1=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=ofindev03.macott.com)(PORT=1528))
(CONNECT_DATA=
(SERVICE_NAME=OFD1)
(INSTANCE_NAME=OFD1)
and then had a different error:
$ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
Errors:
Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 3, column 1
bad bind variable 'parameter.G_query_find'
Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 4, column 1
bad bind variable 'parameter.G_query_find'
Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
No compilation errors.
Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
Compilation error on ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block:
PL/SQL ERROR 905 at line 10, column 19
object APPS.CST_LAYER_ACTUAL_COST_DTLS_V is invalid
PL/SQL ERROR 0 at line 10, column 5
SQL Statement ignored
Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
PL/SQL ERROR 49 at line 1, column 4
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 4
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 10, column 10
bad bind variable 'parameter.g_query_find'
PL/SQL ERROR 49 at line 10, column 10
bad bind variable 'parameter.g_query_find'
Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
No compilation errors.
Compilation errors have occurred.
Form not created
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Has anyone encountered and resolved this problem?
thanks
Mathias

Hello Hussein,
I was focussing on an SR (3-6322036041) I opened on this but there has been no solution from that end.
When I executed
$ORACLE_HOME/bin/frmcmp_batch.sh
The complete error output is:
Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 3, column 1
bad bind variable 'parameter.G_query_find'
Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
No compilation errors.
Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 1
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 4, column 1
bad bind variable 'parameter.G_query_find'
Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
No compilation errors.
Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
No compilation errors.
Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
PL/SQL ERROR 49 at line 1, column 4
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 1, column 4
bad bind variable 'parameter.G_query_find'
PL/SQL ERROR 49 at line 10, column 10
bad bind variable 'parameter.g_query_find'
PL/SQL ERROR 49 at line 10, column 10
bad bind variable 'parameter.g_query_find'
Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
No compilation errors.
Compilation errors have occurred.
Form not created
With this form not being created, there is also a bunch of about 45 views and 4 packages that are invalid.
I will apreciate anyhelp on this form.
Thanks
Mathias
Edited by: user558643 on Nov 27, 2012 8:24 AM

Similar Messages

  • Unable to sync with MacBook Pro even after installing Po...

    Unable to sync with MacBook Pro even after installing PocketMac

    why don't you post the same thing again (since you posted it 3 times already)?
    perhaps whole you're at it you could post some useful information to get advice like Mac OS, Device, Device OS, other sync software installed...
    4.6.1.305 hybrid
    Mac Pro 2X2.8 Quad SL

  • Unable to generate form

    Hi Friends,
    I have created a form using Smartforms.  When I execute this form in Production server, I am getting the error messas as "Unable to generate form",  whereas it is working fine in Development and QA Servers.
    Could anyone tell me why I am getting this error message.
    TIA.
    Regards,
    Mark K

    Hi Mark,
    As per your post, Just check the case as others ahve said, If it is correct , just check whether you have activated your form.
    I am sure this will resolve your query.
    <b>Reward all the helpful answers.</b>
    Regards

  • 'Unable to generate forms Smartform name '

    Hi ,
    I am facing. In Dev & Test it is working fine but in Production it is giving me error: 'Unable to generate forms <Smartform name>'
    Please inform me how u solved ur issue. If I will solve ds issue i will inform u.
    Helpfull answere will be rewarded
    regards,
    Mehul.

    hi,
       plz make sure that code is completely transferred from development > quality>production.
    Also check for necessary tables and others which will be used by Smart form.
    Is it possible you to check the variables used in the smart form are properly populated in the print program or not.
    Plz make sure above mention issues, it may solve your problem.
    Reward if useful.
    pradeep

  • I am unable to wear my persona selection, even after retarting firefox

    I am unable to install any personas, even after restarting firefox. When I click "wear this persona" nothing happens.

    Error 3 or 1669
    Is your phone jailbroken?
    Check for hardware issues
    Related errors: 1, 3, 10, 11, 12, 13, 14, 16, 20, 21, 23, 26, 27, 28, 29, 34, 35, 36, 37, 40, 1000, 1002, 1004, 1011, 1012, 1014, 1667, or 1669.
    These errors mean that your device or computer may have a hardware issue that's preventing the update or restore from completing.
    Check that your security software and settings aren't preventing your device from communicating with the Apple update server.
    Then try to restore your iOS device two more times while connected with a cable, computer, and network you know are good.
    Confirm that your security software and settings are allowing communication between your device and update servers.
    If you still see the error message when you update or restore, contact Apple support.
    Check for outdated or modified software
    Related errors: 1015, “The required resource can't be found.”You might see these error messages if any of these are true:
    Your device has a beta version of iOS.
    You're trying to install an earlier version of iOS (downgrading).
    Your device has unauthorized modifications to iOS, also called "jailbreaking."
    Use recovery mode to restore your device to the latest version of iOS.

  • Unable to print on hp 1320 even after installing upd

    I am unable to print (even test pages) to my printer. I've tried installing the upd and after days of working on it, was finally able to print. But I'm finding that it won't print again today.
    I also notice that there are 2 printers installed. One is called HP Universal Printing PCL5 and the other is hp Laserjet 1320 series UPD PCL5. I'm not sure which of the two printers I should focus on. I was able to get the latter to print but now am unable to get either to print. It is connected to a netgear router.
    This question was solved.
    View Solution.

        Hi,
             Please follow the steps in the link below to solve the issue :
    http://h20566.www2.hp.com/hpsc/doc/public/display?sp4ts.oid=410622&docId=emr_na-c00026681&docLocale=...
    I work for HP but my posts and replies are my own.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Unable to generate form 16:

    We are using transaction pc00_m40_f16 to generate form16.
    Payroll area =67
    Comapny Code =1000
    This displays a list of employee's records.. After I select one of them, and use output device of type (PDF1).. (output immediately).
    However, this does not generate a spool request. In Print Errors, I can see, Last payroll run is off cycle in period 20110401 - 20120331 for Employee No. 80000017
    Can someone please help ? Do we need to have Adobe Document Services instance for this ?

    Hi,
    Please request your basis team to have adobe life cycle designer and adobe document service on your system.
    Also, request them to check your printer setting for same.
    Thanks,
    Ameet

  • As of this morning (5/19) I am unable to open a new tab, even after restarting my laptop. I have had firefox 3.6.13. I was planning on updating, but I am not sure if that will fix the problem, any suggestions?

    I initially thought that my laptop froze up, but this was not the case. I do not want to have to uninstall, I am in school and have a lot of bookmarks that are vital to my learning, to lose those would be detrimental to my education. Can anyone help with this malfunction?

    Please update Firefox to 3.6.17 a.s.a.p. the reason being that there was a security breach at Comodo which is an SSL certificate provider recently whereby a number of fraudulent certificates were inadvertently issued. These allow a hacker to impersonate any site including online banking and the Firefox version you're running at the moment will not warn you that the site is a fake. The fraudulent certificates were blacklisted in v3.6.17 and beyond.
    See also: http://blogs.comodo.com/it-security/data-security/the-recent-ra-compromise/

  • Developer 6 Server problem even after patch

    I am having trouble getting Developer Server 6.0 to run through a web browser. I understand that Internet Explorer 5.0 is supported without the need of Jinitiator, but I get a "java.lang/MpC;assDefFoundError: sun/applet/AppletViewer". I have applied patchset 5a and the problem persists. I am successful in bringing up a form with the appletviewer supplied by Oracle.
    The platform is Windows NT server with Service Pack 6, using IIS as the web server. The database engine resides on another server (unix).
    Any suggestions?

    You state that you are using IIS as your Web Server and have SP 6?
    Are you using IIS as the HTTP Server with Oracle Application Server? If so, which version as according to the documentation OAS 4.0.7 is only supported with SP 3 (it is not supported with SP 4 or 5). If you have SP 5, only OAS 4.0.8 is certified to work.
    If you have SP 6 installed, and you're having problems, my experience with Oracle software is that there's probably some incompatibility.
    If you're not using OAS at all, it's my understanding that it wont work. I think you NEED to have OAS so as to configure a Cartridge to talk to the Forms Server Runtime? This may not be the case, but it seems so according to the set-up documentation.
    Regards
    Gene

  • Unable to genrate form

    Hi Experts,
    I have made a smartform which is workin in development in a proper way..but wen i am transfering it to quality server..it is showing an error there 'unable to generate form'.and in smartform it is showing error as Internal error (RC = 1, FORM = SFP_DESIGN_START, NR = 2)..can u plz solve ma problem..
    regards,
    raman

    Hi Raman
    while transporting from DEV server to QAS server make sure all object should transport properly(style). Check logo in QUALITY server, it seems to be that problem.
    Check No units are entered in the form for the window measurements of a window or the unit of a window measurement is deleted while the Form Painter is activated.
    The case where no units are entered for the window measurements was not caught in the program.
    You must check your window settings including layout again carefully.
    Basically this kind of error arises due to overlaping of windows on pages.
    First check all the windows are placed correct.
    you please check all the windows are placed in the pages correctly.
    Try this.
    This will solve your problem
    Hareesh Menon

  • Still have rootfs entry after patching /etc/rc.sysinit [solved]

    I'm still experiencing a rootfs entry + normal root partition in a df -h even after patching my /etc/rc.sysinit as described in this thread.  Are others?  FYI - I believe that the initscripts package in the repo now contains the patched rc.sysinit so everyone should have the patched version referred to in the post I referenced.  Is this double entry normal behavior now or am I missing something?
    $ df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 20G 4.7G 14G 26% /
    udev 10M 140K 9.9M 2% /dev
    /dev/sda1 20G 4.7G 14G 26% /
    shm 251M 12M 239M 5% /dev/shm
    /dev/sda2 61M 29M 30M 50% /boot
    /dev/sda4 439G 290G 126G 70% /media/data
    Last edited by graysky (2010-07-06 09:21:35)

    same problem here, just noticed after reading your topic (I usually just check conky)
    rootfs 7.6G 1.8G 5.5G 25% /
    udev 10M 76K 10M 1% /dev
    /dev/disk/by-uuid/7b36eb03-eb90-4b04-95e2-5009d17daa8f
    7.6G 1.8G 5.5G 25% /
    Last edited by thestinger (2010-07-06 07:04:38)

  • I am unable to install extensions, they show up with "will be installed after you restart Firefox" even after I restart.

    Hi,
    I am unable to install extensions, they show up with "will be installed after you restart Firefox" even after I restart.
    The "Staged" folder is present and remains after a restart, but the extensions do not get installed. They show in the extensions page with the "will be installed after you restart Firefox" message and remain like this no matter how many times I restart.
    Any Idea's?
    Running Firefox 24.0 on Windows 8.1
    Many Thanks,
    BD
    P.S. Just tried to install the "troubleshooter" add-on before posting the question and I got an error saying it cannot install because it cannot modify the needed file. (I did it manually instead)

    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the extensions.* files (e.g. extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled or not compatible extensions in "Firefox/Tools > Add-ons > Extensions" then click the Tools button at the left end side of the Search Bar to check if there is a compatibility update available.
    If this hasn't helped then also delete the addons.sqlite file.

  • URGENT: Form Import FAILED with  Unable to generate UI form: ORA-0650

    I am importing application components from one installation of portal 3.0.9.8 to another installation. Both installed versions of POrtal are the same.
    The application name is PROFILE_APP. I have created this same app with same specifications as in source, in the target portal instance.
    To import, I am using the SQL scripts generated through portal using the "Export" feature available for each component.
    I could successfully import LOV into this app from source to target by running the above generated SQL. When i run the SQL for the form component in the target - i get the following error :
    ...Importing component: ID = 5861481106 Name = WST_USER_PROFILE_V_FRM Owner = WST_PROFILE_PORTAL30_APP Type = FOT
    *** ERROR ***
    wwa_generate_module.transfer_fot_metadata: Unable to generate UI form: ORA-06502: PL/SQL: numeric or value error
    The form worked successfully in the source instance.
    Any help is greatly appreciated.
    Thank you,
    Tanushree.

    Form CustomForm_791b1adc_97fd_4de1_a077_646a418fe59b extends form Microsoft.EnterpriseManagement.ServiceManager.ChangeManagement.Forms.ChangeRequestForm, which already has another extension (CustomForm_3e2fd77f_cfed_40f9_9def_c6735078bf2a).
    you already have a form customization that extends the change request form, and this MP is also importing a different customization to the same form. each form can only have one customization. 

  • When I went to update my iPod touch on iTunes, it said unable to update then the iPod shutdown and no longer showed connected in iTunes.  I have tried holding down both buttons for up to 3 mins with no luck turning it on, even after a full charge.  Help?

    When I went to update my iPod touch on iTunes, it said unable to update then the iPod shutdown and no longer showed connected in iTunes.  I have tried holding down both buttons for up to 3 mins with no luck turning it on, even after a full charge.  Help?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • I am unable to edit information I have typed into a spacebar, this includes backspace, and when I highlight it, even after reloading the page

    I recently upgraded to Firefox 4 on my 3 yr old Macbook, though I am unsure if this is in fact connected. Now I am often unable to edit information I have typed into a search bar or text box (such as this one) even after reloading that page or pressing first the back, then the forward buttons. Has anyone else run into this, and does anyone know what is going on?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    Create a new profile as a test to check if your current profile is causing the problems.<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

Maybe you are looking for

  • I forgot my passcode on my I pad what should I do

    I forgot my passcode and i have tried many times but I was putting the wrong passcode when ever i try it says I am wrong now I am locked out of my I pad it says "disabled connect to iTunes" please show me step by step what to do. Thank You

  • Does anybody have a workable exemple of JavaScript to open windows

    Hello I have been trying to use Javascript to open a window with no toolbar and resizeable with no success. Does any you have an exemple that has worked for this. I tried the following code: MM_openBrWindow(' http://www.mrperezonlinemathtutor.com/GEO

  • Converting PSE RGB to CMYK?

    Can I take the RGB output files from my Mac PSE8 and put them into PS on a friend's Windows PC and convert them to CMYK files for printing?

  • Making an interactive picture scroll with reflective floor

    hEY EVERYONE.  i WAS WONDERING HOW TO MAKE AN INTERACTIVE PICTURE VIEWER IN fLASH LIKE WHAT APPLE HAS IN LEOPARD AND SNOW LEOPARD.  FOR EXAMPLE, WHEN THE PICTURE IS IN FRONT OF YOU AND YOU CAN SEE OTHER PICTURES BESIDE IT BUT THEY ARE FURTHER AWAY AN

  • Problem installing OSX 10.4 from Firewire DVD drive

    Hi, I'd be very grateful if anyone can help... I've been trying to install OSX 10.4 from DVD loaded in an external Firewire Lacie DVD drive and haven't been successful yet. I have tried instructing startup from the DVD in System Preferences, holding