mira esta es la query
Código:
select
a. cuenta
,h.creacion
,h.actualizacion
,h.estado
,h.medio_pago
from
tabla1 a
,tabla2 h
,tabla3 g
where
a.CUST_COD = '3404968'
and h.BILLACCT_ID = g.ROW_ID
and g.X_INTEGRATION_ID = trim(a.CUST_COD)
hay 6 coincidencias, iguales, salvo por la fecha que una es mas antigua que las otras.