Oracle Apps, PaaS Cloud (JCS, DBCS), ADF, OAF, MSCA Elearning Labs - 2018

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

More Create Blog Sign In

Oracle Apps,PaaS Cloud


(JCS,DBCS) ,ADF, OAF, MSCA
eLearning Labs
Wednesday, 22 August 2018 Followers

Followers (0)
How to Derive Responsibility Id , Responsibility application id in MSCA(Mobile
Supply Chain Application) Oracle EBusiness Suite Learning

Classes to import
import oracle.apps.fnd.common.AppsContext;// added for v1.7
import oracle.apps.fnd.common.EnvironmentStore;// added for v1.7

Write below code Oracle EBusiness Suite Learning by Pranay


Tiwari
AppsContext localAppsContext = (AppsContext)session.getObject("CTX");
String str22 = localAppsContext.getEnvStore().getEnv("RESP_ID");
About Me
String str33 = localAppsContext.getEnvStore().getEnv("RESP_APPL_ID");
UtilFns.trace("INSIDE PICKAGE PKG RESP_ID --"+ str22); Pranay Tiwari
UtilFns.trace("INSIDE PICKAGE PKG RESP_appl_ID --"+ str33); View my complete profile

My Linkedin Profile

Posted by Pranay Tiwari at 03:18 1 comment:

Wednesday, 9 May 2018 Tutorials


► 2019 (8)
Migration Process of ADF Application on Weblogic Server & Seamless Integration

▼ 2018 (3)
with Oracle EBS by Pranay Tiwari ▼
▼ August (1)
How to Derive Responsibility Id ,
Responsibility a...

In this article, we will be discussing the ADF application Deployment prerequisite, Deployment on Weblogic Server and ►
► May (2)
Integration with Oracle EBS. ►
► 2017 (4)

► 2016 (8)
We have already discussed in the previous article about the configuration of External Weblogic server in JDeveloper.
Now we will see how to deploy it on External Weblogic server through JDeveloper. ►
► 2015 (3)

► 2014 (12)

Before beginning, the deployment process, below prerequisites needs to be considered.


Live Traffic

1.    ADF application should not be deployed on Admin Server of the Weblogic Server. You must deploy it to Manage
server if Manage server is not available then ask dba to set up a Manage server.
2.    Once Manager server has been configured, do ensure below libraries are associated with it 

adf.oracle.businesseditor(1.0,11.1.1.2.0)   
adf.oracle.domain(1.0,11.1.1.2.0)   
adf.oracle.domain.webapp(1.0,11.1.1.2.0)
jsf(1.2,1.2.9.0)
jstl(1.2,1.2.0.1)
Popular Posts

Sample API Code for


Look in below screenshot to find libraries  AR_RECEIPT_API_PUB.Apply
Once Receipt created , Amount needs to
apply against receipt amount. Inorder to
apply amount against receipt , sample API
code has been wri...

Basic Oracle Receivables


Module Tutorial - I by
Pranay Tiwari
Oracle Receivables have
two workbenches.
1.Transactions & 2.Receipts.
Transactions workbench is used to create
invoices for the c...

OAF Page Deployment


Steps in Oracle E-business
Suite
OAF Page Deployment
Steps This article will guide
you towards the steps to
follow OAF page deployment in Oracle
Ebusiness Suite . In ...

https://oracleerplearning.blogspot.com/2018/ 1/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Basic Concepts of OAF


(Oracle Applications
FrameWork )
OAF stands for Oracle
Applications Framework.
This particular technology
will be used to develop Application pages ,
all pages will be of ...

How to Create Dynamic VO and Dynamic


Table in OAF
This tutorial is comprising of Dynamic Table
and Dynamic View Object Concepts. I had a
After configuring the Manage server, now the next step is to find the Data Source, The Data source is responsible for requirement of Displaying Records based
providing database access to the application. Every Data Source has JNDI Name as shown in the below screenshot. This on certai...

JNDI will be used in ADF application at Application Module (AM) Level for establishing a Database connection. Sample API Code for
Receipt Write off Activity
Receipt Write off Activity :
Look into below screenshot to find navigation for Data source and JNDI Name. This activity will come into
role if any adjustments
needs to be made against
the receipt apply amount For e...

Sample API Code for


AR_RECEIPT_API_PUB.Apply_on_account
This API
AR_RECEIPT_API_PUB.Apply_on_account
will comes into picture when amount
needs to be apply against the receipt but
there is...

OAF Technical Guidelines & Code Corner


OAF Technical Guidelines & Code Corner 1
All UI components especially ( Table
bean, Advance Table bean, RowLayout )
must be ...

As you can find from below screenshot Dyanmically Change VO query in OAF
We often come across the requirement
where View object query needs to be
Data Source Name : EBSDataSources changed Dynamically. In this article we will
be briefing out pre...

JNDI Name : jdbc/testvis Sample HZ API's script to Create Contacts


and Contact Points in Oracle
1. Below Code will create Contact Point in
Oracle . DECLARE
P_CONTACT_POINT_REC
HZ_CONTACT_POINT_V2PUB.CONTACT
_POINT_REC_TYPE; ...

