Receivables - EBS (MOSC)

MOSC Banner

How to create customer account contact person?

edited Aug 14, 2018 5:00AM in Receivables - EBS (MOSC) 3 commentsAnswered

hi,
i'm having some problems on properly creating a customer account contact person. we use R12 (12.1.1).

the sequence is use is i create first an organization, then create an account, account site and account site use. i have no problems in these parts. now, normally i should be able to create a contact person on the site level. unfortunately my code doesn't seem to work. please see my code below for creating the org contact.


  /*
  || Create Site Level Contact
  */

  -- Create Contact Person

  p_person_rec.person_first_name := 'Allen';
  p_person_rec.person_last_name := 'Sandiego';
  p_person_rec.created_by_module := g_created_by_module;

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