Friday, September 7, 2012

Customer Conversion: Loading Party data flowchart and API details


Loading Party Data:

There are lot of party related entities like party, addresses, address uses, code assignments, org contacts etc. Here we have tried describe the methodology to load different party related entites via oracle standard API’s.

Flowchart:




Oracle Standard API’s for each step:

Step
Oracle Standard API
Load organization party
HZ_PARTY_V2PUB.CREATE_ORGANIZATION
Load person type party
HZ_PARTY_V2PUB.CREATE_PERSON
Load organization classifications
HZ_CLASSIFICATION_V2PUB.CREATE_CODE_ASSIGNMENT
Load locations
HZ_LOCATION_V2PUB.CREATE_LOCATION
Load party sites
HZ_PARTY_SITE_V2PUB.CREATE_PARTY_SITE
Load party site uses
HZ_PARTY_SITE_V2PUB.CREATE_PARTY_SITE_USE
Load org contacts
HZ_PARTY_CONTACT_V2PUB.CREATE_ORG_CONTACT
Load org contact roles
HZ_PARTY_CONTACT_V2PUB.CREATE_ORG_CONTACT_ROLE
Load contact points
HZ_CONTACT_POINT_V2PUB.CREATE_CONTACT_POINT

0 Responses to “Customer Conversion: Loading Party data flowchart and API details”

Post a Comment

Disclaimer

The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.