Did you make a typo in your last commit message? No problem, we can use the git --amend command to change it very easily. Note: This only holds if you did not yet push your changes to the remote r...
1111CREATE OR REPLACE PROCEDURE update_hav_tpnd IS CURSOR hav_tpnd_cur IS SELECT d.hav_tpnd, d.item, d.sheetid FROM it_item@jvids_dev_jvrms d;BEGIN FOR rec_hav_tpnd IN ha...