Customer Interface Issue: Cannot Populate Account_Name In RA_CUSTOMER_PROFILES_INTERFACE
August 1, 2017
Accounts Receivables, Errors/Workarounds-AR, Oracle Functional
ERROR
Customer Interface Issue: Cannot Populate Account_Name In RA_CUSTOMER_PROFILES_INTERFACE
You cannot create Account Name using Customer Interface (RACUST) as this column does not exist in RA_CUSTOMER_PROFILES_INTERFACE.
SOLUTION
You can use TCA API procedure to populate the Account Name:
Procedure= HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCOUNT
Parameter Name = &account_name
Please refer the oracle support Notes:
- Note 189369.1 How To Create A Customer Via TCA API
- Note 230753.1 Different uses of TCA API
Related Posts