DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_BENEFIT_CLASSIFICATIONS

Line 1712: from hr_s_benefit_classifications

1708: -- Check parent ben class is not in the delivery tables
1709:
1710: select null
1711: into l_null_return
1712: from hr_s_benefit_classifications
1713: where r_each_row.benefit_classification_id=benefit_classification_id;
1714:
1715: crt_exc('Parent benefit class remains in startup tables','I');
1716: