DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_STOCK_ELIGIBLE_DEALS_V

Line 556: select * from XTR_STOCK_ELIGIBLE_DEALS_V

552: and deal_no in (select deal_no from xtr_deals where deal_type = 'RTMM'
553: and last_reval_batch_id is null);
554:
555: Cursor c_stock_deal is
556: select * from XTR_STOCK_ELIGIBLE_DEALS_V
557: where eligible_date <= l_batch_end and company_code = l_company_code;
558:
559: Cursor c_tmm_deal is
560: Select * from XTR_TMM_ELIGIBLE_DEALS_V