How do I register a Concurrent program in Oracle Apps?

Showing Answers 1 - 15 of 15 Answers

kumaran arjunan

  • Aug 29th, 2006
 

Goes to oracle sysadmin

1)setup the executable in the conncurrent -program-executable

2)setup in the conncurrent -program-define

  Was this answer useful?  Yes

lakshmi prasad

  • Sep 22nd, 2006
 

Hi,

Please let me know the process, how do I register a Concurrent program in Oracle Apps.

Thanks,

Prasad

  Was this answer useful?  Yes

Jamal

  • Oct 9th, 2006
 

Step 1: Create a PL/SQL Procedure Step 2: Login in to Oracle AppsStep 3: Setup the executable Go to oracle “System Admin” Select: Concurrent --> Program --> Executable Screen appears like Follows: Concurrent Name: ConcurrentName Shot Name: ConcurrentName Application: Order Purchasing Concurrent Program Executable: Procedure NameNote: Concurrent Name and Shot Name should be same.Step 4: Define Concurrent Program Go to oracle “System Admin” Select: Concurrent -->Program --> Define

  Was this answer useful?  Yes

ratnakar

  • Jan 23rd, 2007
 

If u want to reister a report as a concurrent program.First develop the report in report 6i.then move that report from local machine to oracle apps serverif it PO module.move the report by using foloowing diretoryPO/11.5.0/reports/us/ .rdffirst create executable by using system adminstrator responsibilityin executable window u need mention excutable name,short name,application,execution type,execution file name.we will create concurrent program attach executable, incompatabilites, parameters to concurrent program we will create request group and attach concurrent program.we will create responsibility and attach request program to responsibiltiy we will attach repsonsibility to user user will sumbit concurrent program from srs window



Ratnakar Reddy

  Was this answer useful?  Yes

ratnakar

  • Jan 31st, 2007
 

If you want to reister a report as a concurrent program.

First develop the report in report 6i.

then move that report from local machine to oracle apps server

If it is PO module. move the report by using following diretory PO/11.5.0/reports/us/ xx.rdf

First create executable by using system adminstrator responsibility

in executable window you need mention excutable name, short name, application, execution type, execution file name.

we will create concurrent program attach executable, incompatabilites, parameters to concurrent program

we will create request group and attach concurrent program.

we will create responsibility and attach request program to responsibiltiy

we will attach repsonsibility to user,
user will sumbit concurrent program from standard request submission window




Ratnakar Reddy

  Was this answer useful?  Yes

IF YOU ARE REGISTERING A REPORT IN CONCURRENT PROGRAMING THEN FOLLOW:

UPLOAD U R REPORT.rdf TO THE SERVER ACCORDING TO THE PATH
apps/test/peilappl/gl/11.5.0/reports/US

CREATE AN EXECUTABLE ------ WHERE THE
EXECUTION_FILE_NAME = REPORT.rdf  NAME 
EXECUTION_METHOD = ORACLE REPORTS  
APPLICATION = GL/AP/PO/INV ANY OF WHICH THE REPORT IS BEEN DEVELOPED AS IF THE ABOVE PATH THE REPORT IS IN GL

CREATE A CONCURRENT PROGRAM -----WHERE THE
PROGRAM_NAME = USER DEFINED
APPLICATION = GL/AP/PO/INV ANY OF WHICH THE REPORT IS BEEN DEVELOPED AS IF THE ABOVE PATH THE REPORT IS IN GL
EXECUTABLE_NAME = TEH NAME OF THE EXECUTABLE U HAVE DEFINED
OUTPUT_FORMAT = TEXT/PDF/HTML/PCL/POSTSCRIPT/XML
PARAMETERS = ACCORING TO SEQUENCE WHERE TOKEN IS THE NAME OF THE RUNTIME PARAMETER THAT U HAVE PASSED IN U R REPORT
VALUE_SETS= IF CREATED

CREATE OR MANAGE THE RESPONSIBILITY------
ADD THE PROGRAM TO THE REQUEST GROUP OF THAT RESPONSIBILITY

ACCESING THE REPORT FROM THE SPECIFIC USER WHERE THE SAME RESPONSIBILITY IS ATTACHED

  Was this answer useful?  Yes

Bonthu Nagi Reddy

  • Mar 5th, 2012
 

1) Log on to System Administrator Responsibility.

2) Define Concurrent Program Executable.

3) Define Concurrent Program by giving Short name, Application Name, Description & also choose the concurrent program executable.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions