DBA Data[Home] [Help]

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

100: and category_usage_id = p_rec.category_usage_id;
101: --
102: --
103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: --
106: Exception
107: When hr_api.check_integrity_violated Then
108: -- A check constraint has been violated

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

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

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

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

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

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

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

328: ,p_hook_type => 'AU');
329: --
330: end;
331: --
332: hr_utility.set_location(' Leaving:'||l_proc, 10);
333: End post_update;
334: --
335: -- ----------------------------------------------------------------------------
336: -- |-----------------------------< convert_defs >-----------------------------|

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

495: --
496: l_proc varchar2(72) := g_package||'upd';
497: --
498: Begin
499: hr_utility.set_location('Entering:'||l_proc, 5);
500: --
501: -- We must lock the row which we need to update.
502: --
503: ota_lci_shd.lck

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

577: l_rec ota_lci_shd.g_rec_type;
578: l_proc varchar2(72) := g_package||'upd';
579: --
580: Begin
581: hr_utility.set_location('Entering:'||l_proc, 5);
582: --
583: -- Call conversion function to turn arguments into the
584: -- l_rec structure.
585: --

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

623: ,l_rec
624: );
625: p_object_version_number := l_rec.object_version_number;
626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 10);
628: End upd;
629: --
630: end ota_lci_upd;