DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_LEGISLATION_INSTALLATIONS

Line 4918: from hr_legislation_installations

4914: IF p_phase = 2 THEN
4915:
4916: select count(*)
4917: into core_selected
4918: from hr_legislation_installations
4919: where legislation_code is null
4920: and action in ('I', 'U', 'F');
4921:
4922: END IF;