Skip to main content

Organization Entity To Business Partner

Data Dictionary - Entity Table: Organization_Entity_To_Business_Partner#

Contains all the relations between Business Partners and divisions/teams within the Organization.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
Business_PartnerBIGINT(12)NULL.12
Organizational_EntityBIGINT(12)NULL.132
Relationship_TypeBIGINT(12)NULL33Relationship Type id
CONSTRAINTFOREIGN KEYREFERENCESON DELETEON UPDATE
BP_Relationship(Business_Partner)Business_Partner (id)NO ACTIONNO ACTION
OE_Relationship(Organizational_Entity)Organizational_Entity (id)NO ACTIONNO ACTION
OE_To_BP_Type(Relationship_Type)Organization_Entity_To_ Business_Partner_Type (id)NO ACTIONNO ACTION
CREATE INDEXONASCVISIBLE.
BP_idxOrganization_Entity_To_ Business_Partner(Business_Partner ASC)VISIBLE.
OE_idxOrganization_Entity_To_ Business_Partner(Organizational_Entity ASC)VISIBLE.
Type_idxOrganization_Entity_To_ Business_Partner(Relationship_Type ASC)VISIBLE.