AkAttachUploadPageCO

I am trying to modify the conroller AkAttachUploadPageCO in iprocurement attachments page , but when i decompile the class file to java and try to compile it it gives me error mainly because of code like below created by java decompiler ..
How to get the correct java code code in these situations ..
class file location : oracle.apps.ak.attach.webui
Class aclass[] = {
AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

thesre are the list of few errors , the problem is i havent made any change here its only decompiled code tried to compile again
AkAttachUploadPageCO.java:109: isUpdateAttachmentAllowed(java.util.Hashtable[]) in oracle.apps.fnd.framework.webui.OAAttachmentUtils cannot be applied to (java.io.Serializable)
if("EDIT".equals(s5) && !OAAttachmentUtils.isUpdateAttachmentAllowed(serializable))
^
AkAttachUploadPageCO.java:111: isAddButtonEnabled(java.util.Hashtable[]) in oracle.apps.fnd.framework.webui.OAAttachmentUtils cannot be applied to (java.io.Serializable)
if("CREATE".equals(s5) && !OAAttachmentUtils.isAddButtonEnabled(serializable))
^
AkAttachUploadPageCO.java:114: getUniqueKey(oracle.apps.fnd.framework.webui.OAPageContext,java.util.Hashtable[],java.lang.String) in oracle.apps.fnd.framework.webui.OAAttachmentUtils cannot be applied to (oracle.apps.fnd.framework.webui.OAPageContext,java.io.Serializable,java.lang.String)
s9 = OAAttachmentUtils.getUniqueKey(oapagecontext, serializable, s);
^
AkAttachUploadPageCO.java:118: initMDSAttachmentVOs(oracle.apps.fnd.framework.webui.OAPageContext,oracle.apps.fnd.framework.OAApplicationModule,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Hashtable[]) in oracle.apps.ak.attach.webui.AkAttachHolderCO cannot be applied to (oracle.apps.fnd.framework.webui.OAPageContext,oracle.apps.fnd.framework.OAApplicationModule,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.io.Serializable)
initMDSAttachmentVOs(oapagecontext, oaapplicationmodule, flag, s12, s8, s3, s, serializable);
^
AkAttachUploadPageCO.java:162: getText(oracle.apps.fnd.framework.webui.OAPageContext) in oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean cannot be applied to ()
oapagecontext.writeDiagnostics(this,"AkAttachUploadPageCO PRocess Req oamessagechoicebean:"+ oamessagechoicebean.getText(),1);
^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol : variable array
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                        ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable array
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                               ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : method _mthclass$ (java.lang.String)
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
perchance you meant '_mthclass.'
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                             ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable array
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                      ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                   ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                      ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : method _mthclass$ (java.lang.String)
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
perchance you meant '_mthclass.'
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                                                                   ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : method _mthclass$ (java.lang.String)
location: class oracle.apps.ak.attach.webui.AkAttachHolderCO
perchance you meant '_mthclass.'
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^
AkAttachUploadPageCO.java:320: cannot resolve symbol
symbol  : variable java
location: class java.lang.Class
                        AkAttachHolderCO.array.Ljava.util.Hashtable == null ? (AkAttachHolderCO.array.Ljava.util.Hashtable = AkAttachHolderCO._mthclass$("[Ljava.util.Hashtable;")) : AkAttachHolderCO.array.Ljava.util.Hashtable, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String, AkAttachHolderCO.class.java.lang.String == null ? (AkAttachHolderCO.class.java.lang.String = AkAttachHolderCO._mthclass$("java.lang.String")) : AkAttachHolderCO.class.java.lang.String
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ^
Note: AkAttachUploadPageCO.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
17 errors                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

Similar Messages

  • Attachments Table (AkAttachUploadPageCO.class)

    We have used the Oracle provided Attachment facility to customise the page MAAnswerQuestPG, where we have created an attachment table using personalisations. You get to this page using ManagerSelf-Service-> Appraisals-> when you try and update an appraisal of an employee by clicking Manager Ratings button. This will take you to MAAnswerQuestPG.xml page. This is where we have added the attachment table using personalisations.
    You may have to do this yourself on one of your environments, it does not have to be this page. You can add the attachment table to any page -oracle docs provide full explanation on how to do this. Once the table appears you will see an Add button (to add attachment) click on it and this will open up the page that you see in the screen shot. You will notice that you can attach three types of attachments, file, url or just text. We are using file and for this we want to Hide the attachment summary information region which has the mandatory 'Description' field which we do not wish to use.
    When users wish to attach a document/file they are prompted to enter a file Description which is mandatory under the region 'Attachment Summary Information' (please see screen shot). We want to hide this entire region i.e. 'Attachment Summary Information' and just have the 'Define Attachment' region on the page.
    When we go to personalise this page under /oracle/apps/fnd/framework/attachments/webui/FND_ATTACH_UPLOAD_PAGE, we find this region and its fields are non-personalisable i.e these cannot be personalised to turn rendering off. We cannot even personalise the Page Layout (Add Attachment section) which is calling AkAttachUploadPageCO.class to call an customised extended class to hide this region. Seems like this has been done deliberately by Oracle development team.
    Please advise on how we can render this region off or make the Description field non-mandatory
    .

    Hi all any inputs on this?

Maybe you are looking for

  • I get the errer message "There is a problem with this windows installer package. A program required for this install to complete could not be run."

    I have Wondows Vista... I tried to upgrade to Itunes 10.5, and received an error orginially stating that I was trying to install a version older than the one I had.  I uninstalled all of itunes, and now I'm getting the error  message "there is a prob

  • Best Practice for initial data

    When installing a database onto a new server, I do not know what is the best solution to populate the database with the initial data that needs to exist before I can start running. I have sql scripts that take care of creating the tables, constraints

  • Another nb question: network won't start at boot

    I am running Arch 0.5 in a notebook with a 3c574 pmcia card (3com). I've set everything up (gateway, dns, etc) and installed cardmgr... when i load it and type "/etc/rc.d/network start" everything works fine.. the problem is that the network is not l

  • How to implement type-ahead for search

    Hi there, I would like to have type-ahead for my endeca. e.g. if user clicks on search box and type"g", it should show all items starts with g. How can I do that? I have only three dimensions : PRIRCERANGE, category and flex. And I have 3 properties:

  • Report output in a text file

    Hello, I am using report 6i and I would like to have the output of my report in a file, such as text file. I tried with the systems parameters (DESNAME, DESTYPE ...) but it dosent work. Does someone could help me with that? Thankyou in advance.