SELECT
prha.requisition_header_id “requisition_header_id”
,prha.segment1 “Requisition Number”
,prha.preparer_id “preparer_id”
,TRUNC(prha.creation_date) “creation_date”
,prha.description “description”
,prha.note_to_authorizer “note_to_authorizer”
FROM
po_requisition_headers_all prha
,po_action_history pah
WHERE action_code=’CANCEL’
AND pah.object_type_code=’REQUISITION’
AND pah.object_id=prha.requisition_header_id
You can get all the Canceled Requisitions in the PO Module using the following Query.
Recent Comments
- Sachin on What is Profile Options?
- Shiva on About
- Sudhanshu Mishra on Oracle E-Business Suite 12 Free Vision Instance
- THOMSON ALEXANDER on How to Insert Attachments in R12 Using API
- Kirtiwardhan on Attachment in Oracle Application
Latest Posts
- R12 – How to Delete Oracle AR TransactionsMarch 22, 2019 - 8:37 pm
- How to Define Custom Key Flexfield (KFF) in R12January 19, 2018 - 5:43 pm
- AutoLock Box Concepts In R12November 10, 2017 - 8:30 am
- R12 – java.sql.SQLException: Invalid column type in OAFSeptember 15, 2017 - 9:39 am
- How to Find Duplicate Row in OAF Page?April 26, 2017 - 5:17 pm
Leave a Reply
Want to join the discussion?Feel free to contribute!