ZPM_PARTNER_TERRITORIES

A Territory in which the partner account falls. Each partner account may fall into one or more territories. A partner account falls into a territory by comparing its attributes with the attributes of the territories. This comparison is performed by the Assignment Manager.

Details

  • Schema: FUSION

  • Object owner: ZPM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPM_PARTNER_TERRITORIES_PK

PARTNER_TERRITORY_ID

Columns

Name Datatype Length Precision Not-null Comments
PARTNER_TERRITORY_ID NUMBER 18 Yes Primary Key for the Table.
PARTNER_PARTY_ID NUMBER 18 Yes PartyId of the Partner
TERRITORY_ID NUMBER 18 TerritoryId of the Assigned Territory
TERRITORY_VERSION_ID NUMBER 18 Yes TerritoryVersionId of the Assigned Territory
MANUAL_ASSIGNMENT_FLAG VARCHAR2 1 Manual Assignment Flag - 'Y' value indicates that a Territory has been assigned manually. 'N' value indicates that Territory has been assigned by the Assignment Manager
LOCK_TERRITORY_FLAG VARCHAR2 1 Flag to indicate if a territory is locked and will not be affected of subsequent territory assignments.
ACCESS_LEVEL_CODE VARCHAR2 30 Determines the Access Level for the territory resources.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
ZPM_PARTNER_TERRITORIES zpm_partner_profiles PARTNER_PARTY_ID
ZPM_PARTNER_TERRITORIES mot_territories TERRITORY_VERSION_ID

Indexes

Index Uniqueness Tablespace Columns
ZPM_PARTNER_TERRITORIES_U1 Unique Default PARTNER_PARTY_ID, TERRITORY_VERSION_ID
ZPM_PARTNER_TERRITORIES_U2 Unique Default PARTNER_TERRITORY_ID