Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
themeEclipse
title3. Update Fiscal Year value for selected UF&A line
 update eps_prop_idc_rate set fiscal_year='2020' where budget_id='2345' and unrecovered_fna_id='3';

Add New Delegate Central Admin

Request: Add user with UTLN 'mgoldb10' as a Delegate Central Administrator for all departments.

Code Block
languagesql
themeEclipse
title1. Run procedure to create unit_administrator rows for all units using the given UTLN
exec add_delegate_central_admin('mgoldb10');

Institutional Proposal (IP)

...