DBA Data[Home] [Help]

APPS.HR_ADI_LOB_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: --
64: --
65: --

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

77: where file_id = p_rec.file_id;
78: --
79: --
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

139: --
140: l_proc varchar2(72) := g_package||'pre_update';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: -- Derive file_format from file_content_type
146: --
147: --

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

152: else
153: p_rec.file_format := 'BINARY';
154: end if;
155:
156: hr_utility.set_location(' Leaving:'||l_proc, 10);
157: End pre_update;
158: --
159: -- ----------------------------------------------------------------------------
160: -- |-----------------------------< post_update >------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'post_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: begin
201: --
202: hr_adi_lob_rku.after_update
203: (p_effective_date => p_effective_date

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

238: ,p_hook_type => 'AU');
239: --
240: end;
241: --
242: hr_utility.set_location(' Leaving:'||l_proc, 10);
243: End post_update;
244: --
245: -- ----------------------------------------------------------------------------
246: -- |-----------------------------< convert_defs >-----------------------------|

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

333: --
334: l_proc varchar2(72) := g_package||'upd';
335: --
336: Begin
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: --
339: -- We must lock the row which we need to update.
340: --
341: hr_adi_lob_shd.lck

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

389: l_rec hr_adi_lob_shd.g_rec_type;
390: l_proc varchar2(72) := g_package||'upd';
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Call conversion function to turn arguments into the
396: -- l_rec structure.
397: --

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

415: ,l_rec
416: );
417: --
418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: End upd;
421: --
422: end hr_adi_lob_upd;