DBA Data[Home] [Help]

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

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

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

140: --
141: l_proc varchar2(72) := g_package||'pre_update';
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --

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

142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --
149: -- ----------------------------------------------------------------------------
150: -- |-----------------------------< post_update >------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: begin
191: --
192: per_cpl_rku.after_update
193: (p_effective_date => p_effective_date

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

226: ,p_hook_type => 'AU');
227: --
228: end;
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End post_update;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |-----------------------------< convert_defs >-----------------------------|

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

317: --
318: l_proc varchar2(72) := g_package||'upd';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- We must lock the row which we need to update.
324: --
325: per_cpl_shd.lck

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

378: l_rec per_cpl_shd.g_rec_type;
379: l_proc varchar2(72) := g_package||'upd';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: --
384: -- Call conversion function to turn arguments into the
385: -- l_rec structure.
386: --

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

404: ,l_rec
405: );
406: --
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 10);
409: End upd;
410: --
411: -- ----------------------------------------------------------------------------
412: -- |------------------------------< upd_tl >----------------------------------|

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

433: --
434: l_proc varchar2(72) := g_package||'upd_tl';
435: --
436: Begin
437: hr_utility.set_location('Entering:'||l_proc,10);
438: --
439: -- Update the translated values for every matching row
440: -- setting SOURCE_LANG to the specified language.
441: --

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

455: -- Update the translated values for every matching row
456: --
457: upd_key_flex_meanings( p_competence_id );
458: --
459: hr_utility.set_location(' Leaving:'||l_proc,20);
460: End upd_tl;
461: --
462: -- ----------------------------------------------------------------------------
463: -- |------------------------------< upd_key_flex_meanings >-------------------|

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

490: l_proc varchar2(72) := g_package||'upd_key_flex_meanings';
491: --
492: Begin
493: --
494: hr_utility.set_location('Entering:'||l_proc, 5);
495: --
496: For l_language IN c_languages Loop
497: --
498: -- Lock the existing record (which may already be updated)

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

530: -- Set the session language
531: --
532: hr_kflex_utility.set_session_language_code( l_userenv_language_code );
533: --
534: hr_utility.set_location(' Leaving:'||l_proc,20);
535: --
536: Exception
537: --
538: When Others Then