Syndicated Data
This ERD (see the following figure) illustrates how the syndicated data (sales and prescription information) is associated with a period, plan, account, contact, postal code, territory, and area.
The following table lists the entities in this ERD and their corresponding tables.
| Entity | Table |
|---|---|
|
Account |
S_ORG_EXT, S_PARTY |
|
Contact |
S_CONTACT, S_PARTY |
|
Period |
S_PERIOD |
|
Plan |
S_INS_PLAN |
|
Position |
S_POSTN, S_PARTY |
|
Postal Code |
S_ZIPCODE |
|
Product |
S_PROD_INT |
|
Region |
S_REGION |
|
Syndicated Data |
S_SYND_DATA |
|
Territory |
S_ASGN_GRP |