DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_BATCH_EVENTS

Line 738: xtr_batches b,xtr_batch_events e

734:
735: cursor cur_reval_comp IS
736: SELECT max(period_end)
737: FROM
738: xtr_batches b,xtr_batch_events e
739: WHERE
740: b.company_code = p_company_code
741: AND b.batch_id = e.batch_id
742: AND e.event_code = p_event_code;