DBA Data[Home] [Help]

APPS.PER_REI_RKD dependencies on HR_UTILITY

Line 78: hr_utility.set_location('Entering: PER_REI_RKD.AFTER_DELETE', 10);

74: )is
75: l_commit_unit_number number;
76: l_legislation_code varchar2(30);
77: begin
78: hr_utility.set_location('Entering: PER_REI_RKD.AFTER_DELETE', 10);
79: l_commit_unit_number := hr_api.return_commit_unit;
80: if hr_api.call_leg_hooks then
81: l_legislation_code := PER_CTR_BUS.RETURN_LEGISLATION_CODE(P_CONTACT_RELATIONSHIP_ID => P_CONTACT_RELATIONSHIP_ID_O
82: );

Line 95: hr_utility.set_location(' Leaving: PER_REI_RKD.AFTER_DELETE', 20);

91: );
92: end if;
93: end if;
94: hr_api.validate_commit_unit(l_commit_unit_number, 'PER_CONTACT_EXTRA_INFO_F', 'AD');
95: hr_utility.set_location(' Leaving: PER_REI_RKD.AFTER_DELETE', 20);
96: end AFTER_DELETE;
97: end PER_REI_RKD;