DBA Data[Home] [Help]

APPS.HR_LEGISLATION_ELEMENTS dependencies on HR_S_BENEFIT_CLASSIFICATIONS

Line 1733: from hr_s_benefit_classifications

1729: -- Check parent ben class is not in the delivery tables
1730:
1731: select null
1732: into l_null_return
1733: from hr_s_benefit_classifications
1734: where r_each_row.benefit_classification_id=benefit_classification_id;
1735:
1736: crt_exc('Parent benefit class remains in startup tables','I');
1737: