DBA Data[Home] [Help]

APPS.XTR_REVAL_PROCESS_P dependencies on XTR_DEALS_V

Line 8203: from XTR_DEALS_V

8199:
8200: Begin
8201: select day_count_type, rounding_type, prepaid_interest
8202: into l_day_count_type, l_round_type, l_pre_int
8203: from XTR_DEALS_V
8204: where deal_no = rec.deal_no;
8205:
8206: select rounding_factor
8207: into l_round

Line 9354: from XTR_DEALS_V

9350:
9351: select fixed_or_floating_rate, day_count_type, rounding_type, start_date, margin
9352: into l_fix_float, l_day_count_type, l_round_type, l_deal_begin_date,
9353: l_margin -- Bug 3230779
9354: from XTR_DEALS_V
9355: where deal_no = rec.deal_no;
9356:
9357: select max(transaction_number)
9358: into l_max_trans_no