...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
update s2s_app_submission set GG_TRACKING_ID=null where proposal_number='1234'; |
Update IP Status
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
select * from proposal_status; |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
select proposal_number, proposal_id, proposal_sequence_status, status_code from proposal where proposal_sequence_status='ACTIVE' and proposal_number='00173838'; |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
update proposal set status_code='5' where proposal_sequence_status='ACTIVE' and proposal_number='00173838'; |
Fix Award Stuck in 'Pending' State (Edit button doesn't appear)
...