DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on HR_API_HOOK_CALLS

Line 3856: update hr_api_hook_calls

3852: else
3853: l_hooks := 'N';
3854: end if;
3855:
3856: update hr_api_hook_calls
3857: set enabled_flag = l_hooks
3858: where api_hook_call_id in (
3859: select api_hook_call_id
3860: from hr_api_hook_calls ahc,

Line 3860: from hr_api_hook_calls ahc,

3856: update hr_api_hook_calls
3857: set enabled_flag = l_hooks
3858: where api_hook_call_id in (
3859: select api_hook_call_id
3860: from hr_api_hook_calls ahc,
3861: hr_api_hooks ah,
3862: hr_api_modules am
3863: where ahc.api_hook_id = ah.api_hook_id
3864: and ah.api_module_id = am.api_module_id

Line 3899: from hr_api_hook_calls ahc,

3895:
3896:
3897: cursor csr_dyt_pkg_hook is
3898: select count(*)
3899: from hr_api_hook_calls ahc,
3900: hr_api_hooks ah,
3901: hr_api_modules am
3902: where ahc.api_hook_id = ah.api_hook_id
3903: and ah.api_module_id = am.api_module_id