Payables and Cash Management - EBS (MOSC)

MOSC Banner

Assign bank to suppliers

edited Oct 10, 2013 4:42PM in Payables and Cash Management - EBS (MOSC) 3 commentsAnswered
Hello,

I am using the following API to assign bank to supplier. The API is not ending with errors and return the x_assign_id value successfully. 
But the bank is not getting associated to the supplier when verified through applications or in the database tables.

Can anyone please suggest if I am missing anything

                     l_rec.payment_function := 'PAYABLES_DISB';
                     l_rec.party_id := 123;
                     l_rec.Supplier_Site_id:= 456 ; 
                       l_rec.Org_Id:= 000;
                       l_rec.Org_Type:=  'OPERATING_UNIT';
                       l_rec.Party_Site_id:=789 ;--<party site ID>

                     v_instrument_rec.instrument_id := 123
                     v_instrument_rec.instrument_type := 'BANKACCOUNT';

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