DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS dependencies on FND_PRODUCT_INSTALLATIONS

Line 1746: , fnd_product_installations fpi

1742: , ahc.object_version_number
1743: , ahc.call_package
1744: , ahc.call_procedure
1745: from hr_api_hook_calls ahc
1746: , fnd_product_installations fpi
1747: where ahc.api_hook_id = p_api_hook_id
1748: and ahc.enabled_flag = 'Y'
1749: and ahc.application_id is not null
1750: and ahc.application_id = fpi.application_id

Line 2147: , fnd_product_installations fpi

2143: --
2144: cursor csr_app_call_exist is
2145: select 1
2146: from hr_api_hook_calls ahc
2147: , fnd_product_installations fpi
2148: where ahc.api_hook_id = p_api_hook_id
2149: and ahc.enabled_flag = 'Y'
2150: and ahc.application_id is not null
2151: and ahc.application_id = fpi.application_id