
Search Responsibility Name or the text field. You can only access the functions and data specified by the selected responsibility. Select a Concurrent Program from theĬoncurrent Program List dialog, and clickĪ responsibility is a level of authority in Oracle E-Business Suite. Then, enter a part of the concurrent program name in the opened dialog or leave the text field empty, and click
Search Concurrent Program Name or the text field. Programs that can be called by a concurrent manager. The contents of the concurrent program name, responsibility name, and output change accordingly. Select a language in the opened dialog, and click All languages that are installed in Oracle E-Business Suite and match the search criteria are listed in the opened dialog. Then, enter a part of the language name in the opened dialog or leave the text field empty, and click The language in which the Oracle E-Business Suite user interface is shown. Default Value: select 1 from Dual where :$FLEX$.ERPS_SP_VS_PARA_DEMO != ‘PARAM-2’Īssign this concurrent program to the desired responsibility and check the result.Note: Before running the Oracle Concurrent Program activity, ensure that the plug-in user name that you specified in the Shared Connection is correct. Default Value: select 1 from Dual where :$FLEX$.ERPS_SP_VS_PARA_DEMO != ‘PARAM-1’Į. Parameter: Enter Parameter Num to DisableĮ. Click on “Parameters” button and enter the below detailsī.Define Parameters for the concurrent program: Navigation: System Administrator responsibility>Concurrent>Program>DefineĤ.Navigation: System Administrator responsibility>Concurrent>Program>Executable.Define Executable for the concurrent program
Concurrent program parameter default value in access code#
Select Event as Validate and add the below code in the Function textboxĢ. Enter the details as shown in screenshot below. Enter the details as shown in screenshot below. Enter Values as PARAM-1 and PARAM-2 as shown bin the below screenshot and save your work. Give the name as “ERPS_SP_VS_PARA_DEMO” and click on Find. Navigation: System Administrator responsibility>Application>Validation>Values. Enter the details as shown in screenshot below and save your work. Navigation: System Administrator responsibility>Application>Validation>Set. Steps to implement the above requirement: If user selects PARAM-2 as the value for the parameter “Select Parameter to Disable”, then the Parameter “Parameter – 2” should be disabled. The requirement here is if the user selects PARAM-1 as the value for the parameter “Select Parameter to Disable”, then the Parameter “Parameter – 1” should be disabled meaning the user should not be able to enter any information for that parameter. Similarly if the users wants to to search employee based on Employee name, Employee number parameter should be disabled thus preventing the users to search based on Employee number.Īs seen in the above screenshot, say there is a Concurrent program which has 3 parameters defined:Īnd Parameter “Select Parameter to Disable” is a value set that has values – When the user wants to search employee based on Employee number, he selects Employee Number in the parameter “Search Criteria”.Īutomatically Employee name parameter should be disabled so that user can enter only number in the parameter Employee number to search that employee. Say there is a concurrent program that lets you retrieve employee details based on employee name or employee number.ġ.Search Criteria is a value set containing “Employee Name” and “Employee Number” as values Dependent Parameters in Oracle Applications