DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_S_LEGISLATION_RULES

Line 1181: update hr_s_legislation_rules

1177:
1178: update /*+NO_INDEX*/ hr_s_magnetic_records
1179: set formula_id = formula_id - 50000000;
1180:
1181: update hr_s_legislation_rules
1182: set rule_mode =
1183: to_char(fnd_number.canonical_to_number(rule_mode) - 50000000)
1184: where rule_type = 'LEGISLATION_CHECK_FORMULA';
1185:

Line 1299: update hr_s_legislation_rules

1295: update hr_s_magnetic_records
1296: set formula_id = l_new_formula_id
1297: where formula_id = r_distinct.c_surrogate_key;
1298:
1299: update hr_s_legislation_rules
1300: set rule_mode = to_char(l_new_formula_id)
1301: where rule_mode = to_char(r_distinct.c_surrogate_key)
1302: and rule_type = 'LEGISLATION_CHECK_FORMULA';
1303: