People and Culture Blog

Preview an Image Before upload in Oracle Apex

Overview This document is about to preview an image before upload in oracle apex. Technologies and Tools Used The following technologies have been used to achieve this. Oracle Apex Use…

Read More

Excel Template in oracle Apex for Excel Upload Page using JavaScript and Oracle pl/sql

Objective: The Excel Upload Page in Oracle Apex Involves Excel Upload template design. Usually the templates will be stored in Shared Components Workspace File and through button click JavaScript call,…

Read More

How to setup password less ssh login in linux server

How to setup password less ssh login in linux server SSH is an open-source and most trusted network protocol that is use to login to remote server. It is use…

Read More

autoconfig failing – jtfictx.sh

ERROR: While running autoconfig i am getting below error, autoconfig failing – jtfictx.sh Solution: SQL> exec ctxsys.ctx_adm.set_parameter(‘file_access_role’, ‘public’) PL/SQL procedure successfully completed. After executing this run autoconfig.  

Read More

Perl lib version v5.8.3 doesn’t match executable version v5.10.0

Error: Perl lib version v5.8.3 doesn’t match executable version v5.10.0 Solution: export ORACLE_HOME=/u01/oracle_home/db/tech_st/12.1.0.2 export PERL5LIB=$ORACLE_HOME/perl/lib/5.10.0:$ORACLE_HOME/perl/site_perl/5.10.0:$ORACLE_HOME/appsutil/perl export PATH=$ORACLE_HOME/perl:$ORACLE_HOME/perl/lib:$ORACLE_HOME/perl/bin:$PATH check again perl version

Read More

Useful query to get user id, responsibility id and application id in EBS.

Useful query to get user id, responsibility id and application id in EBS. To know about User Id use below Query:- SQL> select user_id from fnd_user where user_name=’DOYEN’; To know…

Read More

How to enable or disable the event oracle.apps.icx.security.session.created

How to enable or disable the event oracle.apps.icx.security.session.created   1. Login to E-Business and navigate to Workflow Administrator Web Application > Business Event.Search for oracle.apps.icx.security.session.created 2. Then click on clock…

Read More

Upload Blob Content without Page Submit

Overview This document talks about uploading Blob Content without Page Submit. This source code used in this document has been taken and modified from the following website, https://apexplained.wordpress.com/2016/09/12/chunked-multi-file-upload-with-ajax/. Technologies and…

Read More

Creating Customer in Oracle Fusion

creating-customer-in-oracle-fusion

Read More

AR Period Close Process and Open Close Accounting Periods in Oracle Fusion

This blog will describe about the AR period close process in Oracle Fusionar-period-close-process-and-open-close-accounting-periods-in-oracle-fusion

Read More