DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_BALANCE_TYPES

Line 902: update /*+NO_INDEX*/ hr_s_balance_types

898:
899: update /*+NO_INDEX*/ hr_s_FORMULA_RESULT_RULES_F
900: set input_value_id = input_value_id - 50000000;
901:
902: update /*+NO_INDEX*/ hr_s_balance_types
903: set input_value_id = input_value_id - 50000000;
904:
905: --
906: -- #347569 Removed two lines here, which were an exact copy of

Line 1315: update hr_s_balance_types

1311: update hr_s_formula_result_rules_f
1312: set input_value_id = v_new_input_id
1313: where input_value_id = i_vals.input_value_id;
1314:
1315: update hr_s_balance_types
1316: set input_value_id = v_new_input_id
1317: where input_value_id = i_vals.input_value_id;
1318:
1319: END LOOP i_vals;