DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on HR_LEGISLATION_INSTALLATIONS

Line 4867: from hr_legislation_installations

4863: IF p_phase = 2 THEN
4864:
4865: select count(*)
4866: into core_selected
4867: from hr_legislation_installations
4868: where legislation_code is null
4869: and action in ('I', 'U', 'F');
4870:
4871: END IF;