EN
Español
English
Português
    ASMS_APPROVALS_GROUP

    Contains the relationship between an approval and a group

    Data model

    Fields

    Field Type Description
    group_id* INT Unique Group Identifier
    process_id* INT Unique Approval Identifier

    Primary Key

    PK_ASMS_APPROVALS_GROUP
    process_id, group_id

    References

    Column Referenced Table Referenced column Name
    group_id* dbo.AFW_GROUPS grou_id FK02_ASMS_APPROVALS_GROUP
    process_id* dbo.ASMS_APPROVALS id FK01_ASMS_APPROVALS_GROUP