This table does not contain actual program manager specific data. Rather, it is a relationship table between AWARD and PERSON. Each record in this table describes a "Person was the program manager of Award" relationship.

This table contains the following fields:

  • PM_AWARD_FK: The foreign key into the AWARD table.
  • PM_PERSON_FK: The foreign key into the PERSON table.

See AWARD and PERSON for further reference.