...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
update award set award_sequence_status='ACTIVE' where award_sequence_status='PENDING' and award_id='111111'; |
Add New PeopleSoft Grant Prefix
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
select * from ps_grant_prefix order by grant_prefix; |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
insert into ps_grant_prefix values ('ABC', sysdate, 'admin', 1, sys_guid()); |