Where is SSHRParams in R12

where to find this import oracle.apps.per.selfservice.common.SSHRParams;
It used to work in 11i (9i jdev) , now its giving me not found error , where to fine this?
I am on R12 12.1.1 jdeveloper 10.1.3

I could not find that file in $PER_TOP/selfservice/common folder, it used to be in 11i (11.5.10.2), when migrated from 11.5.10.2 to 12.1.1 this is gone , it is working fine in apps without the file in that path but when I try to compile in Jdeveloper 10.1.3 it is error ed out, this is the correct version on jdev for 12.1.1.When i copied from older version it is giving me a different error as shown below
Error(48,7): TransactionContext not found in class oracle.apps.per.selfservice.common.SSHRParamTable in class oracle.apps.per.selfservice.common.SSHRParams in class oracle.apps.pay.wcsfederalw4.webui.FederalW4UpdateCO
now I have to find a new way of finding the logged in user, before I used to use this but it does not work in 12.1.1.
Thanks for your response.
Karan

Similar Messages

  • R12 TOI documents for AR, AP and GL

    Hi,
    From where do I download R12 TOI documents for AR, AP and GL modules?
    Any pointers in this regard would be helpful.
    Thanks.

    If your employer is a Oracle Partner, you will have access to many TOI sessions on ilearning.oracle.com.
    If not, you can access Oracle documentation at
    http://www.oracle.com/technology/documentation/applications.html
    Thanks,
    Anil

  • Clone, Rman in R12

    Hi:
    I have just installed R12 on XP SP2. Now I want to clone, Rman...
    1. Clone: R12 is installed on driver D:. How much space do I need in order to clone? Can I clone to the same driver (500g left). Or Can clone to Driver E: (60g). Would you please provide me scripts/steps? BTW, I don't have metalink accout.
    2. Rman: I want to use Rman to backup database and restore. Would you please provide scripts/steps?
    3. Can I create a database using dbca now? Where it reside on ORACLE_BASE where I used for R12? Can I use different ORACLE_BASE?
    Thank you very much in advance for your help.

    Hi;
    Please check Hussein Sawwan greatest priveous post about same issue:
    Clone -with rman
    Re: backup procedure using RMAN for 11i Instance
    Follow his post's metalink note please.
    You can also check:
    http://newappsdba.blogspot.com/2009/06/r12-cloning-from-rman-backup-using.html
    Clone R12 use RMAN backup???
    Re: rapid clone from RMAN backup
    How To Make A Copy Of An Open Database For Duplication To A Different Machine [ID 224274.1]
    Hope it helps
    Regard
    Helios

  • How to get Assignment id in SSHR page

    1.
    I am trying to create a Self-Service page. To do it I need to get assignment id of the person logged into the sshr appliccation.
    I searched for sshrparams and found your thread that says it worked in 11i (11.5.10.2) so I am trying to make your code work in 11.5.10.2 , having problems.
    The problem i am having is
    OAApplicationModule am = pageContext.getApplicationModule(OAWebBean);
    OADBTransaction oadbtransaction = am.getOADBTransaction();
    get OADBTransaction() is seems to be absoleted.Is there any alternative way of getting that info from somewhere.
    I have added a custom library abmapps.zip ($abm_top/jar folder), I am not sure where to get apps.zip I could not find it in $JAVA_TOP folder.
    What I am thinking is I may not be using right .zip or do you think missing some patches since I can not see apps.zip in java_top?
    Please help.
    karan

    Follow the reply on the original thread Re: SSHRParams in R12
    As it is a similar issue, lets track it there itself.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle error 1403:java.sql.SQLException: ORA-01403: no data found ORA-06512

    My customer has an issue, and error message as below:
    <PRE>Oracle error 1403: java.sql.SQLException: ORA-01403: no data found ORA-06512:
    at line 1 has been detected in FND_SESSION_MANAGEMENT.CHECK_SESSION. Your
    session is no longer valid.</PRE>
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.
    Following is the data collection from customer:
    1. Run UNIX command to check .class file version:
    strings $JAVA_TOP/oracle/apps/bne/utilities/BneViewerUtils.class | grep Header--> S$Header: BneViewerUtils.java 120.33.12010000.17 2010/11/21 22:19:58 amgonzal s$
    2. Run SQL to check you patch level:
    SELECT * FROM fnd_product_installations WHERE patch_level LIKE '%BNE%';--> R12.BNE.B.3
    3. Run SQL to check patch '9940148' applied or not:
    SELECT * FROM ad_bugs ad WHERE ad.bug_number = '9940148';--> No Rows returned
    4. Run SQL to check patch '9785477' applied or not:
    SELECT * FROM ad_bugs WHERE bug_number in ('9785477');-->
    BUG_ID APPLICATION_SHORT_NAME BUG_NUMBER CREATION_DATE ARU_RELEASE_NAME CREATED_BY LAST_UPDATE_DATE LAST_UPDATED_BY TRACKABLE_ENTITY_ABBR BASELINE_NAME GENERIC_PATCH LANGUAGE
    576982 11839583 2011/8/7 上午 08:20:36 R12 5 2011/8/7 上午 08:20:36 5 pjt B n US
    516492 9785477 2011/6/12 上午 11:42:45 R12 5 2011/6/12 上午 11:42:45 5 bne B n US
    546109 9785477 2011/6/12 下午 01:17:41 R12 5 2011/6/12 下午 01:17:41 5 bne B n ZHT
    5. Run SQL to check the status of object ‘FND_SESSION_MANAGEMENT’
    SELECT * FROM dba_objects do WHERE do.object_name = 'FND_SESSION_MANAGEMENT';-->
    OWNER OBJECT_NAME SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_TIME TIMESTAMP STATUS TEMPORARY GENERATED SECONDARY NAMESPACE EDITION_NAME
    APPS FND_SESSION_MANAGEMENT 219425 PACKAGE 2004/10/30 下午 01:52:35 2011/8/7 上午 08:18:39 2011-08-07:08:18:26 VALID N N N 1
    APPS FND_SESSION_MANAGEMENT 226815 PACKAGE BODY 2004/10/31 上午 01:05:40 2011/8/7 上午 08:18:54 2011-08-07:08:18:27 VALID N N N 2
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? Does customer still need to apply patch '9940148' based on action plan of
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.
    Thanks,
    Jackie

    And customer’s statement is: Upgrade from EBS 11.5.10 to 12.1.3. Login the EBS, open any forms and put it in idle. Then refresh the form, error happens
    Idle for how long? Is the issue with all sessions?
    Please see these docs/links
    User Sessions Get Timed Out Before Idle Time Parameter Values Are Reached [ID 1306678.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Timeout+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Then, I checked ISP, and found two notes:
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid (Doc ID 1284094.1)
    Note 1319380.1: Webadi Gl Journal Posting Errors After Atg R12.1.3 (Doc ID 1319380.1)
    But these two notes are both WebADI.Can you find any details about the error in Apache log files and in the application.log file?
    Any errors in the database log file?
    So, my question is: Customer’s BneViewerUtils.java version is already 120.33.12010000.17, which greater than 120.33.12010000.14. Is there any others solutions for this issue? No.
    Does customer still need to apply patch '9940148' based on action plan ofIf the issue not with Web ADI, then ignore this patch. However, if you use Web ADI you could query AD_BUGS table and verify if you have the patch applied.
    Note 1284094.1: Web ADI Journal Upload Errors With ORA-01403 No Data Found ORA-06512 At Line Has Been Detected In FND_SESSION_MANAGEMENT.CHECK_SESSION.Your Session Is No Longer Valid?
    Customer's EBS version is 12.1.3; OS is HP-UX PA-RISC (64-bit); DB is 11.2.0.2.If you could not find any details in the logs, please enable debug as per (R12, 12.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN [ID 422419.1]).
    Thanks,
    Hussein

  • How to connect oracle with ms access database

    Dear
    We are on release r12, right now we have requirement to connect oracle database with ms access to get some information. We have found gateway(Heterogeneous services) using ODBC, but at the database side where is installed oracle r12 there is no installed ms access software becuse of linux operating system, so how could it will connect ms access because without installing ms-access we are unable to find ms ODBC gateway in ODBC driver under the control panel.
    Can any body guide me how could achieve this
    Edited by: oracle0282 on Sep 21, 2011 12:47 AM

    If I understand you correctly you want to access Oracle on Linux from MS-Access (possible on Windows only). You need neither a gateway nor Heterogeneous Services, but an Oracle client including ODBC driver (Instant client with ODBC driver is enough) on the Windows machine.
    Configure the ODBC driver with the connect informations to the Oracle server.
    Werner

  • Satellite U400-R12 - Where do I find Win XP installation disk

    I have Stellite U400-R12 with Windows Vista preinstalled and want to switch to Windows XP as it is very slow now.
    Where can I find installation disk ?
    Thanks
    michal_karol

    Are you kidding me?
    If you want to install an own Windows XP then you have to buy it.
    You can use an original Microsoft Windows XP CD for such installation.
    On the Toshiba European driver page you can find some Windows XO drivers for some U400 notebook models.
    Bye

  • Where to start in Oracle Apps R12

    Hi
    I am completely new in Oracle Apps. I have lot of experience in Microsoft technologies (SQL Server, .Net) but never worked in Oracle Apps before. Now trying to learn it.
    I installed Oracle Apps R12 on a virtual linux machine for learning. I selected "empty database" at the time of installation (i.e. not Vision installation) and logged in as sysadmin. But now I don't know where to start. Let's say I want to use the Financials module to enter some fake data and then create a report. Where do I start? I searched in Google but looks like none of the "beginner's tutorial" have that info.
    Can someone help me or direct me to some tutorial/documentation which will help me to start?
    Thanks for your help.
    -Mike

    976849 wrote:
    Hi
    I am completely new in Oracle Apps. I have lot of experience in Microsoft technologies (SQL Server, .Net) but never worked in Oracle Apps before. Now trying to learn it.
    I installed Oracle Apps R12 on a virtual linux machine for learning. I selected "empty database" at the time of installation (i.e. not Vision installation) and logged in as sysadmin. But now I don't know where to start. Let's say I want to use the Financials module to enter some fake data and then create a report. Where do I start? I searched in Google but looks like none of the "beginner's tutorial" have that info.
    Can someone help me or direct me to some tutorial/documentation which will help me to start?
    Thanks for your help.
    -MikeR12 Docs
    http://docs.oracle.com/cd/E18727_01/index.htm
    11i and R12 Docs
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    If you select vision (demo) database then you should have setup/data.
    Thanks,
    Hussein

  • Where to keep java Servlet  files in  Oracle Apps R12 ??

    Hi all,
    We have custom java Servlet files .. can any body help me where exactly do we need to keep java servlet in Oracle applications R12.
    Regards
    Bala

    Create directory under $JAVA_TOP e.g. $JAVA_TOP/com/servlet/xxxx
    Create custom orion_web_xml_1013.tmp with servlets and mappings.
    Regards,
    Gareth

  • I am using R12 oracle application, where can I choose set of Book?

    Dear all,
    I am creating a new organization and I want to choose set of Book. However, I don't know where can I choose?
    Thanks & Regards,
    Amy

    If you want to see step by step screen shots explaining how to define Primary Ledger, Operating Unit, et al in R12, please visit this portal:
    http://www.oracle-apps-training-online.com/inventory-organization-structure.html
    I keep monitoring this site and find that they are adding really good stuff one page at a time!

  • Where can I download Oracle R12 E Business Suite essential

    Hello all, please help locate where l can download Oracle R12 E Business Suite essential

    If it is available, it will probably be through http://edelivery.oracle.com That is where Oracle puts pretty much all their downloadable software. The other place is usually the Download link on http://otn.oracle.com
    The last time I tried installing eBusiness Suite, it was a 'significant' task. Youmight be better off asking Oracle to arrange for a trial. IIRC, they are usually hosted, so you can get the experience of the application without the admin/tech learning curve up front.

  • Best architecture for R12.1.3 , where irecruitement is published external.

    Hi Experts,
    Please suggest us a healthy configurations, considering the following headlines.
    1. Our irecruitment portal should be published to external web world, where we have no control on the no of users connecting.
    2. And our database should be a RAC.
    Regards
    Uday

    Please suggest us a healthy configurations, considering the following headlines.
    1. Our irecruitment portal should be published to external web world, where we have no control on the no of users connecting.Additional Configuration and Deployment Options in Release 1
    https://blogs.oracle.com/stevenChan/entry/additional_configuration_and_d
    Troubleshooting DMZ Setups for Apps
    https://blogs.oracle.com/stevenChan/entry/troubleshooting_dmz_setups_for
    What Does "DMZ Certification" Mean?
    https://blogs.oracle.com/stevenChan/entry/what_does_dmz_certification_me
    In-Depth: Demilitarized Zones and the E-Business Suite
    https://blogs.oracle.com/stevenChan/entry/indepth_demilitarized_zones_an
    Securing DMZ Application
    https://blogs.oracle.com/muralins/entry/securing_dmz_application
    Applications Running Through a Firewall
    https://blogs.oracle.com/millmore/entry/applications_running_through_a
    2. And our database should be a RAC.Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1] -- RAC
    Thanks,
    Hussein

  • Where to find Oracle EBS R12 vision demo document?

    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!

    Robin.Xu wrote:
    I am looking for some Oracle EBS R12 vision demo related document.
    Could anyone tell me where I can download such document?
    I hope it can contain introduction, business summary, and basic use instruction.
    Thanks in advance!Please see old threads for similar topic and discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+document&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=vision+AND+demo+AND+documentation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Where to get Liability-Account for AP_INVOICE_DISTRIBUTIONS in R12

    I am working on a "AP Report" and I have to display the Expense and Liaiblity accounts for each Invoice_Distribution.
    In R11i, this was available from ACCTS_PAY_CODE_COMBINATION_ID from ap_invoice_distributions_all table. However, in R12.1.3 this column is Null and oracle TRM states that this column is "not in use".
    Where can i get the Liability-Account in R12 ... If someone has a Query to extract the Liability-account for each Distribution, it would make my life much easier.

    Please see:
    Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
    https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
    EBS Data Model Comparison Report Overview [ID 1290886.1]
    EBS Seed Data Comparison Reports Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
    Thanks,
    Hussein

  • Where can i download oracle vision R12

    Guys,
    I need R12 vision instance. Can you plz let me know from where can i down load it?
    edelivery.oracle.com has R12 instance but it is ~53G of size.Also it is trial version for 30days. Does it mean i can't use it after 30 days. We actual wan' to use it or trial purpose.
    Thanks

    Hi;
    I need R12 vision instance. Can you plz let me know from where can i down load it?
    edelivery.oracle.com has R12 instance but it is ~53G of size.Also it is trial version for 30days. Does it mean i can't use it after 30 days. We actual wan' to use it or trial purpose.You need to download all stage file and you can choose Vision during installation wizard. You can not use legaly after 30 days. You can use http://www.solutionbeacon.com site (vision) r11/R12 for your issues
    Regard
    Helios

