---- 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
select trim(ppf.FULL_NAME) Employee
from PER_ALL_PEOPLE_F ppf
order by 1
How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps ...
No comments:
Post a Comment