Receivables - EBS (MOSC)

MOSC Banner

Unable to create Customer Using TCA API

edited Jul 22, 2016 5:00AM in Receivables - EBS (MOSC) 1 commentAnswered

Hi,

I am trying to create customer using TCA API getting below error,

You do not have sufficient privileges to create entities of type: Organization parties. Contact your system administrator to obtain the appropriate privileges.

used below API.

hz_party_v2pub.CREATE_ORGANIZATION (   p_init_msg_list    => 'T'  ,

                                             p_organization_rec => p_organization_rec ,

                                             x_return_status    => x_return_status    ,

                                             x_msg_count        => x_msg_count        ,

                                             x_msg_data         => x_msg_data         ,

                                             x_party_id         => x_party_id         ,

                                             x_party_number     => x_party_number ,

                                             x_profile_id       => x_profile_id

                                          );

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