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 make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps EBS R12 Using Custom.Pll

  How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps ...