DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_USER_COLUMN_INSTANCES_F

Line 3877: update /*+NO_INDEX*/ hr_s_user_column_instances_f

3873:
3874: update /*+NO_INDEX*/ hr_s_user_columns
3875: set user_column_id = user_column_id - 50000000;
3876:
3877: update /*+NO_INDEX*/ hr_s_user_column_instances_f
3878: set user_column_id = user_column_id - 50000000;
3879:
3880: update hr_s_application_ownerships
3881: set key_value = key_value - 50000000

Line 3992: update hr_s_user_column_instances_f

3988: set key_value = to_char(l_new_surrogate_key)
3989: where key_value = to_char(stu_rec.c_surrogate_key)
3990: and key_name = 'USER_COLUMN_ID';
3991:
3992: update hr_s_user_column_instances_f
3993: set user_column_id = l_new_surrogate_key
3994: where user_column_id = stu_rec.c_surrogate_key;
3995:
3996: END update_uid;