DBA Data[Home] [Help]

APPS.HR_PSF_RKI dependencies on HR_PSF_RKI

Line 1: package body HR_PSF_RKI as

1: package body HR_PSF_RKI as
2: /* $Header: hrpsfrhi.pkb 120.5 2006/06/12 23:03:19 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2007/01/03 22:48:02 (YYYY/MM/DD HH24:MI:SS)
5: procedure AFTER_INSERT

Line 142: hr_utility.set_location('Entering: HR_PSF_RKI.AFTER_INSERT', 10);

138: )is
139: l_commit_unit_number number;
140: l_legislation_code varchar2(30);
141: begin
142: hr_utility.set_location('Entering: HR_PSF_RKI.AFTER_INSERT', 10);
143: l_commit_unit_number := hr_api.return_commit_unit;
144: if hr_api.call_app_hooks then
145: PSB_HR_POPULATE_DATA_PVT.INSERT_POSITION_INFO
146: (P_POSITION_ID => P_POSITION_ID

Line 174: hr_utility.set_location(' Leaving: HR_PSF_RKI.AFTER_INSERT', 20);

170: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
171: );
172: end if;
173: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ALL_POSITIONS_F', 'AI');
174: hr_utility.set_location(' Leaving: HR_PSF_RKI.AFTER_INSERT', 20);
175: end AFTER_INSERT;
176: end HR_PSF_RKI;

Line 176: end HR_PSF_RKI;

172: end if;
173: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_ALL_POSITIONS_F', 'AI');
174: hr_utility.set_location(' Leaving: HR_PSF_RKI.AFTER_INSERT', 20);
175: end AFTER_INSERT;
176: end HR_PSF_RKI;