Tuesday, June 11, 2013

API for creating Customer, Customer Account and Customer Contact creation in oracle apps

API Details for creating Customer, Customer Account and Customer Contact creation in oracle apps

   --Customer Account--
hz_cust_account_v2pub.create_cust_account
as_access_pub.create_salesteam
hz_cust_account_v2pub.create_cust_acct_relate
f_create_relationship

  --Customer Addresses--
hz_location_v2pub.create_location
hz_party_site_v2pub.create_party_site
hz_contact_point_v2pub.create_contact_point
hz_cust_account_site_v2pub.create_cust_acct_site
hz_cust_account_site_v2pub.create_cust_site_use

--Contacts--
HZ_PARTY_V2PUB.create_person
hz_contact_point_v2pub.create_contact_point
hz_party_contact_v2pub.create_org_contact
HZ_CUST_ACCOUNT_ROLE_V2PUB.create_cust_account_role



No comments:

Post a Comment