20130711

Some important SQL Queries

To Display highest Nth salary of Employee: -------------------------------------------------- SQL> select * from emp; EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO ...



PPR(Partital Page Rendering) in OAF.

Code in Controller(co):============== public void processRequest(OAPageContext pageContext, OAWebBean webBean) { super.processRequest(pageContext, webBean); OAApplicationModule am=pageContext.getApplicationModule(webBean); am.invokeMethod("xxInitPPRRow"); am.invokeMethod("xxHideFields");; } public void processFormRequest(OAPageContext...