[Home] [Help]
1448: BEGIN
1449: -- Check balance feeds
1450: select distinct null
1451: into l_null_return
1452: from pay_balance_feeds_f a
1453: , pay_input_values_f b
1454: where b.element_type_id = l_new_element_type_id
1455: and a.input_value_id = b.input_value_id
1456: and a.effective_end_Date > r_distinct.c_end