Oracle Fusion BI Publisher Desktop
Verify BIP Version with the Fusion ERP – BIP Click the below link and download the appropriate BIP Version https://www.oracle.com/middleware/technologies/analytics-publisher/downloads.html
Category: Uncategorized
Verify BIP Version with the Fusion ERP – BIP Click the below link and download the appropriate BIP Version https://www.oracle.com/middleware/technologies/analytics-publisher/downloads.html
SOAP Simple Object Access Protocol SOAP is a protocol which is used to interchange data between applications which are built on different programming languages. SOAP is built upon the XML specification and works with the HTTP protocol. REST Representation State Transfer A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for […]
Software Tools SNO Link Purpose 1 https://www.base64decode.org/ For Converting Base64 to Unicode 2 https://notepad-plus-plus.org/downloads/ For the document viewing purpose effectively : xml, json, sql, plsql, .java. .js etc..
Message Single Exception throw new OAException(“FND”,”XXCUS_CPL_SUCC_MSG”,null,OAException.INFORMATION,null) ; Bundled Exception if (pageContext.getParameter(“bundledExc”)!=null) { ArrayList excArrayList = new ArrayList(); OAException exp1 = new OAException(“FND”,”XXCUS_CPL_FIRST_MSG”, null, OAException.INFORMATION,null); OAException exp2 = new OAException(“FND”,”XXCUS_CPL_SCND_MSG”, null, OAException.INFORMATION,null); excArrayList.add(exp1) ; excArrayList.add(exp2) ; OAException.raiseBundledOAException(excArrayList); } Lookup Valueset DFF KFF
1. Basic InvokeMethod without params OAApplicationModule am = pageContext.getApplicationModule(webBean); am.invokeMethod(“initEmployeeDetailsVO”); 2. Calling Invoke Method with String Param Serializable params[]={strUserID}; am.invokeMethod(“initFormMasterVO”, params); 3. Calling Invoke Method with different data types if(pageContext.getParameter(“go”)!=null) { String fromDateStr = pageContext.getParameter(“fromDate”) ; Date fromDate = stringToDate(fromDateStr); String toDateStr = pageContext.getParameter(“toDate”) ; […]
Basic Unix Commands (Post1) ls — lists your files ls -l — lists your files in ‘long format’, which contains lots of useful information, e.g. the exact size of the file, who owns the file and who has the right to look at it, and when it was last modified. ls -a — lists all files, including the […]
Below are the steps involved in Deployment of OAF pages in R12.1.* 1. Login to your EBS Instance with putty tool or any other software.2. Switched to applmgr user (using sudo su – applmgr)3. set Apps env (by running /u01/PROD/app/apps/apps_st/appl/APPS<$ORACLE_SID>_$HOSTNAME.env file)4. Go to $INST_TOP/admin/scripts5. run script adapcctl.sh for stopping Apache server first, and then run the same script […]
Bounce – Start/Stop Server Below are the steps to be performed to migrate the Extensions in OAF 1. Move class files and the dependent xml files to $JAVA_TOP2. Import PG/RN filesImport Script for putty:java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxolt/oracle/apps/fnd/webui/EmployeeDetailsPG.xml -rootdir $JAVA_TOP -username apps -password <APPSPWD> -dbconnection “(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST =<HOST>)(PORT = <))(PORT>CONNECT_DATA = (SID = […]
1. What task can NOT be performed on Business Types View? A . Create business exceptions B . Create business objects C . Business rules D . Import business objects E . Create enum objects 2. Which is NOT a key advantage of using Oracle Integration Cloud (OIC)? A . Public/Private Cloud Portability B . […]
Oracle SOA Cloud Service provides a PaaS (Platform as a Service) computing platform solution for running the following applications in the cloud: Oracle SOA Suite Oracle Service Bus Oracle Managed File Transfer Oracle Real-Time Integration Business Insight Oracle Business Activity Monitoring Oracle B2B Components of Oracle SOA Oracle SOA Suite is a comprehensive, hot-pluggable software suite […]