DBA Data[Home] [Help]

APPS.PER_PCE_UPD dependencies on HR_UTILITY

Line 61: hr_utility.set_location('Entering:'||l_proc, 5);

57: --
58: l_proc VARCHAR2(72) := g_package||'update_dml';
59: --
60: BEGIN
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

Line 86: hr_utility.set_location(' Leaving:'||l_proc, 10);

82: where cagr_entitlement_id = p_rec.cagr_entitlement_id;
83: --
84: --
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: --
88: EXCEPTION
89: WHEN hr_api.check_integrity_violated THEN
90: -- A check constraint has been violated

Line 148: hr_utility.set_location('Entering:'||l_proc, 5);

144: --
145: l_proc VARCHAR2(72) := g_package||'pre_update';
146: --
147: BEGIN
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: END pre_update;
152: --

Line 150: hr_utility.set_location(' Leaving:'||l_proc, 10);

146: --
147: BEGIN
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: END pre_update;
152: --
153: -- ----------------------------------------------------------------------------
154: -- |-----------------------------< post_update >------------------------------|

Line 193: hr_utility.set_location('Entering:'||l_proc, 5);

189: --
190: l_proc VARCHAR2(72) := g_package||'post_update';
191: --
192: BEGIN
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: begin
195: --
196: per_pce_rku.after_update
197: (p_effective_date => p_effective_date

Line 231: hr_utility.set_location(' Leaving:'||l_proc, 10);

227: ,p_hook_type => 'AU');
228: --
229: end;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: END post_update;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |-----------------------------< convert_defs >-----------------------------|

Line 337: hr_utility.set_location('Entering:'||l_proc, 5);

333: --
334: l_proc VARCHAR2(72) := g_package||'upd';
335: --
336: BEGIN
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: --
339: -- We must lock the row which we need to update.
340: --
341: per_pce_shd.lck

Line 397: hr_utility.set_location('Entering:'||l_proc, 5);

393: l_proc VARCHAR2(72) := g_package||'upd';
394: --
395: BEGIN
396: --
397: hr_utility.set_location('Entering:'||l_proc, 5);
398: --
399: -- Call conversion function to turn arguments into the
400: -- l_rec structure.
401: --

Line 427: hr_utility.set_location(' Leaving:'||l_proc, 10);

423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: END upd;
429: --
430: end per_pce_upd;