EBS Customizations (MOSC)

MOSC Banner

Submit Concurrent program with Layout from OAF page

edited Oct 6, 2023 11:49AM in EBS Customizations (MOSC) 2 commentsAnswered ✓

Hi, i am using below java method to submit concurrent program from oaf page. I am able to submit concurrent program but it ends with No Manager status.

Thing is that , it is unbale to attach layout .


i have below method to add layout


cr.addLayout(appName,layoutName,lng,lng1,OutputFormat);


complete code below for reference.


The Same program is completing normally when i submit manually from SRS Window


We Are on R12.2.11

Framework: R12.2.11



Java Method:

  public int submitCPRequest(OAPageContext pageContext, OAWebBean webBean, java.util.Vector params) throws Exception {

    OAApplicationModule am = pageContext.getApplicationModule(webBean);

     

  try

  {

  OADBTransaction tx = (OADBTransaction)am.getTransaction();

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center