DBA Data[Home] [Help]

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

90: where balance_dimension_id = p_rec.balance_dimension_id;
91: --
92: --
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: --
96: Exception
97: When hr_api.check_integrity_violated Then
98: -- A check constraint has been violated

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

152: --
153: l_proc varchar2(72) := g_package||'pre_update';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --

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

154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_update >------------------------------|

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

196: --
197: l_proc varchar2(72) := g_package||'post_update';
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: begin
202: --
203: pay_bld_rku.after_update
204: (p_balance_dimension_id

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

290: ,p_hook_type => 'AU');
291: --
292: end;
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End post_update;
296: --
297: -- ----------------------------------------------------------------------------
298: -- |-----------------------------< convert_defs >-----------------------------|

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

436: --
437: l_proc varchar2(72) := g_package||'upd';
438: --
439: Begin
440: hr_utility.set_location('Entering:'||l_proc, 5);
441: --
442: -- We must lock the row which we need to update.
443: --
444: pay_bld_shd.lck

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

506: l_rec pay_bld_shd.g_rec_type;
507: l_proc varchar2(72) := g_package||'upd';
508: --
509: Begin
510: hr_utility.set_location('Entering:'||l_proc, 5);
511: --
512: -- Call conversion function to turn arguments into the
513: -- l_rec structure.
514: --

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

544: (l_rec
545: );
546: --
547: --
548: hr_utility.set_location(' Leaving:'||l_proc, 10);
549: End upd;
550: --
551: end pay_bld_upd;