DBA Data[Home] [Help]

APPS.HR_DTT_UPD dependencies on HR_UTILITY

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

51: --
52: l_proc varchar2(72) := g_package||'update_dml';
53: --
54: Begin
55: hr_utility.set_location('Entering:'||l_proc, 5);
56: --
57: --
58: --
59: --

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

70: and language = p_rec.language;
71: --
72: --
73: --
74: hr_utility.set_location(' Leaving:'||l_proc, 10);
75: --
76: Exception
77: When hr_api.check_integrity_violated Then
78: -- A check constraint has been violated

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

132: --
133: l_proc varchar2(72) := g_package||'pre_update';
134: --
135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: End pre_update;
140: --

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

134: --
135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: hr_utility.set_location(' Leaving:'||l_proc, 10);
139: End pre_update;
140: --
141: -- ----------------------------------------------------------------------------
142: -- |-----------------------------< post_update >------------------------------|

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

176: --
177: l_proc varchar2(72) := g_package||'post_update';
178: --
179: Begin
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: begin
182: --
183: hr_dtt_rku.after_update
184: (p_document_type_id

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

208: ,p_hook_type => 'AU');
209: --
210: end;
211: --
212: hr_utility.set_location(' Leaving:'||l_proc, 10);
213: End post_update;
214: --
215: -- ----------------------------------------------------------------------------
216: -- |-----------------------------< convert_defs >-----------------------------|

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

290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: hr_dtt_shd.lck

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

346: l_rec hr_dtt_shd.g_rec_type;
347: l_proc varchar2(72) := g_package||'upd';
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- Call conversion function to turn arguments into the
353: -- l_rec structure.
354: --

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

369: (l_rec
370: );
371: --
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: End upd;
375: --
376: -- ----------------------------------------------------------------------------
377: -- |------------------------------< upd_tl >----------------------------------|

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

396: --
397: l_proc varchar2(72) := g_package||'upd_tl';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc,10);
401: --
402: -- Update the translated values for every matching row
403: -- setting SOURCE_LANG to the specified language.
404: --

Line 415: hr_utility.set_location(' Leaving:'||l_proc,20);

411: ,p_description => p_description
412: );
413: end loop;
414: --
415: hr_utility.set_location(' Leaving:'||l_proc,20);
416: End upd_tl;
417: --
418: end hr_dtt_upd;