Payables and Cash Management - EBS (MOSC)

MOSC Banner

Supplier Contact Creation using API

edited Jul 21, 2016 3:07PM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered ✓

Hi

We are able to create Supplier and Supplier site using API, But we are running into issues when we tried to create Supplier contact using API.

Copied script based on API used and error message.

Script

----------

DECLARE
  p_api_version       NUMBER;
  p_init_msg_list     VARCHAR2(200);
  p_commit            VARCHAR2(200);
  p_validation_level  NUMBER;
  x_return_status     VARCHAR2(200);
  x_msg_count         NUMBER;
  x_msg_data          VARCHAR2(200);
  lr_vend_cont        apps.ap_vendor_pub_pkg.r_vendor_contact_rec_type;
  x_vendor_contact_id NUMBER;
  x_per_party_id      NUMBER;
  x_rel_party_id      NUMBER;
  x_rel_id            NUMBER;
  x_org_contact_id    NUMBER;

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