Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

UPDATE ap_bank_accounts_all set attribute1 = 'PAY'

edited Aug 20, 2021 10:04AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 2 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center