DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on HR_LEGISLATION_INSTALLATIONS

Line 903: from hr_legislation_installations hli

899: is
900:
901: cursor csr_legislation_install is
902: select 'Y'
903: from hr_legislation_installations hli
904: where hli.application_short_name = p_application_short_name
905: and hli.legislation_code = p_legislation_code
906: and hli.status = 'I';
907: