593: BEGIN -- MAIN --
594: -------------------------------------------------------------------------------
595: hr_utility.set_location('per_za_utility_pkg.insert_ee_value',1);
596: -- Get the element_entry_value_id from the sequence
597: SELECT pay_element_entry_values_s.nextval
598: INTO l_entry_value_pk
599: FROM dual;
600: hr_utility.set_location('per_za_utility_pkg.insert_ee_value',2);
601: -- Insert a new row using the sequence value