6.5 Assigning Default User
This parameter defines the default user who shall be assigned all the CA STR reports that are created through the OFSECM system through posting by taking the ‘Generate CA STR’ action.
To get the value for this parameter, execute the following query in the atomic schema of the OFSCRR application.
SELECT V_ATTRIBUTE_NAME2, V_ATTRIBUTE_VALUE2 FROM APPLN_PARAMETERS WHERE N_PARAM_IDENTIFIER = 44;
To update the above parameter, execute the following query:
UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE2 = '<User Id for Default User>'
WHERE N_PARAM_IDENTIFIER = 44;
COMMIT;