DBA Data[Home] [Help]

APPS.PER_CKL_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 125: hr_utility.set_location(' Leaving:'||l_proc, 10);

121: where checklist_id = p_rec.checklist_id;
122: --
123: --
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: --
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated

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

183: --
184: l_proc varchar2(72) := g_package||'pre_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End pre_update;
191: --

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

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: End pre_update;
191: --
192: -- ----------------------------------------------------------------------------
193: -- |-----------------------------< post_update >------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'post_update';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: begin
234: --
235: per_ckl_rku.after_update
236: (p_effective_date => p_effective_date

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

439: ,p_hook_type => 'AU');
440: --
441: end;
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: End post_update;
445: --
446: -- ----------------------------------------------------------------------------
447: -- |-----------------------------< convert_defs >-----------------------------|

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

698: --
699: l_proc varchar2(72) := g_package||'upd';
700: --
701: Begin
702: hr_utility.set_location('Entering:'||l_proc, 5);
703: --
704: -- We must lock the row which we need to update.
705: --
706: per_ckl_shd.lck

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

801: l_rec per_ckl_shd.g_rec_type;
802: l_proc varchar2(72) := g_package||'upd';
803: --
804: Begin
805: hr_utility.set_location('Entering:'||l_proc, 5);
806: --
807: -- Call conversion function to turn arguments into the
808: -- l_rec structure.
809: --

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

869: ,l_rec
870: );
871: p_object_version_number := l_rec.object_version_number;
872: --
873: hr_utility.set_location(' Leaving:'||l_proc, 10);
874: End upd;
875: --
876: end per_ckl_upd;