Please note, this solution is not supported
by Oracle; however we haven’t faced any issues once the element termination
rule has been updated using the same.
Kindly follow the following steps to change
the termination rule at the element definition level using Examine
Take Backup of the Package before you execute the following
steps
Package
Name: HR_GENERAL
Step 1:
Set the below said variable to “Y” at the Package
Specification Level (Once the Flag is Set to “Y” the Trigger is disabled and the system allows you to update the rule)
g_data_migrator_mode
varchar2(1)
:=
'Y';
Step 2:
Compile the Package
Step 3:
Change the Termination Rule for the Element Definition
Screen using Examine
Navigation: Help à Diagnostic à Examine à Block (ELEMENT_TYPES)
àField
(POST_TERMINATION_RULE) à Set to Desired Value à Save
“F” for Final Close
“L” Last Standard Process
“A” Actual Termination
Step 4:
Set the Variable back to “N”
g_data_migrator_mode
varchar2(1)
:=
'N';
Step 5:
Compile the Package
Reference: http://www.hcmaces.com/forums/ubbthreads7/ubbthreads.php/topics/4362/Elements_Post_Termination_Rule
No comments:
Post a Comment