How to Find Installed Deliveries in APP10

 

Execute below query and it will list down all the list of deliveries installed on that environment.

SELECT * 
FROM module_tab t 
WHERE t.description='DELIVERY' 
ORDER BY  t.reg_date DESC

Post a Comment

0 Comments