|
More site info...
Technology - OA Framework
| Forum profile
|
|
Forum profile page for Technology - OA Framework
on http://www.oracle.com.
This report page is the aggregated overview from a single forum: Technology - OA Framework
, located on the Message Board at http://www.oracle.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Technology - OA Framework
" on the Message Board at http://www.oracle.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Technology - OA Framework
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
188
|
714
|
1,960
|
|
Post:
|
397
|
1,750
|
5,418
|
|
|
Technology - OA Framework
Posting activity graph:
|
Top authors during last week:
user's latest post:
ar all,
Published (2009-11-27 05:23:00)
???
user's latest post:
out put file is not genrated...
Published (2009-11-26 03:56:00)
There could be a bug in Oracle Screen. Log an SR if you face issues like this. Before raising SR, go to the system adminitration responsibility and check the oracle standard CP screen. --Prasanna
user's latest post:
Restrict Navigation after...
Published (2009-11-26 04:53:00)
Hi Gaurav, Please find the code below. public class TrvEitUpdateCO extends EitUpdateCO { public void processRequest(OAPageContext pageContext, OAWebBean webBean) { super.processRequest(pageContext, webBean); pageContext.writeDiagnostics(this, "PPR Starts", 2); OAApplicationModule oaapplicationmodule = pageContext.getApplicationModule(webBean); OADescriptiveFlexBean oadescriptiveflexbean =...
user's latest post:
How to default value from popup...
Published (2009-11-23 21:22:00)
Hi Mallika, You for sure need to refresh the page to reflect new value on page (either in full or partially (PPR))(updating this field Via java script is very weird solution as I Guess). Refreshing page does not mean that our values will be lost. Set form submit to true for that link. Abdul Wahid
user's latest post:
How to default value from popup...
Published (2009-11-23 22:43:00)
Hi Abdul, Thanks for the suggestion. The problem has been solved. On closing the popup page, the control comes to processrequest and then to processFormRequest. So our value is not been shown even though the view attribute is being set. Now I tried to set the view attribute in the process form request and the value has been solved. Thanks a lot for the suggestions, Thanks, --Mallika
user's latest post:
Urgent -- Difference between...
Published (2009-11-23 04:49:00)
We have tried applying these patches but no use.Atlease i want to do manual coding without jedevloper.Where can i get some code related to 11.5.9 ? fire action is not working for images and also parameters in the fireaction are not returing .. in other words spell is not working ... for buttons.
user's latest post:
How to create a form value bean.
Published (2009-11-26 19:56:00)
Hi Senthur, Why you want to create it dynamically? You can create it at design time itself. For your requirement create on formvalue item, create another LOV mapping that provide and set there item name from LOV region and return item. Regards, Reetesh Sharma
user's latest post:
Personalization Issue
Published (2009-11-27 02:53:00)
Hi, It would not show the Personalizations...It will show original message only...If you want a permanent change then you need to customize the region and import it again and bounce apache. Thanks, Gaurav
user's latest post:
sql statement error
Published (2009-11-25 02:48:00)
hi Please check the query you wrote for dynamicVO... I suggest you to write the complete query in one line(append will cause some confusion) and rather than using +SkillUpdationVO.setWhereClauseParam(0,pageContext.getEmployeeId() + "");+ Please assign a string to pageContext.getEmployeeId() and use it String bindvar = pageContext.getEmployeeId(); SkillUpdationVO.setWhereClauseParam(0,bindvar)
|
|
|
|
Latest active threads on Technology - OA Framework
::
Started 2 weeks, 5 days ago (2009-11-10 00:03:00)
by Gauravv
Hi,
set bean.setReadOnly(true);
Is it working...
Thanks,
Gaurav
Started 2 days, 6 hours ago (2009-11-26 19:53:00)
by Reetesh Sharma
Hi Gayaz,
It may be getting set in Process Request of respective controller.
Regards,
Reetesh Sharma
Started 4 months ago (2009-07-30 07:59:00)
by user539835
oracle.apps.fnd.framework.OAException: oracle.jbo.CustomClassNotFoundException: JBO-26022: Could not find and load the custom class hmf.oracle.apps.per. selfservice.mgrviews.server.Sa laryDetailsExtVOImpl
at oracle.apps.fnd.framework.OAException.wrapperExcep tion(OAException.java:888)
at oracle.apps.fnd.framework.OAException.wrapperExcep tion(OAException.java...
Started 2 days, 22 hours ago (2009-11-26 03:59:00)
by AnaG
Hi again:
I show my code if perphaps, somebody can help me.
Users wants introduce numbers into fields like thois format : "1.234,56"
And i do in CO:
....
if(pageContext.getParameter("ok")!=null){
.....
String valor = (String)pageContext.getParameter("i_valor");
Number numval = pageContext.getOANLSServices().stringToNumber(...
Started 1 day, 21 hours ago (2009-11-27 05:23:00)
by Pratap(652641)
Started 2 days ago (2009-11-27 02:44:00)
by Gauravv
Hi,
Why dont you check it at the database level by writing a Procedure and check the count and match the Strings.??
If the record is there, throw error on the page.
Call the procedure at the time of submission of the page and loop through all the rows one by one.
Thanks,
Gaurav
Started 1 day, 23 hours ago (2009-11-27 02:51:00)
by Pratap(652641)
Hi
using personalization u can set the required property true for the file upload bean field
thanx
Pratap
Started 1 day, 23 hours ago (2009-11-27 02:53:00)
by Gauravv
Hi,
It would not show the Personalizations...It will show original message only...If you want a permanent change then
you need to customize the region and import it again and bounce apache.
Thanks,
Gaurav
Started 1 day, 23 hours ago (2009-11-27 02:49:00)
by Gauravv
Hi,
How do you go from First page to second and second to third and third to first.
Are you clicking on any link or any button ..if yes then you need to change the destination url .
Thanks,
Gaurav
|
|
Hot threads for last week on Technology - OA Framework
::
Started 6 days, 5 hours ago (2009-11-22 21:22:00)
by user12216727
Hi,
We cannot set web bean properties in process form request method of a controller.
So, create a 'Boolean' type view attribute in the VO and attach this attribute to the submit button as ${oa.<ViewObject>.<ViewAttribute>} and set this attribute value to Boolean.FALSE in the AMImpl by calling the method from CO.
Hope this will help you.
Thanks,
...
Started 1 week ago (2009-11-21 05:14:00)
by user12216727
Hi,
Can any one suggest me ASAP.
Its little bit urgent.
--Thanks,
Mallika
Edited by: user12216727 on Nov 21, 2009 5:14 AM
Started 4 days, 15 hours ago (2009-11-24 11:08:00)
by AlkaT
Here is my extended controller code.
import oracle.apps.fnd.framework.webui.OAPageContext;
import oracle.apps.fnd.framework.webui.beans.OAWebBean;
import oracle.apps.fnd.framework.webui.beans.nav.OAButton Bean;
import oracle.apps.fnd.framework.webui.beans.table.OAHGri dBean;
import oracle.apps.qot.quote.header.webui.QotQuoteDetails CO;
public class ...
Started 5 days, 17 hours ago (2009-11-23 09:03:00)
by schavali
Pl see if the solution in MOS Doc 357218.1 (Troubleshooting JDeveloper setup for Oracle Applications) can help
HTH
Srini
Started 1 week, 1 day ago (2009-11-20 19:48:00)
by Reetesh Sharma
Hi,
When a exception is raised then it will come out of the program unit in which exception is raised.
After exception is raised if you raise some other event, on that event there will be no effect of Exception raised by previous event.
In your case before committing the transaction fire the validation to check for duplicates and raise exception if ...
Started 4 days ago (2009-11-25 02:38:00)
by Pratap(652641)
Hi
Please provide the full error stack
thanx
Pratap
Started 6 days, 13 hours ago (2009-11-22 13:44:00)
by RanjitN
Are you facing the issue in the instance or in JDeveloper?
Verify whether the seeded page is present in the MDS repository. You can use jdr_utils.printdocument('/oracle/apps/fnd/cp/viewr eq/webui/CPViewRequestPG') to check.
Started 4 days, 19 hours ago (2009-11-24 06:53:00)
by user8811245
Please help! I really would like to get this working... Thanks.
Started 4 days, 18 hours ago (2009-11-24 08:18:00)
by Rakesh S
Hi,
Use the following
pageContext.putDialogMessage(message);
pageContext.forwardImmediatelyToCurrentPage(null, true, null);
Thanks
Rakesh
Started 1 week, 2 days ago (2009-11-19 19:51:00)
by gareth.roberts
Nice thought - will have to give it a try.
Regards,
Gareth
|
|