Query to get PO Agents in Oracle Cloud ERP

SELECT
distinct paa.agent_id ,
       ppf.display_name
     , pu.username
FROM
       po_agent_accesses     paa
     , per_person_names_f_v  ppf
     , per_users             pu
WHERE
       1                       = 1
       AND paa.agent_id        = ppf.person_id
       AND pu.person_id        = ppf.person_id

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: OracleSaaS