DBA Data[Home] [Help]

APPS.PAY_BDT_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: and language = p_rec.language;
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: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_update;
147: --

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

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

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

183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: begin
189: --
190: pay_bdt_rku.after_update
191: (p_balance_dimension_id

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

219: ,p_hook_type => 'AU');
220: --
221: end;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End post_update;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |-----------------------------< convert_defs >-----------------------------|

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

305: --
306: l_proc varchar2(72) := g_package||'upd';
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: --
311: -- We must lock the row which we need to update.
312: --
313: pay_bdt_shd.lck

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

360: l_rec pay_bdt_shd.g_rec_type;
361: l_proc varchar2(72) := g_package||'upd';
362: --
363: Begin
364: hr_utility.set_location('Entering:'||l_proc, 5);
365: --
366: -- Call conversion function to turn arguments into the
367: -- l_rec structure.
368: --

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

384: (l_rec
385: );
386: --
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End upd;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |------------------------------< upd_tl >----------------------------------|

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

416: l_langs dbms_sql.varchar2s;
417: i binary_integer := 1;
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc,10);
421: if p_record_dbi_changes then
422: l_leg_code := pay_bdt_bus.return_legislation_code
423: (p_balance_dimension_id => p_balance_dimension_id
424: ,p_language => p_language_code

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

453: end if;
454: end if;
455: end loop;
456: --
457: hr_utility.set_location(' Leaving:'||l_proc,20);
458: --
459: -- Write any changes to PAY_DYNDBI_CHANGES.
460: --
461: if p_record_dbi_changes and l_langs.count > 0 then

Line 468: hr_utility.set_location(' Leaving:'||l_proc,30);

464: ,p_languages => l_langs
465: );
466: end if;
467: --
468: hr_utility.set_location(' Leaving:'||l_proc,30);
469: End upd_tl;
470: --
471: end pay_bdt_upd;