select /*+ index(a BSTRN_DETAIL_KEY03) */ rpad(b.source_code||' ', 3)||
rpad(a.company_code||' ',5)||
rpad(to_char(b.effective_date,'yyyymmdd')||' ',8)||[b]
c.polcy||[/b]
rpad(a.converted_amount||' ',12)||
rpad(a.debit_credit_ind||' ',1)||
rpad(a.account_number||' ',8)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='LOB')||' ',8)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='PROD')||' ',8)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='TAXST')||' ',5)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='OPC')||' ',3)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='SAD')||' ',5)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='REICH')||' ',5)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='REICO')||' ',3)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='BCTR')||' ',6)||
rpad( a.tran_dtl_desc||' ',8)||
rpad((select location_code from BSTRN_DTL_LOC c where a.tran_detail_id=c.tran_detail_id and location_type_code='TRX')||' ',4)||
rpad((select bu_code from Bu_Set_Details d where bu_Set_id=a.bu_set_id and d.bu_type='STATE')||' ',2)||
rpad((select location_code from BSTRN_DTL_LOC c where a.tran_detail_id=c.tran_detail_id and location_type_code='MEMO')||' ',6)
from bstrn_detail a
,bstrn_header b[b]
,(select tran_detail_id,rpad(location_code||' ',10)polcy
from BSTRN_DTL_LOC
where location_type_code='POLCY') c[/b]
where a.cal_acctg_period = '2006-07-31'
and a.tran_id=b.tran_id
and b.source_code = 'ALS'
and a.company_code='INTGA'[b]
and a.tran_detail_id=c.tran_detail_id[/b]
order by [b]c.polcy[/b], a.account_number;
[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via [b]www.dasages.com[/b]]