DBA Data[Home] [Help]

APPS.HXC_HRP_RKU dependencies on HXC_US_TIME_DEFINITIONS_HOOK

Line 30: HXC_US_TIME_DEFINITIONS_HOOK.UPDATE_USER_HOOK_RECURRING

26: if hr_api.call_leg_hooks then
27: -- Note: All legislation hook calls will be executed regardless of the
28: -- legislation code because the data for this API module is not held within
29: -- the context of a business_group_id.
30: HXC_US_TIME_DEFINITIONS_HOOK.UPDATE_USER_HOOK_RECURRING
31: (P_RECURRING_PERIOD_ID => P_RECURRING_PERIOD_ID
32: ,P_NAME => P_NAME
33: );
34: end if;