Fusion

How to Create the boot.properties in IDCS Asserter

Problem: When you are running the weblogic in production mode and when you try to start the weblogic using nohup then there is no  chance to enter the username and…

Read More

FAILED_NOT_RESTARTABLE state. in weblogic 11g

  Server Failed_not_Restartable  State in Oracle Weblogic 11g when we have go through the weblogic console and see any  managed server in FAILED_NOT_RESTARTABLE state. In that case after checking logs…

Read More

Create Currencies and Currency Rates in GL fusion.

Create Currencies and Currency Rates in GL fusion. This chapter contains the following: Currencies Conversion Rate Types Daily Rates Currencies Considerations for Defining Currencies Consider these points about entering the…

Read More

Create accounting calendars in GL fusion.

Accounting Calendar Options Define an accounting calendar to create your accounting year and the periods it contains. Specify common calendar options that the application uses to automatically generate a calendar…

Read More

[Security:090295]caught unexpected exception, No such object in Weblogic Remote managed Server.

Problem: <[Security:090295]caught unexpected exception, No such object> <[Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception, No such object> java.security.PrivilegedActionException: javax.security.auth.login.FailedLoginException: [Security:090938]Authentication failure: The specified user failed to log in. weblogic.security.providers.authentication.LDAPAtnDelegateException:…

Read More

SQL Query to retrieve User Roles – Fusion Applications

Query: SELECT pu.username,prdt.role_id, prdt.role_name, prd.role_common_name FROM per_user_roles pur, per_users pu, per_roles_dn_tl prdt, per_roles_dn prd WHERE pu.user_id = pur.user_id AND pu.username = <:P_USERNAME> AND prdt.role_id = pur.role_id AND prdt.role_id = prd.role_id…

Read More

Query to get Organization detail in Fusion

Overview : Below query to give the organization information in Fusion   Query: SELECT hra.organization_id as bu_id ,hro.name organization_name ,hra.business_group_id, hro.* FROM   HR_ALL_ORGANIZATION_UNITS_F hra, HR_ORGANIZATION_UNITS_F_TL hro WHERE 1=1 hra.ORGANIZATION_ID =…

Read More

To create an Interest Invoice in Oracle Fusion:

To create an Interest Invoice in Oracle Fusion: Created automatically by payables, for the amount of interest calculated on the overdue amount of an original invoice, for the overdue period.…

Read More

To see the active servers count in weblogic

Steps: login to the weblogic console Go to Domain Structure Under Domain Structure Click on deployments Click on  monitoring tab Now you can able to see number of active server…

Read More

Create Journal on a Spreadsheet Fusion

Please make sure to open the period where you want to post the journal. Let us create the following journal on a spreadsheet- Navigation- Go to General Accounting Dashboard and…

Read More