Skip to main content

Posts

Showing posts from May, 2019

Do you know how to create external bank account and map it to personal payments through HDL in Oracle Cloud?

In this blog we are going to see how to create external bank account and map it to personal payments through HDL in Oracle Cloud HCM First and foremost the Bank Branch details of the External Bank Account should be available in Oracle Cloud. If Bank Branch details were not available, then first load the Bank Branch details through HDL or key in manually using "Manage Bank Branches" page. BankBranch HDL Sample: METADATA|BankBranch|CountryCode|BankName|BankBranchName|BankBranchNumber MERGE|BankBranch|US|BANK NAME|BANK NAME-1234567|1234567 Once Bank Branch is loaded successfully, load the external bank account using below sample HDL BankAccount HDL Sample: METADATA|ExternalBankAccount|AccountNumber|AccountType|AccountName|BankBranchName|BankName|CountryCode|CurrencyCode|BankBranchNumber MERGE|ExternalBankAccount|1234567|CHECKING|Checking 1|BANK NAME-1234567|BANK NAME|US|USD|1234567 METADATA|ExternalBankAccountOwner|PersonNumber|AccountNumber|AccountType|BankName