DBA Data[Home] [Help]

APPS.OTA_LPM_UPD dependencies on HR_UTILITY

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

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

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

104: where learning_path_member_id = p_rec.learning_path_member_id;
105: --
106: --
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 10);
109: --
110: Exception
111: When hr_api.check_integrity_violated Then
112: -- A check constraint has been violated

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

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

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

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

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

211: --
212: l_proc varchar2(72) := g_package||'post_update';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: begin
217: --
218: ota_lpm_rku.after_update
219: (p_effective_date => p_effective_date

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

350: ,p_hook_type => 'AU');
351: --
352: end;
353: --
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: End post_update;
356: --
357: -- ----------------------------------------------------------------------------
358: -- |-----------------------------< convert_defs >-----------------------------|

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

537: --
538: l_proc varchar2(72) := g_package||'upd';
539: --
540: Begin
541: hr_utility.set_location('Entering:'||l_proc, 5);
542: --
543: -- We must lock the row which we need to update.
544: --
545: ota_lpm_shd.lck

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

622: l_rec ota_lpm_shd.g_rec_type;
623: l_proc varchar2(72) := g_package||'upd';
624: --
625: Begin
626: hr_utility.set_location('Entering:'||l_proc, 5);
627: --
628: -- Call conversion function to turn arguments into the
629: -- l_rec structure.
630: --

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

672: ,l_rec
673: );
674: p_object_version_number := l_rec.object_version_number;
675: --
676: hr_utility.set_location(' Leaving:'||l_proc, 10);
677: End upd;
678: --
679: end ota_lpm_upd;