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
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
0 Comments