Receivables - EBS (MOSC)

MOSC Banner

create a customer (person)in AR module using API

edited Mar 23, 2016 4:58AM in Receivables - EBS (MOSC) 6 commentsAnswered ✓

Hello everyone,

im trying to add a new customer using API in the receivable module but im receiving an error.

Procedure :

Create or replace PROCEDURE  XX_AR_newcustomer (EMP_NB in number) IS

   p_cust_account_rec HZ_CUST_ACCOUNT_V2PUB.CUST_ACCOUNT_REC_TYPE;

   p_person_rec HZ_PARTY_V2PUB.PERSON_REC_TYPE;

   p_customer_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER_PROFILE_REC_TYPE;

   p_organization_rec HZ_PARTY_V2PUB.ORGANIZATION_REC_TYPE ;

   x_cust_account_id NUMBER;

   x_account_number  VARCHAR2 ( 2000 ) ;

   x_party_id        NUMBER;

   x_party_number    VARCHAR2 ( 2000 ) ;

   x_profile_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