DBA Data[Home] [Help]

APPS.LNS_FIN_UTILS dependencies on LNS_INT_RATE_LINES

Line 1812: || Source Tables: lns_int_Rate_lines

1808: || p_rate_date => date to capture rate
1809: ||
1810: || Return value: current annual rate for the index
1811: ||
1812: || Source Tables: lns_int_Rate_lines
1813: ||
1814: || Target Tables: NA
1815: ||
1816: || MODIFICATION HISTORY

Line 1827: from lns_int_Rate_lines

1823:
1824: is
1825: cursor c_rate_for_Date(p_index_rate_id number, p_rate_date date) is
1826: select interest_rate
1827: from lns_int_Rate_lines
1828: where interest_rate_id = p_index_rate_id
1829: and p_rate_date >= start_date_active
1830: and p_rate_date < end_date_active;
1831: