How to link AWARDS, Events and Project in GRANTS?
On R12.2.11
I am trying to fetch the AWARD and its events from DB. I am pulling the AWARD from GMS_AWARDS_V. The events from PA_EVENTS_V. The join I use is
GMS_AWARDS_V.AWARD_NUMBER = PA_EVENTS_V.PROJECT_NUMBER
So, in the below example, AWARD_NUMBER is 9203314 which is available in PA_EVENTS_V as PROJECT_NUMBER
How do I get this Project Number (2203314) shown in the Events Form (AWARDS → Compliances → Events)? When I examine the field, it says available in PA_EVENTS_V, but I can't find it in the DB.