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 6172: from XTR_ELIGIBLE_HEDGES_V

6168: where hedge_attribute_id = rec.deal_no
6169: and nvl(discontinue_date, end_date) < rec.revldate
6170: union
6171: select effective_date reval_date
6172: from XTR_ELIGIBLE_HEDGES_V
6173: where deal_no = rec.deal_no
6174: and effective_date < rec.revldate
6175: union
6176: select period_end reval_date