EBS Customizations (MOSC)

MOSC Banner

Customer creates successfully by TCA’s API with status “S” but not appear on UI.

edited Sep 25, 2014 5:03AM in EBS Customizations (MOSC) 2 commentsAnswered

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;

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