The journal data on GL Inquiry page in Finance MaineStreet comes from multiple sources. One of the table is UM_HR_ACCTG_LN.

To get GL Inquiry page, log in MaineStreet then go to Enterprise Applications > Financials > University of Maine System > General Ledger > Lookup Items > GL Inquiry

Enter Fiscal Year, Accounting Period, and search for your department, program or project.

Then, click the amount with underline.

Click one more time on the amount.

Finally this journal data can be found.

Here is the relationships between these fields and UM_HR_ACCTG_LN.

Field in GL InquiryField in UM_HR_ACCTG_LN
AccountACCOUNT
ClassCLASS_FLD
Journal ID

JOURNAL_ID

Journal DateJOURNAL_DATE 
Pay GroupPAYGROUP
Pay End DatePAY_END_DT
Off Cycle

OFF_CYCLE

Pay Run IDRUN_ID
Position NbrPOSITION_NBR
HR DeptUM_DEPTID_HR
EmplidJRNL_LN_REF
NameMAX(LINE_DESCR)
Amount*SUM(MONETARY_AMOUNT)

*Need to be cautious about the amount when joining the journal table. The amount from the journal table is SUM and may not be one-to-one join.

UM_HR_ACCTG_LN table may have more lines than what's on the journal table.

UM_GLINQ_HR_VW, which is a view of  UM_HR_ACCTG_LN, can be used to pull the journal data as well.