Saturday 23 March 2013

Call 10G Form from OA Framework Page

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"


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"; 
  
The Below is the OAF Page from where we will call Form 10G



When the User click on the "Button" Then Below "Form" will open.

Put the Below code under the Controller under "Process Form Request".



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:

Oracle Applications Techno Functional said...

Thank you very much Rohit! Its a very nice article

Unknown said...
This comment has been removed by a blog administrator.
Raghu Singh said...

for passing parameters

Anonymous said...

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

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *