DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_DEALS_V

Line 8222: from XTR_DEALS_V

8218:
8219: Begin
8220: select day_count_type, rounding_type, prepaid_interest
8221: into l_day_count_type, l_round_type, l_pre_int
8222: from XTR_DEALS_V
8223: where deal_no = rec.deal_no;
8224:
8225: select rounding_factor
8226: into l_round

Line 9373: from XTR_DEALS_V

9369:
9370: select fixed_or_floating_rate, day_count_type, rounding_type, start_date, margin
9371: into l_fix_float, l_day_count_type, l_round_type, l_deal_begin_date,
9372: l_margin -- Bug 3230779
9373: from XTR_DEALS_V
9374: where deal_no = rec.deal_no;
9375:
9376: select max(transaction_number)
9377: into l_max_trans_no