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

No comments:

Post a Comment

Delete Organization Classification and Organization Using API when BG - Business Group Setup

  Oracle HRMS – Delete Organization Classification and Organization Using API 📘 Overview In Oracle HRMS, each organization is classified ...