...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
update eps_prop_idc_rate set fiscal_year='2020' where budget_id='2345' and unrecovered_fna_id='3'; |
...
Remove Previous Grants.gov Tracking ID from PD
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
select * from s2s_app_submission where proposal_number='1234'; |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
update s2s_app_submission set GG_TRACKING_ID=null where proposal_number='1234'; |
Fix Award Stuck in 'Pending' State (Edit button doesn't appear)
...