DBA Data[Home] [Help]

APPS.HR_AMD_BUS dependencies on HR_API_HOOKS

Line 261: from hr_api_hooks hk

257: l_exists varchar2(1);
258: --
259: Cursor csr_legislation_data is
260: select null
261: from hr_api_hooks hk
262: where hk.api_module_id = p_api_module_id
263: and (legislation_package is not null
264: or legislation_function is not null) ;
265: --

Line 490: from hr_api_hooks hah

486: --
487: -- Setup cursor to check for children
488: cursor csr_check_for_child is
489: select api_module_id
490: from hr_api_hooks hah
491: where hah.api_module_id = p_api_module_id;
492: --
493: --
494: begin