DBA Data[Home] [Help]

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

82: where balance_type_id = p_rec.balance_type_id;
83: --
84: --
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: --
88: Exception
89: When hr_api.check_integrity_violated Then
90: -- A check constraint has been violated

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

144: --
145: l_proc varchar2(72) := g_package||'pre_update';
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_update;
152: --

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

146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_update;
152: --
153: -- ----------------------------------------------------------------------------
154: -- |-----------------------------< post_update >------------------------------|

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

189: --
190: l_proc varchar2(72) := g_package||'post_update';
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: begin
195: --
196: per_bbt_rku.after_update
197: (p_effective_date => p_effective_date

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

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

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

291: l_proc varchar2(72) := g_package||'convert_defs';
292: --
293: Begin
294: --
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --
297: -- We must now examine each argument value in the
298: -- p_rec plsql record structure
299: -- to see if a system default is being used. If a system default

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

335: p_rec.date_to :=
336: per_bbt_shd.g_old_rec.date_to;
337: End If;
338: --
339: hr_utility.set_location(' Leaving:'||l_proc, 10);
340: --
341: End convert_defs;
342: --
343: -- ----------------------------------------------------------------------------

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

350: --
351: l_proc varchar2(72) := g_package||'upd';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- We must lock the row which we need to update.
357: --
358: per_bbt_shd.lck

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

408: l_rec per_bbt_shd.g_rec_type;
409: l_proc varchar2(72) := g_package||'upd';
410: --
411: Begin
412: hr_utility.set_location('Entering:'||l_proc, 5);
413: --
414: -- Call conversion function to turn arguments into the
415: -- l_rec structure.
416: --

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

437: ,l_rec
438: );
439: p_object_version_number := l_rec.object_version_number;
440: --
441: hr_utility.set_location(' Leaving:'||l_proc, 10);
442: End upd;
443: --
444: end per_bbt_upd;