Change workflow notifications refresh time in Oracle Fusion


Configurable workflow notifications refresh every 24 hours for better performance. So, if you have made some changes in workflow notifications it will reflect after 24 hours. To change this default behavior you have to use profile options to control when notifications reflect the changes you upload to the BI catalog. You can use these profile options to change the timing of this refresh. After testing you can turn back the refresh to 24 hours. But even if you don't, the refresh automatically resets to 24 hours when it's been more than 8 hours since you set the profile options.



Order of precedence is decided on Scope:

  • Product - Highest 
  • Product Family  - Higher than Global but lower than Product scope
  • Global - Lowest
For example, if you have defined two profile options one with Product scope and the other with Global scope, in that case, Product scope takes precedence, and whatever the refresh time that you have put in Product scope it will be applied.

Now to define the profile options, follow these steps:

  • Log in to your cloud instance
  • Go to Setup and Maintenace, by going to Settings and Actions.

  • Click on the Application Extensions functional area and select All Tasks in the Show drop-down and open the task Manage Applications Core Profile Options

  • Search for BIP_CLIENT_REFRESH_TIME to check if the profile option is already there. If not found click on Add button to create a new profile option.

You can also run the below query to check it. 

SELECT *
FROM   fnd_profile_options
WHERE  profile_option_name LIKE 'BIP_CLIENT_REFRESH_TIME%'  

To know application name, short name and id use the below SQL:

SELECT fa.application_id,
       fa.application_short_name,
       fat.application_name
FROM   fnd_application fa,
       fnd_application_tl fat
WHERE  fa.application_id = fat.application_id
       AND fa.application_id = 0 ; 




To know about module names use the below SQL:

SELECT ft.module_id,
       ft.module_name,
       ft.module_type,
       ft.module_key,
       ft.product_code,
       ftt.user_module_name,
       ftt.description
FROM   fnd_appl_taxonomy ft,
       fnd_appl_taxonomy_tl ftt
WHERE  ft.module_id = ftt.module_id
       AND ft.module_name = 'FndAppCore' ;



  • Enter the below details to create the profile option and click the Save button



  • If you want to provide drop-down to select the value for this profile option you can use the below SQL and put it in SQL Validation:
SELECT '15 minutes' meaning,
       '15'         lookup_code
FROM   dual
UNION
SELECT '30 minutes' meaning,
       '30'         lookup_code
FROM   dual  
  • In case you want True/False value for any profile option value use the below SQL:
SELECT meaning,
       lookup_code
FROM   fnd_lookups
WHERE  lookup_type = 'FND_TRUE_FALSE_TYPE' 

 



  • In Profile Option Levels, select Enabled and Updatable at the Site Level. Click the Save button once done.


  • Open the task Manage Applications Core Administrator Profile Values 


  • Search for BIP_CLIENT_REFRESH Profile Option Code and click the Add button to add a new Profile Value


  • Add a new value at the Site level and 15 as Profile Option Value and save your work. It will set the refresh time as 15 minutes.
  • Once you're done with your testing you can revert the value to 24 hours by setting the profile value as 1440 (minutes). Even if you don't change it the value will be reverted to 1440 after 8 hours.



Source: https://docs.oracle.com

Comments

All Categories

Call Fusion BIP Report2 Change Password1 Code Combinations2 Compute Instance2 CTE1 Customer1 Data Aggregation2 Database5 Date Conversion1 DB Adapter2 Decryption1 Development1 EBS4 Encryption1 ESS Jobs3 Examine1 FBDI3 Fusion APIs1 Fusion BIP7 GIT2 GL3 GL Journals1 GL_DAILY_CONVERSION_TYPES1 GL_DAILY_RATES1 ICS1 Identity Domain1 Integrations1 Java1 Journal Import1 Keys1 Legal Entity1 LookupTypeLOV1 LOV1 LOVs1 MultiPartAPIs1 Networking1 NVL2 NVL in OIC2 OCI12 OCI Billing1 OCI Compute5 OCI Cost Management1 OCI Events Service1 OCI Free Tier3 oci networking1 OCI Notifification Service1 OCI Security3 OIC4 OIC Mapper2 Oracle26 Oracle ADF17 Oracle APEX1 Oracle Apps59 Oracle Apps R126 Oracle ATP1 Oracle BIP8 Oracle Cloud13 Oracle Cloud Free Tier1 Oracle cloud Infrastructure10 Oracle Cloud Security2 Oracle Cloud VM1 Oracle DB4 oracle ebs5 Oracle ERP4 Oracle ERP Adapter2 Oracle ERP Cloud7 Oracle financials2 Oracle Forms1 Oracle Fusion57 Oracle Fusion BIP4 Oracle Fusion ERP17 Oracle Fusion Financials18 Oracle Integration Cloud3 Oracle OAF17 Oracle OCI14 Oracle OIC22 Oracle SOA 12c10 Oracle SQL17 Oracle VBCS1 Oracle VBS2 Oracle Visual Builder Cloud Service1 Oracle Visual Builder Studio2 Oracle Workflow Notifications1 Others10 Payables2 Payables Import1 Properties1 R121 Register BIP as ESS Job1 Reset Password1 Responsibility1 REST4 Security List1 Site Map1 SOAP2 SOAP API2 SOAP UI3 SQL16 SQL Functions3 SQL Queries14 SQL Query8 SQL Tips3 SSH1 TCA1 Value Sets1 VBCS1 vcn1 Virtual Machine2 Virtual Machines1 XML1 XSLT1
Show more