[Home] [Help]
2103: begin
2104: --
2105: select 'Y'
2106: into v_zap
2107: from sys.dual
2108: where exists
2109: (select 1
2110: from sys.dual
2111: where l_change_date =
2106: into v_zap
2107: from sys.dual
2108: where exists
2109: (select 1
2110: from sys.dual
2111: where l_change_date =
2112: (select min(effective_start_date)
2113: from pay_element_entries_f
2114: where element_entry_id = l_element_entry_id));