ENG Engineering Change Order Priorities

Description
Categories: BI Publisher
Imported from BI Publisher
Description: Engineering Change Order Priorities Report
Application: Engineering
Source: Engineering Change Order Priorities Report (XML)
Short Name: ENGRDECP_XML
DB package: ENG_ENGRDECP_XMLP_PKG

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select eng_change_priority_code priority,
       description,
       priority_level,
       disable_date
from eng_change_priorities
where organization_id = -1
order by eng_change_priority_code