DBA Data[Home] [Help]

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

101: where compl_agency_appeal_id = p_rec.compl_agency_appeal_id;
102: --
103: --
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: ghr_caa_rku.after_update
216: (p_effective_date => p_effective_date

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

282: ,p_hook_type => 'AU');
283: --
284: end;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End post_update;
288: --
289: -- ----------------------------------------------------------------------------
290: -- |-----------------------------< convert_defs >-----------------------------|

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

461: --
462: l_proc varchar2(72) := g_package||'upd';
463: --
464: Begin
465: hr_utility.set_location('Entering:'||l_proc, 5);
466: --
467: -- We must lock the row which we need to update.
468: --
469: ghr_caa_shd.lck

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

538: l_rec ghr_caa_shd.g_rec_type;
539: l_proc varchar2(72) := g_package||'upd';
540: --
541: Begin
542: hr_utility.set_location('Entering:'||l_proc, 5);
543: --
544: -- Call conversion function to turn arguments into the
545: -- l_rec structure.
546: --

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

586: ,l_rec
587: );
588: p_object_version_number := l_rec.object_version_number;
589: --
590: hr_utility.set_location(' Leaving:'||l_proc, 10);
591: End upd;
592: --
593: end ghr_caa_upd;