Abinav,
You can accomplish this by using a datagrid. Depending on how your domain model is setup, you would pick one data source (in this case I think its Application), and then you can add columns to the datagrid and choose to display attributes through the associated entities (in htis case job and faculty)
Here's a screenshot with an example. If you can show a screenshot of your domain model, I can provide a better screenshot example.
When you select the attribute for the new column, make sure to pick the attribute that goes through the association you want.
EDIT:
This is what your datagrid can look like. The data source of it should be application and then you can display attributes from "Job" and "faculty" through there associations.
Hope this helps
Can it be that you run into problems because you use both the Mendix Domain logic (regular X_Y-tables) and some custom relation-logic using all the _ID-attributes?