DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_FORMULAS_F

Line 1692: from hr_s_formulas_f

1688: -- Check parent formula is not in the delivery tables
1689:
1690: select distinct null
1691: into l_null_return
1692: from hr_s_formulas_f
1693: where formula_id = r_each_row.formula_id;
1694:
1695: crt_exc('Parent formula remains in the startup tables','I');
1696:

Line 4215: from hr_s_formulas_f

4211: -- Check the tables in the delivery account
4212:
4213: select distinct null
4214: into l_null_return
4215: from hr_s_formulas_f
4216: where formula_id = stu_rec.formula_id;
4217:
4218: crt_exc('Parent formula remains in delivery tables');
4219: