DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS dependencies on LNS_INT_RATE_LINES

Line 2171: || Source Tables: lns_int_Rate_lines

2167: || p_rate_date => date to capture rate
2168: ||
2169: || Return value: current annual rate for the index
2170: ||
2171: || Source Tables: lns_int_Rate_lines
2172: ||
2173: || Target Tables: NA
2174: ||
2175: || MODIFICATION HISTORY

Line 2186: from lns_int_Rate_lines

2182:
2183: is
2184: cursor c_rate_for_Date(p_index_rate_id number, p_rate_date date) is
2185: select interest_rate
2186: from lns_int_Rate_lines
2187: where interest_rate_id = p_index_rate_id
2188: and p_rate_date >= start_date_active
2189: and p_rate_date < end_date_active;
2190: