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

How to change Employee Number Generation from Manual to Automatic in Oracle HRMS (When attempting to apply for a job in iRecruitment)

When attempting to apply for a job in iRecruitment, the following error occurs: ERROR: You must enter an Application Number. Solution: How t...