[Home] [Help]
1469: BEGIN
1470: -- Check balance feeds
1471: select distinct null
1472: into l_null_return
1473: from pay_balance_feeds_f a
1474: , pay_input_values_f b
1475: where b.element_type_id = l_new_element_type_id
1476: and a.input_value_id = b.input_value_id
1477: and a.effective_end_Date > r_distinct.c_end