Maybe you are looking for

  • Cannot open more then one PDF file at a time without crashing

    Started having a issue where if I try to open multiple PDF files Acrobat Reader closes. The most I can have open is one. If I go to open a second pdf file it looks like it will open but then it closes and takes the first window down with it. Installe

  • Upgraded to iOS4 on my iPhone 3GS and now iPhoto images are blurred...WHY?

    I've just upgraded to iOS4 on my iPhone 3GS and the iPhoto images are blurred? WHY? They were fine before...so now my screen saver is blurred and looks low res...all my images are crap quality...what is going on Apple? Checked the photos on my laptop

  • Creating a new info structure

    Hi all, I'm creating a new SIS info structure with MC21. When save, the system warns me the followiing. The warning appears when I remove the sales org. as characteristics. My query is that what should I do? How to know which characteristcs link to t

  • How do you download Bing (without VZW)?

    Bing for Verizon Wireless seems to have eliminated the turn-by-turn navigation feature and forces you to use VWZ's expensive navigation. While you can locate native Bing (without VZW) on Google Play, it says it's incompatible with my device, Droid 4,

  • Can you tell me some differences between R2 and R3 systems?

    Hi, Can you tell me some differences between R2 and R3 systems? I guess R2 is used only for mainframe systems some time back. But i dont know why we prefered R3 over R2. Please clarify this! Thanks, Venkatesh.R.