DBA Data[Home] [Help]

APPS.OTA_TPM_UPD dependencies on HR_UTILITY

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

58: l_proc varchar2(72) := g_package||'update_dml';
59: l_boolean boolean := null;
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 124: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

410: ,p_hook_type => 'AU');
411: --
412: end;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 10);
415: End post_update;
416: --
417: -- ----------------------------------------------------------------------------
418: -- |-----------------------------< convert_defs >-----------------------------|

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

653: --
654: l_proc varchar2(72) := g_package||'upd';
655: --
656: Begin
657: hr_utility.set_location('Entering:'||l_proc, 5);
658: --
659: -- We must lock the row which we need to update.
660: --
661: ota_tpm_shd.lck

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

748: l_rec ota_tpm_shd.g_rec_type;
749: l_proc varchar2(72) := g_package||'upd';
750: --
751: Begin
752: hr_utility.set_location('Entering:'||l_proc, 5);
753: --
754: -- Call conversion function to turn arguments into the
755: -- l_rec structure.
756: --

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

812: ,l_rec
813: );
814: p_object_version_number := l_rec.object_version_number;
815: --
816: hr_utility.set_location(' Leaving:'||l_proc, 10);
817: End upd;
818: --
819: end ota_tpm_upd;