DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_BATCHES

Line 858: FROM xtr_batches b,

854:
855: -- Find existing accrual details for this deal.
856: cursor cur_accrl_deal IS
857: SELECT r.batch_id
858: FROM xtr_batches b,
859: xtr_batch_events e,
860: xtr_accrls_amort r
861: WHERE r.deal_no = l_deal_no
862: AND r.batch_id = b.batch_id