DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_BDO_ELIGIBLE_DEALS_V

Line 485: Select * from XTR_BDO_ELIGIBLE_DEALS_V

481: /**************************************************************/
482: /* Find all eligible deals for each deal type for revaluation */
483: /**************************************************************/
484: cursor c_bdo_deal is
485: Select * from XTR_BDO_ELIGIBLE_DEALS_V
486: where eligible_date <= l_batch_end and company_code = l_company_code;
487:
488: Cursor c_bond_deal is
489: Select * from XTR_BOND_ELIGIBLE_DEALS_V