DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on HR_API_HOOK_CALLS

Line 3894: update hr_api_hook_calls

3890: else
3891: l_hooks := 'N';
3892: end if;
3893:
3894: update hr_api_hook_calls
3895: set enabled_flag = l_hooks
3896: where api_hook_call_id in (
3897: select api_hook_call_id
3898: from hr_api_hook_calls ahc,

Line 3898: from hr_api_hook_calls ahc,

3894: update hr_api_hook_calls
3895: set enabled_flag = l_hooks
3896: where api_hook_call_id in (
3897: select api_hook_call_id
3898: from hr_api_hook_calls ahc,
3899: hr_api_hooks ah,
3900: hr_api_modules am
3901: where ahc.api_hook_id = ah.api_hook_id
3902: and ah.api_module_id = am.api_module_id

Line 3937: from hr_api_hook_calls ahc,

3933:
3934:
3935: cursor csr_dyt_pkg_hook is
3936: select count(*)
3937: from hr_api_hook_calls ahc,
3938: hr_api_hooks ah,
3939: hr_api_modules am
3940: where ahc.api_hook_id = ah.api_hook_id
3941: and ah.api_module_id = am.api_module_id