how to create concurrent progam

Upload: abhaykhot1

Post on 06-Apr-2018

238 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 How to Create Concurrent Progam

    1/14

    Concurrent Program Registration and add it to request

    groupArticles,Sysadmin and AOLAdd comments

    Overview:

    Develop a report or PL/SQL Package to register as a concurrent program

    Create Executable: Link it to Report file(.rdf) or PL/SQL Package created

    Create Concurrent Program: Link to it executable defined in previous step

    Enter Parameters and link Value Sets

    Assign the registered Concurrent Program to a request group

    Creating Executable:

    Navigation: Login intoOracle Applications > Go to Application Developer Responsibility > Concurrent >

    Executable

    http://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-grouphttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-grouphttp://erpschools.com/category/articleshttp://erpschools.com/category/articleshttp://erpschools.com/category/articles/sysadmin-and-aolhttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-group#respondhttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-group#respondhttp://erpschools.com/category/articleshttp://erpschools.com/category/articles/sysadmin-and-aolhttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-group#respondhttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-grouphttp://erpschools.com/articles/concurrent-program-registration-and-add-it-to-request-group
  • 8/2/2019 How to Create Concurrent Progam

    2/14

  • 8/2/2019 How to Create Concurrent Progam

    3/14

  • 8/2/2019 How to Create Concurrent Progam

    4/14

    FIELDS:

    Executable: This is User Understandable Name

    Short Name: This is Unique and for system reference

    Application: Under which application you want to register this Conc. Program

    Description: Description

    Execution Method: Based on this field, your file has to be placed in respective directory

    ordatabase.

    Execution File Name: This is the actual Report file name. If you register a PL/SQL Procedure in a

    package you have to give the packagename.procedure. You dont need to specify any parameters in

    procedure here.

    Action: Save

    Create Concurrent Program:

    Navigation: Application Developer > Concurrent > Program

    http://erpschools.com/Apps/oracle-applications/articles/Sysadmin-and-AOL/Concurrent-Program-Registration-and-add-it-to-request-group/index.aspxhttp://erpschools.com/Apps/oracle-applications/articles/Sysadmin-and-AOL/Concurrent-Program-Registration-and-add-it-to-request-group/index.aspx
  • 8/2/2019 How to Create Concurrent Progam

    5/14

  • 8/2/2019 How to Create Concurrent Progam

    6/14

    FIELDS:

    Program: User Understandable Program Name

    Short Name: This should be unique name and for system reference

    Application: Enter the application under which you want to register this conc.prog

    Executable Name: Enter the User Understandable Executable Name

    Method: This will be populated automatically from Executable Definition

    Output Format: Select the format of the output you want

  • 8/2/2019 How to Create Concurrent Progam

    7/14

    Output Style: Select A4 to print on A4 Paper

    Printer: You can default any printer or you can enter while submitting concurrent program.

    DEFINE PARAMETERS AND VALUE SETS

    Navigation: click on Parameters button in above screen

    http://erpschools.com/Apps/oracle-applications/articles/Sysadmin-and-AOL/Concurrent-Program-Registration-and-add-it-to-request-group/index.aspxhttp://erpschools.com/Apps/oracle-applications/articles/Sysadmin-and-AOL/Concurrent-Program-Registration-and-add-it-to-request-group/index.aspxhttp://erpschools.com/Apps/oracle-applications/articles/Sysadmin-and-AOL/Concurrent-Program-Registration-and-add-it-to-request-group/index.aspx
  • 8/2/2019 How to Create Concurrent Progam

    8/14

    FIELDS:

    Seq: Its always better to enter sequences in multiple of 5 or 10. So that you can insert any

    additional parameters if you want later in middle.

    Parameter: Name the Parameter Field. This is for system reference

    Description: You can see this description while submitting the conc.prog.

    Value set: 15 Characters is the standard value set for Character input parameters

    Default Type: This field is not mandatory. If you want to default any particular value to save time

    while submitting the concurrent program you can do so here.

    Prompt: This is the actual message displayed while submitting the conc.prog

    Token: This is used to link this parameter to the parameter defined in actual report file(.rdf)

    Action: Save

    Assign this Concurrent Program to a request group:

    Navigation: Switch to System Administrator Responsibility > Security > Responsibility > Request

  • 8/2/2019 How to Create Concurrent Progam

    9/14

  • 8/2/2019 How to Create Concurrent Progam

    10/14

    Action: Open/Double click

  • 8/2/2019 How to Create Concurrent Progam

    11/14

    Action: Press F11

  • 8/2/2019 How to Create Concurrent Progam

    12/14

    Action: CTRL+F11

  • 8/2/2019 How to Create Concurrent Progam

    13/14

    Action: Select the First record in the Requests and then File > New

  • 8/2/2019 How to Create Concurrent Progam

    14/14

    Action: Enter Your User Readable Name of your concurrent program

    Action: Save

    Now Your Concurrent Program is ready to use from the responsibilities having Purchasing Reports as

    Request Group.