DBA Data[Home] [Help]

APPS.XTR_FPS2_P dependencies on XTR_BATCHES

Line 1636: from xtr_batches b, xtr_batch_events e, xtr_revaluation_details r

1632: and period_to > p_start_date;
1633:
1634: cursor check_reval_done is
1635: select max(b.period_end)
1636: from xtr_batches b, xtr_batch_events e, xtr_revaluation_details r
1637: where b.batch_id = e.batch_id
1638: and b.batch_id = r.batch_id
1639: and r.deal_no = p_deal_no
1640: and b.company_code = p_company