Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Update PD Proposal Status

View proposal status values
select * from proposal_state;
View status of selected proposal
select proposal_number, status_code from eps_proposal where proposal_number='1234';
Update status of selected proposal
update eps_proposal set status_code='6' where proposal_number='1234';
  • No labels