Monday, October 23, 2017

Query to get Alert History Details

SELECT alv.*
  FROM ALR_ALERTS al,
       ALR_ACTION_HISTORY aah,
       ALR_OUTPUT_HISTORY aoh,
       ALR_ACTIONS_V alv,
       alr_alert_historY_view aahv
 WHERE al.alert_name like '<<Give Alert Name>>'
   AND al.alert_id = aah.alert_id
   AND aah.check_id = aoh.check_id
   AND alv.ALERT_ID = aah.alert_id
   AND aahv.alert_name = al.alert_name;

No comments:

Post a Comment

SupplierAddressImportTemplate.xlsm South Africa Suburb Field mapping in POZ_SUPPLIER_ADDRESSES_INT

Suburb mpping in Supplier Address Import Template will be mapped to Address Element Attribute2 (HZ_LOCATIONS. ADDR_ELEMENT_ATTRIBUTE2)