DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_FORMULAS_F

Line 1671: from hr_s_formulas_f

1667: -- Check parent formula is not in the delivery tables
1668:
1669: select distinct null
1670: into l_null_return
1671: from hr_s_formulas_f
1672: where formula_id = r_each_row.formula_id;
1673:
1674: crt_exc('Parent formula remains in the startup tables','I');
1675:

Line 4183: from hr_s_formulas_f

4179: -- Check the tables in the delivery account
4180:
4181: select distinct null
4182: into l_null_return
4183: from hr_s_formulas_f
4184: where formula_id = stu_rec.formula_id;
4185:
4186: crt_exc('Parent formula remains in delivery tables');
4187: