Assigning Concurrent Program to a Responsibility in R12.1.3

Steps to add request set/Program to responsibility in oracle apps R12.1.3

 Example :-

Responsibility name :- General Ledger Super User 

Add below two program to this responsibility.

a. GL Cost Journal Program

b. GL Revenue Journal Program

1. Find the Request Group of the Responsibility

Responsibility: System Administrator > Security > Responsibility > Define

2. Search for the Responsibility(General Ledger Super User) with which the Concurrent Program needs to be run. 

 Copy the request group name.

3. Add the Concurrent Program/Request Set to the Request Group

Responsibility: System Administrator > Security > Responsibility > Request

Search the request Group name for attaching the concurrent Program

Request group :- GL Concurrent Program Group

Application :- General Ledger

Add below both concurrent program and save it.

a. GL Cost Journal Program

b. GL Revenue Journal Program

I hope both concurrent program has been reflected on responsibility (General Ledger Super User).


 

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...