Wednesday, 4 December 2013

Debug OAF Page

How to Debug OAF Page

We can enable logging by setting the below profile option:-
Option: 1)
FND: Debug Log Enabled profile set to ‘Yes’
• Turn on low level statement logging for a single user to monitor
• FND: Debug Log Level= Statement



Option: 1)
Another way of gathering the same info is the following:

1)  Enable profile option FND: Diagnostics 
2)  Add following at the end of existing page URL,   &aflog_level=Statement&aflog_module=*

• Use '*' for wildcard, not '%'. '%' is a special URL character)

Example:
• http://host:port/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&aflog_level=STATEMENT&aflog_module=pa

You can see the log on screen by using by below code in your controller OR in Application ModuleImpl

For AM

getOADBTransaction().writeDiagnostics(this, "I am in the Application Module", 1);

For Controller

 pageContext.writeDiagnostics(this, "I am in Controller PFR", 1);

Friday, 25 October 2013

राजकुमार


                      ।।   राजकुमार  ।।

सुंदर रातीला
सुंदर पहाटे 
सुंदर झाली सकाळ ,

सुंदर राज्यात
सुंदर राजाचा
सुंदर राजकुमार .

                                        अल्लड वाऱ्याची
                                        अल्लड झुळुक
                                        अल्लड ही सायंकाळ,

                                        अल्लड चालणे
                                        अल्लड बोलणे
                                        अल्लड त्याचा रुबाब.

रंगीत फुलाची 
रंगीत पाकळी
रंगीत आला सुवास,

रंगीत मनात 
रंगीत विचार
रंगीत त्याचा अभास.
                           
                                      भन्नाट गाण्याच
                                      भन्नाट संगीत
                                      भन्नाट सूर ताल,

                                      भन्नाट देशात
                                      भन्नाट राणीचा
                                      भन्नाट राजकुमार…।


                                                                      --अविनाश काळे

 


PURCHASING - Setup Buyer in Oracle APPS R12

1)  Login to Purchasing Super User Responsibility Navigation : Setup -> Personnel -> Buyers 2) Search for user name to be added as Buy...