DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_MASTER_CURRENCIES

Line 141: from xtr_master_currencies_v

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:

Line 1142: from xtr_master_currencies_v

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:

Line 2359: l_currency XTR_MASTER_CURRENCIES.CURRENCY%TYPE;

2355: from xtr_hedge_attributes
2356: where hedge_attribute_id = hedge_no;
2357:
2358: l_company XTR_PARTY_INFO.PARTY_CODE%TYPE;
2359: l_currency XTR_MASTER_CURRENCIES.CURRENCY%TYPE;
2360:
2361: cursor source(hedge_no in NUMBER) is
2362: select from_value
2363: from xtr_hedge_criteria