Payables and Cash Management - EBS (MOSC)

MOSC Banner

Supplier,Site,contact conversion with Bank and Branch details.

edited Oct 3, 2014 5:02AM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered

Hi User,

I have supplier,Site and contact conversion custom program where we have two data file 1) for Supplier and site info with bank and branch details

2) file with contact information.

I am able to create the supplier and site data but unable to attach the Bank and branch at supplier site level.

i am using the api like:

l_assg_attr.Instrument.Instrument_Type := 'BANKACCOUNT';

                              l_assg_attr.Instrument.Instrument_Id := l_bank_account_id;

   l_assg_attr.Start_Date:=SYSDATE;

   l_assg_attr.Start_Date:=NULL;

                             

                              l_payee_rec.Payment_Function := 'PAYABLES_DISB';

   l_payee_rec.Party_Id := l_party_id; --which is party_id of the supplier

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