DBA Data[Home] [Help]

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

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

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

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

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< 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: pqh_rmn_rku.after_update
197: (p_rate_matrix_node_id

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

247: ,p_hook_type => 'AU');
248: --
249: end;
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End post_update;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

415: l_rec pqh_rmn_shd.g_rec_type;
416: l_proc varchar2(72) := g_package||'upd';
417: --
418: Begin
419: hr_utility.set_location('Entering:'||l_proc, 5);
420: --
421: -- Call conversion function to turn arguments into the
422: -- l_rec structure.
423: --

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

444: (l_rec
445: );
446: p_object_version_number := l_rec.object_version_number;
447: --
448: hr_utility.set_location(' Leaving:'||l_proc, 10);
449: End upd;
450: --
451: end pqh_rmn_upd;