DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_RTMM_ELIGIBLE_DEALS_V

Line 550: Select * from XTR_RTMM_ELIGIBLE_DEALS_V

546: Select * from XTR_SWPTN_ELIGIBLE_DEALS_V
547: where eligible_date <= l_batch_end and company_code = l_company_code;
548:
549: Cursor c_rtmm_deal is
550: Select * from XTR_RTMM_ELIGIBLE_DEALS_V
551: where eligible_date <= l_batch_end and company_code = l_company_code
552: and deal_no in (select deal_no from xtr_deals where deal_type = 'RTMM'
553: and last_reval_batch_id is null);
554: