DBA Data[Home] [Help]

APPS.HR_LEGISLATION_BENEFITS dependencies on HR_S_ELEMENT_TYPES_F

Line 752: update hr_s_element_types_f

748: where key_value = to_char(stu_rec.c_surrogate_key)
749: and key_name = 'BENEFIT_CLASSIFICATION_ID';
750:
751:
752: update hr_s_element_types_f
753: set benefit_classification_id = l_new_surrogate_key
754: where benefit_classification_id = stu_rec.c_surrogate_key;
755:
756: END update_uid;