DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_ELIGIBLE_HEDGES_V

Line 497: Select * from XTR_ELIGIBLE_HEDGES_V

493: Select * from XTR_FRA_ELIGIBLE_DEALS_V
494: where eligible_date <= l_batch_end and company_code = l_company_code;
495:
496: Cursor c_hedge is
497: Select * from XTR_ELIGIBLE_HEDGES_V
498: where eligible_date <= l_batch_end and company_code = l_company_code;
499:
500: Cursor c_fx_hedge_deal is
501: Select * from XTR_FX_ELIGIBLE_DEALS_V

Line 6189: from XTR_ELIGIBLE_HEDGES_V

6185: where hedge_attribute_id = rec.deal_no
6186: and nvl(discontinue_date, end_date) < rec.revldate
6187: union
6188: select effective_date reval_date
6189: from XTR_ELIGIBLE_HEDGES_V
6190: where deal_no = rec.deal_no
6191: and effective_date < rec.revldate
6192: union
6193: select period_end reval_date