Monday, April 13, 2020

SQL for getting the environment name in Oracle HCM Cloud environment

Sample SQL Query (You can modify as required):
-----------------------------------

SELECT UPPER(ADDMNS.EXTERNAL_VIRTUAL_HOST)
FROM ASK_DEPLOYED_DOMAINS ADDMNS
WHERE UPPER(ADDMNS.DEPLOYED_DOMAIN_NAME) = 'FADOMAIN'

No comments:

Post a Comment

How to get rid of "Exception during RestAction" error from Employee Self Service functionality while submitting Absence

 After RedWood is being applied, while navigating to Add Absence functionality under Me tab, if it is throwing an Rest error, then follow th...