DBA Data[Home] [Help]

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

109: where balance_type_id = p_rec.balance_type_id;
110: --
111: pay_blt_shd.g_api_dml := false; -- Unset the api dml status
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: --
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated

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

171: --
172: l_proc varchar2(72) := g_package||'pre_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --

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

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |-----------------------------< post_update >------------------------------|

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

217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: begin
223: --
224: pay_blt_rku.after_update
225: (p_effective_date => p_effective_date

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

309: ,p_hook_type => 'AU');
310: --
311: end;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End post_update;
315: --
316: -- ----------------------------------------------------------------------------
317: -- |-----------------------------< convert_defs >-----------------------------|

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

522: l_proc varchar2(72) := g_package||'upd';
523: l_balance_name_warning number;
524: --
525: Begin
526: hr_utility.set_location('Entering:'||l_proc, 5);
527: --
528: -- We must lock the row which we need to update.
529: --
530: pay_blt_shd.lck

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

643: l_tax_type varchar2(30) := hr_api.g_varchar2;
644: l_balance_name_warning number;
645: --
646: Begin
647: hr_utility.set_location('Entering:'||l_proc, 5);
648: --
649: -- Call conversion function to turn arguments into the
650: -- l_rec structure.
651: --

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

701: );
702: p_balance_name_warning := l_balance_name_warning;
703: p_object_version_number := l_rec.object_version_number;
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 10);
706: End upd;
707: --
708: end pay_blt_upd;