Loading Customer Account Data:
There are lot of customer account related entities like customer accounts, customer account sites,customer account site uses, customer profiles, customer profile amounts etc. Here we have tried describe the methodology to load different customer account related entites via oracle standard API’s.
Flowchart:
Oracle Standard API’s for each step:
Step
|
Oracle Standard API
|
Load customeraccounts
|
HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCOUNT
|
Load customeraccount bill to sites
|
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_ACCT_SITE
|
Load customeraccount ship-to sites
|
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_ACCT_SITE
|
Load customeraccount bill-to site uses
|
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_SITE_USE
|
Load customeraccount ship-to site uses
|
HZ_CUST_ACCOUNT_SITE_V2PUB.CREATE_CUST_SITE_USE
|
Load customerprofiles
|
HZ_CUSTOMER_PROFILE_V2PUB.CREATE_CUSTOMER_PROFILE
|
Load customeraccount profile amounts
|
HZ_CUSTOMER_PROFILE_V2PUB.CREATE_CUST_PROFILE_AMT
|
Load customeraccount roles
|
HZ_CUST_ACCOUNT_ROLE_V2PUB.CREATE_CUST_ACCOUNT_ROLE
|
Load customeraccount role responsibilities
|
HZ_CUST_ACCOUNT_ROLE_V2PUB.CREATE_ROLE_RESPONSIBILITY
|
Load customeraccount paymentmethods
|
HZ_PAYMENT_METHOD_PUB.CREATE_PAYMENT_METHOD
|
Load customeraccount relations
|
HZ_CUST_ACCOUNT_V2PUB.CREATE_CUST_ACCT_RELATE
|
No comments:
Post a Comment