UPDATE ap_bank_accounts_all set attribute1 = 'PAY'
Hi Team,
in customer code of 11i, i got code like below, as we know ap_bank_accounts_all obsoleted in 11i
UPDATE ap_bank_accounts_all
SET last_update_date = SYSDATE
, last_updated_by = fnd_global.user_id
, attribute1 = 'PAY'
, attribute3 = SYSDATE
WHERE bank_account_id = :1
how to handle such code in R12 upgrade, how to get such dff or in R12 there is no dff .
Please help.
Thank in Advance