DBA Data[Home] [Help]

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

109: where cm_dlvry_med_typ_id = p_rec.cm_dlvry_med_typ_id;
110: --
111: ben_cmd_shd.g_api_dml := false; -- Unset the api dml status
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: --
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated

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

169: --
170: l_proc varchar2(72) := g_package||'pre_update';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --

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

171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_update >------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'post_update';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: --
219: -- Start of API User Hook for post_update.
220: --

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

312: --
313: -- End of API User Hook for post_update.
314: --
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: End post_update;
318: --
319: -- ----------------------------------------------------------------------------
320: -- |-----------------------------< convert_defs >-----------------------------|

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

364: l_proc varchar2(72) := g_package||'convert_defs';
365: --
366: Begin
367: --
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: -- We must now examine each argument value in the
371: -- p_rec plsql record structure
372: -- to see if a system default is being used. If a system default

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

517: ben_cmd_shd.g_old_rec.cmd_attribute30;
518: End If;
519:
520: --
521: hr_utility.set_location(' Leaving:'||l_proc, 10);
522: --
523: End convert_defs;
524: --
525: -- ----------------------------------------------------------------------------

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

533: --
534: l_proc varchar2(72) := g_package||'upd';
535: --
536: Begin
537: hr_utility.set_location('Entering:'||l_proc, 5);
538: --
539: -- We must lock the row which we need to update.
540: --
541: ben_cmd_shd.lck

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

617: l_rec ben_cmd_shd.g_rec_type;
618: l_proc varchar2(72) := g_package||'upd';
619: --
620: Begin
621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: -- Call conversion function to turn arguments into the
624: -- l_rec structure.
625: --

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

673: upd(
674: p_effective_date,l_rec);
675: p_object_version_number := l_rec.object_version_number;
676: --
677: hr_utility.set_location(' Leaving:'||l_proc, 10);
678: End upd;
679: --
680: end ben_cmd_upd;