DBA Data[Home] [Help]

APPS.HR_GENERAL2 dependencies on HR_LEGISLATION_INSTALLATIONS

Line 856: from hr_legislation_installations hli

852: is
853:
854: cursor csr_legislation_install is
855: select 'Y'
856: from hr_legislation_installations hli
857: where hli.application_short_name = p_application_short_name
858: and hli.legislation_code = p_legislation_code
859: and hli.status = 'I';
860: