6.6 Configuring Institution Name for Cash Transaction

This parameter defines the value to be populated in the Part B1.8 - Other institution name and number or other person or entity field in the UI.

Note:

This is applicable when a report is generated through OFS ECM by taking Generate CASTR action

To get the value for this parameter, execute the following query in the atomic schema of the OFSCRR application.

SELECT V_ATTRIBUTE_NAME1, V_ATTRIBUTE_VALUE1 FROM APPLN_PARAMETERS WHERE N_PARAM_IDENTIFIER = 53;
To update the above parameter, execute the following query:
UPDATE APPLN_PARAMETERS SET V_ATTRIBUTE_VALUE1 = '<institution name that needs to be displayed>' WHERE N_PARAM_IDENTIFIER = 53;
COMMIT;