DBA Data[Home] [Help]

APPS.HXC_HRP_RKU dependencies on HXC_HRP_RKU

Line 1: package body HXC_HRP_RKU as

1: package body HXC_HRP_RKU as
2: /* $Header: hxchrprhi.pkb 120.2 2005/09/23 10:43:21 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2007/01/03 23:10:25 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_UPDATE

Line 24: hr_utility.set_location('Entering: HXC_HRP_RKU.AFTER_UPDATE', 10);

20: )is
21: l_commit_unit_number number;
22: l_legislation_code varchar2(30);
23: begin
24: hr_utility.set_location('Entering: HXC_HRP_RKU.AFTER_UPDATE', 10);
25: l_commit_unit_number := hr_api.return_commit_unit;
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

Line 36: hr_utility.set_location(' Leaving: HXC_HRP_RKU.AFTER_UPDATE', 20);

32: ,P_NAME => P_NAME
33: );
34: end if;
35: hr_api.validate_commit_unit(l_commit_unit_number, 'HXC_RECURRING_PERIODS', 'AU');
36: hr_utility.set_location(' Leaving: HXC_HRP_RKU.AFTER_UPDATE', 20);
37: end AFTER_UPDATE;
38: end HXC_HRP_RKU;

Line 38: end HXC_HRP_RKU;

34: end if;
35: hr_api.validate_commit_unit(l_commit_unit_number, 'HXC_RECURRING_PERIODS', 'AU');
36: hr_utility.set_location(' Leaving: HXC_HRP_RKU.AFTER_UPDATE', 20);
37: end AFTER_UPDATE;
38: end HXC_HRP_RKU;