DBA Data[Home] [Help]

APPS.PER_CEI_UPD dependencies on HR_UTILITY

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

60: l_last_updated_by per_cagr_entitlement_items.last_updated_by%TYPE;
61: l_last_update_login per_cagr_entitlement_items.last_update_login%TYPE;
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: -- Increment the object version
67: --
68: p_rec.object_version_number := p_rec.object_version_number + 1;

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

101: ,multiple_entries_allowed_flag = p_rec.mult_entries_allowed_flag
102: ,auto_create_entries_flag = p_rec.auto_create_entries_flag -- CEI Enh
103: where cagr_entitlement_item_id = p_rec.cagr_entitlement_item_id;
104: --
105: hr_utility.set_location(' Leaving:'||l_proc, 10);
106: --
107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated

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

163: --
164: l_proc varchar2(72) := g_package||'pre_update';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End pre_update;
171: --

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

165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End pre_update;
171: --
172: -- ----------------------------------------------------------------------------
173: -- |-----------------------------< post_update >------------------------------|

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

208: --
209: l_proc varchar2(72) := g_package||'post_update';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: begin
214: --
215: per_cei_rku.after_update
216: (p_effective_date => p_effective_date

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

264: ,p_hook_type => 'AU');
265: --
266: end;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End post_update;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |-----------------------------< convert_defs >-----------------------------|

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

421: --
422: l_proc varchar2(72) := g_package||'upd';
423: --
424: Begin
425: hr_utility.set_location('Entering:'||l_proc, 5);
426: --
427: -- We must lock the row which we need to update.
428: --
429: per_cei_shd.lck

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

490: l_rec per_cei_shd.g_rec_type;
491: l_proc varchar2(72) := g_package||'upd';
492: --
493: Begin
494: hr_utility.set_location('Entering:'||l_proc, 5);
495: --
496: -- Call conversion function to turn arguments into the
497: -- l_rec structure.
498: --

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

528: ,l_rec
529: );
530: --
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: End upd;
534: --
535: end per_cei_upd;