DBA Data[Home] [Help]

APPS.PER_CTR_RKI dependencies on PER_CTR_RKI

Line 1: package body PER_CTR_RKI as

1: package body PER_CTR_RKI as
2: /* $Header: pectrrhi.pkb 120.5 2011/11/15 11:32:26 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2012/11/27 04:02:26 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_INSERT

Line 76: hr_utility.set_location('Entering: PER_CTR_RKI.AFTER_INSERT', 10);

72: )is
73: l_commit_unit_number number;
74: l_legislation_code varchar2(30);
75: begin
76: hr_utility.set_location('Entering: PER_CTR_RKI.AFTER_INSERT', 10);
77: l_commit_unit_number := hr_api.return_commit_unit;
78: if hr_api.call_leg_hooks then
79: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
80: if l_legislation_code = 'JP' then

Line 99: hr_utility.set_location(' Leaving: PER_CTR_RKI.AFTER_INSERT', 20);

95: );
96: end if;
97: end if;
98: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_CONTACT_RELATIONSHIPS', 'AI');
99: hr_utility.set_location(' Leaving: PER_CTR_RKI.AFTER_INSERT', 20);
100: end AFTER_INSERT;
101: end PER_CTR_RKI;

Line 101: end PER_CTR_RKI;

97: end if;
98: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_CONTACT_RELATIONSHIPS', 'AI');
99: hr_utility.set_location(' Leaving: PER_CTR_RKI.AFTER_INSERT', 20);
100: end AFTER_INSERT;
101: end PER_CTR_RKI;