Total Pageviews

1 9 9 9 8

This JNDI name must be configured in the Application Module of the ADF application which we are planning to deploy
in Weblogic Server.
Follow below screenshot for detailed Steps
   Go to Application Module à Edit the file

Set the JNDI name : jdbc/testvis

https://oracleerplearning.blogspot.com/2018/ 2/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Once JNDI name has been configured in the AM of the Application then the next step is to deploy it on WebLogic server.
To commence the deployment process
Go to Applicationà Deploy   Select The Application as mentioned in the screenshot

Then Select “Deploy to Application Server” and Click on Next

After clicking on Next Select the Weblogic server on which you want to migrate ADF Application 

https://oracleerplearning.blogspot.com/2018/ 3/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Select the Manage Server from below List, do not choose Admin server

Then Click on Next to Finish it 

Once you Click on Finish  , You can check logs in Jdeveloper to verify whether Deployment has successful or not

https://oracleerplearning.blogspot.com/2018/ 4/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

You can also verify whether ADF application migration in WebLogic server portal. Login to the WebLogic server Portal,
Go to the Deployment and find the application name, In our example case, Application name was
ResetNDataEntryApp_application1

Click on “ResetNDataEntryApp_application1” and then click on “Testing” and you can find one URL . That URL is nothing
ADF application URL

Now copy this URL and post fix with /faces/<Page.jspx>

For example

http://azolerp01.xxx.com:7403/ ResetNDataEntryApp-ViewController-Context-root/faces/ResetDateEntry.jspx

Now paste  above url in the browser and your page will be displayed

https://oracleerplearning.blogspot.com/2018/ 5/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Once it is ensured ADF application working correctly after the successful deployment, the next step will be to call the application from EBS form
function. 

Before setting up the Form Function, we need to configure profile option


 " External ADF Application URL" value with  URL generated in the weblogic server. 

Take the url from the below screenshot 

And pasted it as Profile Option Value as shown in below screenshot 

Create the Form function and attach it to MENU to call ADF page from EBS Application
 and in web HTML  we need to write below command 

GWY.jsp?targetPage=<an adf pagee.g. /faces/ModelerHome.jsp>

Example in below screenshot  GWY.jsp?targetPage=faces/ResetDateEntry.jspx

Attach Form Function to Application Developer Menu as shown in the screenshot

https://oracleerplearning.blogspot.com/2018/ 6/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Go to Application Developer and Click on the  Menu Function which we have assigned to Application Developer 

Here is your ADF Page  , launching from EBS instance. 

If you like this Article please do share and keep following for latest updates.

https://oracleerplearning.blogspot.com/2018/ 7/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

Posted by Pranay Tiwari at 07:34 1 comment:

Configuring Weblogic Server in Jdeveloper to Migrate ADF application by Pranay


Tiwari

Many developers feel that developing an ADF application is quite easy, but migrating to WebLogic server is
cumbersome. Developing ADF application using JDeveloper is quite an easy process as JDeveloper for ADF comes up
with “Integrated Weblogic server” which automates the deployment process, but the real challenge comes when you
want to migrate ADF application to External Weblogic Server. I have gone through so many videos, read many articles
and after spending the hefty time finally I got success in migrating ADF application onto the Weblogic server. 

In this article, I will be explaining two things


1.    How to configure Weblogic Server in JDeveloper
2.    Migrating Sample ADF application in External Weblogic Server.

To configure Weblogic Server

1             1.  Go to View à Select “Application Server Navigator” as shown in the screenshot.

  2. Click on “”New Application Server”

https://oracleerplearning.blogspot.com/2018/ 8/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

    3. Select “Standalone Server”

4. Give Connection Name as “”EBSWeblogic”, You can give any name  and select  appropriate Connection Type, In our
case, WebLogic version was “Weblogic 10.3”

 5.  Go to Authentication Put on the credentials of your WebLogic details  

https://oracleerplearning.blogspot.com/2018/ 9/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

6. Go to Configuration à Give Weblogic Host Name, Port Details and Weblogic Domain, as shown in below screenshot 

    Weblogic Domain can be identified from below screenshot.

7. Once the configuration is done, click on Next and Test it. 

https://oracleerplearning.blogspot.com/2018/ 10/11
5/21/2019 Oracle Apps,PaaS Cloud (JCS,DBCS) ,ADF, OAF, MSCA eLearning Labs: 2018

     8. If you all components get successfully tested then you can proceed and Finish it, if it gets failed then try to close the
JDeveloper and run it as Admin to retest the issue. 

Once your configuration of Weblogic server on JDeveloper is completed, the next thing is to deploy the application on
Weblogic Server and call the ADF Application page from Oracle EBS applications.

Posted by Pranay Tiwari at 07:08 1 comment:

Newer Posts Home Older Posts

Subscribe to: Posts (Atom)

Share our tutorials on social Media

Tune in for more Tutorials

Simple theme. Theme images by gaffera. Powered by Blogger.

https://oracleerplearning.blogspot.com/2018/ 11/11

You might also like