DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

304: --
305: -- End of API User Hook for post_update.
306: --
307: --
308: hr_utility.set_location(' Leaving:'||l_proc, 10);
309: End post_update;
310: --
311: -- ----------------------------------------------------------------------------
312: -- |-----------------------------< convert_defs >-----------------------------|

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

356: l_proc varchar2(72) := g_package||'convert_defs';
357: --
358: Begin
359: --
360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- We must now examine each argument value in the
363: -- p_rec plsql record structure
364: -- to see if a system default is being used. If a system default

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

501: ben_crd_shd.g_old_rec.crd_attribute30;
502: End If;
503:
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: --
507: End convert_defs;
508: --
509: -- ----------------------------------------------------------------------------

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

516: --
517: l_proc varchar2(72) := g_package||'upd';
518: --
519: Begin
520: hr_utility.set_location('Entering:'||l_proc, 5);
521: --
522: -- We must lock the row which we need to update.
523: --
524: ben_crd_shd.lck

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

595: l_rec ben_crd_shd.g_rec_type;
596: l_proc varchar2(72) := g_package||'upd';
597: --
598: Begin
599: hr_utility.set_location('Entering:'||l_proc, 5);
600: --
601: -- Call conversion function to turn arguments into the
602: -- l_rec structure.
603: --

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

648: --
649: upd(l_rec);
650: p_object_version_number := l_rec.object_version_number;
651: --
652: hr_utility.set_location(' Leaving:'||l_proc, 10);
653: End upd;
654: --
655: end ben_crd_upd;