[Home] [Help]
2459: OR refTR2.occurrence_id = TR2.occurrence_id
2460: and refTR2.event_type_code IN('REMIT_COLL_DOC' ,'REMIT_FACT_DOC')
2461: and refTR2.occurrence_status ='CANCELREMIT'
2462: )) jlje ,
2463: gl_code_combinations gcc
2464: WHERE gcc.code_combination_id = jlje.ccid;
2465:
2466:
2467: l_rows_processed := l_rows_processed + SQL%ROWCOUNT;