DBA Data[Home] [Help]

APPS.PER_FNAME_PKG dependencies on HR_LEGISLATION_INSTALLATIONS

Line 50: FROM hr_legislation_installations

46:
47: -- Cursor to check for installed legislation
48: CURSOR instl_prod (p_legislation_code varchar2) IS
49: SELECT 'x'
50: FROM hr_legislation_installations
51: WHERE application_short_name = 'PER'
52: AND (status='I' OR action IS NOT NULL)
53: AND legislation_code = p_legislation_code;
54: