DBA Data[Home] [Help]

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

88: where time_definition_id = p_rec.time_definition_id;
89: --
90: pay_tdf_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: hr_utility.set_location(' Leaving:'||l_proc, 10);
93: --
94: Exception
95: When hr_api.check_integrity_violated Then
96: -- A check constraint has been violated

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

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

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

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

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

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

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

274: ,p_hook_type => 'AU');
275: --
276: end;
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End post_update;
280: --
281: -- ----------------------------------------------------------------------------
282: -- |-----------------------------< convert_defs >-----------------------------|

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

403: --
404: l_proc varchar2(72) := g_package||'upd';
405: --
406: Begin
407: hr_utility.set_location('Entering:'||l_proc, 5);
408: --
409: -- We must lock the row which we need to update.
410: --
411: pay_tdf_shd.lck

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

477: l_rec pay_tdf_shd.g_rec_type;
478: l_proc varchar2(72) := g_package||'upd';
479: --
480: Begin
481: hr_utility.set_location('Entering:'||l_proc, 5);
482: --
483: -- Call conversion function to turn arguments into the
484: -- l_rec structure.
485: --

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

515: );
516:
517: p_object_version_number := l_rec.object_version_number;
518: --
519: hr_utility.set_location(' Leaving:'||l_proc, 10);
520: End upd;
521: --
522: end pay_tdf_upd;