DBA Data[Home] [Help]

APPS.HR_BUILD_NAME_TRG_PKG dependencies on HR_LEGISLATION_INSTALLATIONS

Line 21: FROM hr_legislation_installations

17: -- Start of fix for Bug #2459815
18: -- cursor instl_prod selects all the installed Legislations
19: CURSOR instl_prod IS
20: SELECT legislation_code
21: FROM hr_legislation_installations
22: WHERE application_short_name = 'PER'
23: AND ( (status='I' OR action IS NOT NULL)
24: or (legislation_code = 'JP') -- Added for fix of #3290184
25: )