R12 Bank Creation
Hi All,
I'm using API - APPS.IBY_EXT_BANKACCT_PUB.CREATE_EXT_BANK to create bank.
Currently passing Bank_name and Bank_country through —APPS.IBY_EXT_BANKACCT_PUB.EXTBANK_REC_TYPE;
I would like to pass the bank address values as well. How do I do that ? DO I need to use the Attribute values . Coz "APPS.IBY_EXT_BANKACCT_PUB.EXTBANK_REC_TYPE;" does not have address, city , postal code.
Please suggest