DBA Data[Home] [Help]

APPS.LNS_INDEX_RATES_PUB dependencies on LNS_INT_RATE_LINES

Line 968: FROM lns_int_rate_lines

964: interest_rate_id,
965: interest_rate,
966: start_date_active,
967: end_date_active
968: FROM lns_int_rate_lines
969: WHERE interest_rate_id = indexRateId
970: order by start_date_active;
971:
972: BEGIN

Line 1159: FROM lns_int_rate_lines

1155: interest_rate_id,
1156: interest_rate,
1157: start_date_active,
1158: end_date_active+1
1159: FROM lns_int_rate_lines
1160: WHERE interest_rate_id = indexRateId
1161: order by start_date_active;
1162:
1163: BEGIN