[Home] [Help]
137: and r.batch_id <= p_batch_id);
138:
139: cursor cur_rnd(p_ccy in varchar2) is
140: select rounding_factor
141: from xtr_master_currencies_v
142: where currency = p_ccy;
143:
144: BEGIN
145:
1138: and instrument_item_flag = 'U';
1139:
1140: cursor cur_rnd(p_ccy in varchar2) is
1141: select rounding_factor
1142: from xtr_master_currencies_v
1143: where currency = p_ccy;
1144:
1145: BEGIN
1146: