Payables and Cash Management - EBS (MOSC)

MOSC Banner

API to link Bank and Supplier

edited Oct 27, 2014 5:39AM in Payables and Cash Management - EBS (MOSC) 9 commentsAnswered

Hi

I am trying to create Bank and attach to existing Supplier.

Following is the sample code I used to create Bank and Bank Accounts.

After successful execution of these, I see that the Bank is not attached to the Supplier.

Anything I missed?

1. Create Bank

---------------------------------------------------------------------------------------------------------------------------------------------------

DECLARE

x_bank_rec  IBY_EXT_BANKACCT_PUB.ExtBank_rec_type;

x_bank_id   NUMBER;

x_return_status  VARCHAR2(10);

x_msg_count   number;

x_msg_data    varchar2(256);

x_response_rec   IBY_FNDCPT_COMMON_PUB.Result_rec_type;

x_bank_branch_rec  IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;

x_branch_id number;

x_acct_id  number;

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