Showing posts with label Script for the Oracle Inventory Planner Name Query in oracle Apps EBS R12. Show all posts
Showing posts with label Script for the Oracle Inventory Planner Name Query in oracle Apps EBS R12. Show all posts

Tuesday, 7 July 2015

Script for the Oracle Inventory Planner Name Query in oracle Apps EBS R12

---- Script for the Oracle Inventory Planner Name Query in oracle Apps EBS R12 ----

select trim(ppf.FULL_NAME) Employee
from PER_ALL_PEOPLE_F ppf
order by 1

How to Call a Seeded Oracle Form from a Custom Form (Step-by-Step Guide)

  How to Call a Seeded Oracle Form from a Custom Form (Step-by-Step Guide) Introduction In Oracle E-Business Suite, it is a common requirem...