Oracle Apps EBS (R12/11i) Help
Monday, 7 November 2016
Hierarchical Query n Top n Analysis
›
--find manager against employee select e.employee_id,e.first_name,m. first_name,e.manager_id from employees e , employees m where e....
O2C Cycle Technical Flow
›
Generic Order to Cash Cycle Standard Order to Cash Cycle Entered: - When the Order is Created in the system EBS below tables are affect...
SQL PLSQL interview Questions
›
http://www. programmerinterview.com/index. php/database-sql/rank-versus- dense_rank/ SELECT Employee_ID, Salary, row_number() ove...
Tuesday, 31 May 2016
Alter the Workflow Notification Timeout for testing directly from Backend
›
SELECT aav.PROCESS_ACTIVITY_ID, pa.process_item_type, pa.process_name, pa.process_version, pa.activity_i...
Find all PO_Requisitions amounting greater than $100K (USD) and also there functional currency amount
›
Below query will help to find all PO_Requisitions amounting greater than $100K (USD) and also there functional currency amount. SELE...
›
Home
View web version