Yearly Archives: 2021

Creating a Custom Payment Process Profile (PPP) in Oracle Fusion:

Creating a Custom Payment Process Profile (PPP) in Oracle Fusion: Payment process profiles include several types of information, such as specifications for payment file formatting and transmission. The payment method…

Read More

BILL CODE MAPPING IN ORACLE APPS R12

Step 1: Navigation: US AR SetupUser à Iron Source Bill Code MappingàEnter the Source->Operating Unit->Bill Code-> Modifiy the Code Combination-> Save    

Read More

Invalid Column Type error in OAF

This error occurred in OAF when I added the new export button to table layout region. For this error just right click on our VO (View Object) and select Edit.…

Read More

Delete a node from application Tier in Oracle Apps R12.2

Description: Delete the Secondary application Node from Application Tier, follow the below steps. Note: This steps are ONLY for deletion of secondary application tier nodes. The primary application tier node…

Read More

How to disable field based on parameter value

By using following script we can get parameter value in page level. Based on value we can set rendered property for the fields as follows: public void processRequest(OAPageContext pageContext, OAWebBean…

Read More

Create Oracle BI Publisher Report

Create Oracle BI Publisher Report create-oracle-bi-publisher-report

Read More

How to fix deployment is in start running state- weblogic 12c

When we see the app is in start running state at the time of deployment in weblogic 12c Go to the logs if you didn’t see any issues Just try…

Read More

Weblogic app installed state

Some times we will get the status of application is INSTALLED. The admin server console shows all deployments in INSTALLED state when they should be showing as ACTIVE but the…

Read More

How to terminate instance number in Install Base

Using below script we can terminate instance number in Install Base. UPDATE csi_item_instances SET active_end_date = SYSDATE WHERE instance_id = l_instance_id;

Read More

Uninstall Cloudamize agent

How to uninstall cloudamize agent on servers Sudo to host as root user cd /usr/local/cloudamize/bin/ ./uninstall_cmizeagent.sh check the process and make sure no process in running. < ps -ef |…

Read More