STEP 1 | Create Party using the API hz_party_v2pub.create_organization |
STEP 2 | Once party is created then the customer accounts should be created using the API |
hz_cust_account_v2pub.create_cust_account | |
STEP 3 | Party & Accounts are created, customer account sites and its uses should be created. |
But before that location and party_sites should be created and attached to party. | |
hz_location_v2pub.create_location API is used to create location. | |
hz_party_site_v2pub.create_party_site API is used to create party_site. | |
STEP 4 | Now that we have created the party_sites next is to create customer site using API |
hz_cust_account_site_v2pub.create_cust_acct_site | |
STEP 5 | The site use(SHIP_TO, BILL_TO etc.) can be created using API hz_cust_account_site_v2pub.create_cust_site_use |
For BILL_TO the customer profiles can be created using API hz_customer_profile_v2pub.create_customer_profile |
API for Customer Conversion
Muhammad Rafi Aamiri on Friday, November 13, 2009
Labels :
Oracle APPS Finance
1 comment:
Nice and crisp explanation of flow of customer conversion..
Thanks Rafi..
Post a Comment