DBA Data[Home] [Help]

APPS.HR_AHK_BUS dependencies on HR_API_HOOK_CALLS

Line 753: from hr_api_hook_calls hahc

749: --
750: -- Setup cursor to check for children
751: cursor csr_check_for_child is
752: select api_hook_id
753: from hr_api_hook_calls hahc
754: where hahc.api_hook_id = p_api_hook_id;
755: --
756: --
757: begin