RE: How do I register a Concurrent program in Oracle A...
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
RE: How do I register a Concurrent program in Oracle A...
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
RE: How do I register a Concurrent program in Oracle Apps?
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