Skip to content

Instantly share code, notes, and snippets.

@accasey
Created February 16, 2018 14:44
Show Gist options
  • Select an option

  • Save accasey/0661d41cf322a720b1219b2795be9a10 to your computer and use it in GitHub Desktop.

Select an option

Save accasey/0661d41cf322a720b1219b2795be9a10 to your computer and use it in GitHub Desktop.
Reset vendor bank accounts
UPDATE PS_VNDR_BANK_ACCT
SET BANK_ACCT_TYPE = '03'
,BANK_ACCOUNT_NUM = 'xxxxxxxxxxxxx'
,DFI_ID_QUAL = 'XX'
,IBAN_ID = 'XXXXXXXXXXXXXXXXXXXXXX'
,BENEFICIARY_BANK = 'A BANK'
,BANK_ID_QUAL = 'xxx'
,BNK_ID_NBR = 'xxxxxx'
,DFI_ID_NUM = 'xxxxxxxxxxx'
,COUNTRY = 'ABC'
,COUNTRY_CODE = 'ABC'
,ADDRESS2 = ' '
,ADDRESS3 = ' '
,ADDRESS4 = ' '
,STATE = ' '
,POSTAL = '12345'
WHERE BANK_ACCT_TYPE = '03'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment