DBA Data[Home] [Help]

APPS.PAY_CON_UPD dependencies on HR_UTILITY

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

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

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

115: where contr_history_id = p_rec.contr_history_id;
116: --
117: pay_con_shd.g_api_dml := false; -- Unset the api dml status
118: --
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: --
121: Exception
122: When hr_api.check_integrity_violated Then
123: -- A check constraint has been violated

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

175: --
176: l_proc varchar2(72) := g_package||'pre_update';
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: End pre_update;
183: --

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

177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: End pre_update;
183: --
184: -- ----------------------------------------------------------------------------
185: -- |-----------------------------< post_update >------------------------------|

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

217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: --
224: -- Start of API User Hook for post_update.
225: --

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

328: --
329: -- End of API User Hook for post_update.
330: --
331: --
332: hr_utility.set_location(' Leaving:'||l_proc, 10);
333: End post_update;
334: --
335: -- ----------------------------------------------------------------------------
336: -- |-----------------------------< convert_defs >-----------------------------|

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

380: l_proc varchar2(72) := g_package||'convert_defs';
381: --
382: Begin
383: --
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- We must now examine each argument value in the
387: -- p_rec plsql record structure
388: -- to see if a system default is being used. If a system default

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

557: pay_con_shd.g_old_rec.contr_information30;
558: End If;
559:
560: --
561: hr_utility.set_location(' Leaving:'||l_proc, 10);
562: --
563: End convert_defs;
564: --
565: -- ----------------------------------------------------------------------------

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

572: --
573: l_proc varchar2(72) := g_package||'upd';
574: --
575: Begin
576: hr_utility.set_location('Entering:'||l_proc, 5);
577: --
578: -- We must lock the row which we need to update.
579: --
580: pay_con_shd.lck

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

659: l_rec pay_con_shd.g_rec_type;
660: l_proc varchar2(72) := g_package||'upd';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: -- Call conversion function to turn arguments into the
666: -- l_rec structure.
667: --

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

720: --
721: upd(l_rec);
722: p_object_version_number := l_rec.object_version_number;
723: --
724: hr_utility.set_location(' Leaving:'||l_proc, 10);
725: End upd;
726: --
727: end pay_con_upd;