DBA Data[Home] [Help]

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

83: where compl_adr_id = p_rec.compl_adr_id;
84: --
85: --
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: --
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

190: --
191: l_proc varchar2(72) := g_package||'post_update';
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195:
196: begin
197: --
198: ghr_cad_rku.after_update

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

230: --
231: end;
232:
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End post_update;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |-----------------------------< convert_defs >-----------------------------|

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

337: --
338: l_proc varchar2(72) := g_package||'upd';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: -- We must lock the row which we need to update.
344: --
345: ghr_cad_shd.lck

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

396: l_rec ghr_cad_shd.g_rec_type;
397: l_proc varchar2(72) := g_package||'upd';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: -- Call conversion function to turn arguments into the
403: -- l_rec structure.
404: --

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

426: ,l_rec
427: );
428: p_object_version_number := l_rec.object_version_number;
429: --
430: hr_utility.set_location(' Leaving:'||l_proc, 10);
431: End upd;
432: --
433: end ghr_cad_upd;