Receivables - EBS (MOSC)

MOSC Banner

arp_bank_pkg.process_cust_bank_account

edited Dec 3, 2014 10:00AM in Receivables - EBS (MOSC) 1 commentAnswered

Hi Team,

This API obsoleted in 11i what is the replacement for it.

In this API we were updating 'expiry date for open invoices'

arp_bank_pkg.process_cust_bank_account( p_trx_date             => c_ord.trx_date

                                                        , p_currency_code        => 'USD'

                                                        , p_cust_id              => l_cust_id

                                                        , p_site_use_id          => c_ord.cust_site_uses_id

                                                        , p_credit_card_num      => l_ccnum

                                                        , p_acct_name            => l_bank_acct_name

                                                        , p_exp_date             => l_expiry_date

                                                        , p_bank_account_id      => l_bank_acct_id

                                                        , p_bank_account_uses_id => l_bank_acct_uses_id

                                                        );

We got the replacement in R12 package: arp_ext_bank_pkg

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