SELECT FUBU.BU_NAME, FUBU.SHORT_CODE, FUBU.STATUS, FUBU.MODULE_NAME,FUBU.CONFIGURATION_STATUS,TO_CHAR(HOU.DATE_FROM, 'MM/DD/YYYY') FROM_DATE,TO_CHAR(HOU.DATE_TO, 'MM/DD/YYYY') TO_DATEFROM FUN_BU_USAGES_V FUBU, HR_OPERATING_UNITS HOUWHERE FUBU.BUSINESS_UNIT_ID = HOU.ORGANIZATION_IDAND FUBU.STATUS = 'A'AND FUBU.CONFIGURATION_STATUS = 'Y'AND SYSDATE BETWEEN NVL(HOU.DATE_FROM, SYSDATE - 1) AND NVL(HOU.DATE_TO, SYSDATE+1)
top of page
![](https://static.wixstatic.com/media/11062b_74ef3d923f9b451492d3ed9278991873f000.jpg/v1/fill/w_1920,h_1080,al_c,q_90,enc_avif,quality_auto/11062b_74ef3d923f9b451492d3ed9278991873f000.jpg)
Tags
Archive
Search
Recent Posts
See AllAnyone new to the oracle fusion Assets can take advantage of these queries to find the joins and key columns Query1 : SELECT...
3570
In this Post I will Explain the Various oracle Cloud Services at SaaS, PaaS and IaaS Levels
1080
Other Posts you may Interested
bottom of page
Comments