In this Post i will try to call "Define Concurrent Programmes" from OAF Page.
Here Below is the Syntax to call "10G Form" from "OAF Page"
Put the Below code under the Controller under "Process Form Request".
If you want to see Other OAF Related Posts , Please visit Below URL.
https://rpforacle.blogspot.in/2013/03/oaf_10.html
If you want to see Oracle Fusion Related Posts , Please visit Below URL.
https://rpforacle.blogspot.in/2018/01/oracle-fusion-learning-tutorial.html
If you want to Learn Oracle Workflow Builder, Please visit Below URL.
https://rpforacle.blogspot.in/2018/01/oracle-workflow-learning-tutorial-1.html
Here Below is the Syntax to call "10G Form" from "OAF Page"
SYNTAX:
- form:FND:RESPONSIBILITY KEY:DATA
GROUP:FUNCTION NAME(D2K FORM NAME).
Like we want call “Define Concurrent
Programmes” Form from OAF Page.
This Form is under the "System Administrator" Responsibility.
Responsibility Name: - System Administrator.
Responsibility Key: - SYSTEM_ADMINISTRATOR.
Function name: - FND_FNDCPMCP_SYS
Data Group:- STANDARD.
So that the Above Form Call Syntax would become likeBelow:-
"form:FND: SYSTEM_ADMINISTRATOR:STANDARD: FND_FNDCPMCP_SYS";
if(pageContext.getParameter("item1")!=null)
{
String
FormPath =
"form:FND:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDCPMCP_SYS";
pageContext.forwardImmediatelyToForm(FormPath);
}
If you want to see Other OAF Related Posts , Please visit Below URL.
https://rpforacle.blogspot.in/2013/03/oaf_10.html
If you want to see Oracle Fusion Related Posts , Please visit Below URL.
https://rpforacle.blogspot.in/2018/01/oracle-fusion-learning-tutorial.html
If you want to Learn Oracle Workflow Builder, Please visit Below URL.
https://rpforacle.blogspot.in/2018/01/oracle-workflow-learning-tutorial-1.html
4 comments:
Thank you very much Rohit! Its a very nice article
for passing parameters
your blog is really informative and helpful for me. Thanks for sharing information
Oracle Fusion Financials Online Training
Oracle Fusion Technical Online Training
Post a Comment