0

How to find Approver of Requisition in oracle Apps R12

posted on , by Unknown

How to find Approver of Requisition in oracle Apps R12 SELECT distinct papf.full_name                    FROM po.po_action_history pah                       , applsys.fnd_user fu                       , hr.per_all_people_f papf                   WHERE object_id = prh.requisition_header_id   ...