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 1294: update hr_s_balance_types

1290: update hr_s_formula_result_rules_f
1291: set input_value_id = v_new_input_id
1292: where input_value_id = i_vals.input_value_id;
1293:
1294: update hr_s_balance_types
1295: set input_value_id = v_new_input_id
1296: where input_value_id = i_vals.input_value_id;
1297:
1298: END LOOP i_vals;