DBA Data[Home] [Help]

APPS.HR_AHC_BUS dependencies on HR_API_HOOKS

Line 120: from hr_api_hooks

116:
117: -- Setup cursor for valid hook id check
118: cursor csr_valid_hook_id is
119: select api_hook_id
120: from hr_api_hooks
121: where api_hook_id = p_api_hook_id;
122:
123: --
124: begin