Connection in the tables within AR
I'm trying to find how the table RA_REMIT_TOS_ALL links into the table HZ_LOCATIONS. I know that the ADDRESS_ID column in RA_REMIT_TOS_ALL allows the address in HZ_LOCATIONS to dsplay on screen within the transactions and the AR_STATEMENT_HISTORY_ALL uses the ADDRESS_ID while RA_CUSTOMER_TRX_ALL uses REMIT_TO_ADDRESS_ID. The LOCATION_ID in HZ_LOCATIONS doesn't appear in any of the other tables.
I've checked ETRIM and it says the foreign key between them is ADDRESS_ID ...ONLY PROBLEM is that there is NO ADDRESS_ID within HZ_LOCATIONS.