DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_USER_COLUMN_INSTANCES_F

Line 3909: update /*+NO_INDEX*/ hr_s_user_column_instances_f

3905:
3906: update /*+NO_INDEX*/ hr_s_user_columns
3907: set user_column_id = user_column_id - 50000000;
3908:
3909: update /*+NO_INDEX*/ hr_s_user_column_instances_f
3910: set user_column_id = user_column_id - 50000000;
3911:
3912: update hr_s_application_ownerships
3913: set key_value = key_value - 50000000

Line 4024: update hr_s_user_column_instances_f

4020: set key_value = to_char(l_new_surrogate_key)
4021: where key_value = to_char(stu_rec.c_surrogate_key)
4022: and key_name = 'USER_COLUMN_ID';
4023:
4024: update hr_s_user_column_instances_f
4025: set user_column_id = l_new_surrogate_key
4026: where user_column_id = stu_rec.c_surrogate_key;
4027:
4028: END update_uid;