DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on XTR_BATCHES

Line 937: xtr_batches b,xtr_batch_events e

933:
934: cursor cur_reval_comp IS
935: SELECT max(period_end)
936: FROM
937: xtr_batches b,xtr_batch_events e
938: WHERE
939: b.company_code = p_company_code
940: AND b.batch_id = e.batch_id
941: AND e.event_code = p_event_code;