Fusion

Create a Primary Ledger & Specify Ledger Options in Fusion.

Create Primary Ledger Create a primary ledger as your main record-keeping ledger. A primary ledger records transactional balances by using a chart of accounts with a calendar, currency, and accounting…

Read More

Create Chart of Accounts Value Sets in Fusion.

Manage Chart of Accounts Value Sets A value set is a group of valid values that you assign to a flexfield segment to control the values that are stored for business object attributes. A…

Read More

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