Customer creates successfully by TCA’s API with status “S” but not appear on UI.
Hi Gurus,
I am facing an issue when I am using TCA APIs to create customer, Customer is creating successfully by TCA’s API with status “S” but not showing on UI. And customer’s data exist in database table properly; anyone can point out my mistake. I am using below code to create a customer.
declare
v_return_status VARCHAR2(5000);
v_msg_count NUMBER;
v_msg_data VARCHAR2(5000);--create_cust_profile_amt
-- misc variables
v_msg_dummy VARCHAR2(5000);
t_output VARCHAR2(5000);
v_cust_account_rec HZ_CUST_ACCOUNT_V2PUB.CUST_ACCOUNT_REC_TYPE;
v_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;