DBA Data[Home] [Help]

APPS.PAY_SET_UPD dependencies on HR_UTILITY

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

52: --
53: l_proc varchar2(72) := g_package||'update_dml';
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: -- Increment the object version
59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;

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

147: object_version_number = p_rec.object_version_number
148: where element_type_id = p_rec.element_type_id;
149: --
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: --
153: Exception
154: When hr_api.check_integrity_violated Then
155: -- A check constraint has been violated

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

203: --
204: l_proc varchar2(72) := g_package||'pre_update';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End pre_update;
210: --
211: -- ----------------------------------------------------------------------------

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

204: l_proc varchar2(72) := g_package||'pre_update';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: End pre_update;
210: --
211: -- ----------------------------------------------------------------------------
212: -- |-----------------------------< post_update >------------------------------|

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

244: --
245: l_proc varchar2(72) := g_package||'post_update';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End post_update;
252: --

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

246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End post_update;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |-----------------------------< convert_defs >-----------------------------|

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

299: l_proc varchar2(72) := g_package||'convert_defs';
300: --
301: Begin
302: --
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: --
305: -- We must now examine each argument value in the
306: -- p_rec plsql record structure
307: -- to see if a system default is being used. If a system default

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

631: p_rec.once_each_period_flag :=
632: pay_set_shd.g_old_rec.once_each_period_flag;
633: End If;
634: --
635: hr_utility.set_location(' Leaving:'||l_proc, 10);
636: --
637: End convert_defs;
638: --
639: -- ----------------------------------------------------------------------------

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

646: --
647: l_proc varchar2(72) := g_package||'upd';
648: --
649: Begin
650: hr_utility.set_location('Entering:'||l_proc, 5);
651: --
652: -- We must lock the row which we need to update.
653: --
654: pay_set_shd.lck

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

772: l_rec pay_set_shd.g_rec_type;
773: l_proc varchar2(72) := g_package||'upd';
774: --
775: Begin
776: hr_utility.set_location('Entering:'||l_proc, 5);
777: --
778: -- Call conversion function to turn arguments into the
779: -- l_rec structure.
780: --

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

872: --
873: upd(p_effective_date, l_rec);
874: p_object_version_number := l_rec.object_version_number;
875: --
876: hr_utility.set_location(' Leaving:'||l_proc, 10);
877: End upd;
878: --
879: end pay_set_upd;