DBA Data[Home] [Help]

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

83: where ext_crit_cmbn_id = p_rec.ext_crit_cmbn_id;
84: --
85: ben_xcc_shd.g_api_dml := false; -- Unset the api dml status
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: --
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated

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

143: --
144: l_proc varchar2(72) := g_package||'pre_update';
145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: End pre_update;
151: --

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

145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: End pre_update;
151: --
152: -- ----------------------------------------------------------------------------
153: -- |-----------------------------< post_update >------------------------------|

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

186: --
187: l_proc varchar2(72) := g_package||'post_update';
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: --
193: -- Start of API User Hook for post_update.
194: --

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

228: --
229: -- End of API User Hook for post_update.
230: --
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: End post_update;
234: --
235: -- ----------------------------------------------------------------------------
236: -- |-----------------------------< convert_defs >-----------------------------|

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

280: l_proc varchar2(72) := g_package||'convert_defs';
281: --
282: Begin
283: --
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- We must now examine each argument value in the
287: -- p_rec plsql record structure
288: -- to see if a system default is being used. If a system default

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

316: p_rec.legislation_code :=
317: ben_xcc_shd.g_old_rec.legislation_code;
318: End If;
319: --
320: hr_utility.set_location(' Leaving:'||l_proc, 10);
321: --
322: End convert_defs;
323: --
324: -- ----------------------------------------------------------------------------

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

332: --
333: l_proc varchar2(72) := g_package||'upd';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- We must lock the row which we need to update.
339: --
340: ben_xcc_shd.lck

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

392: l_rec ben_xcc_shd.g_rec_type;
393: l_proc varchar2(72) := g_package||'upd';
394: --
395: Begin
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: --
398: -- Call conversion function to turn arguments into the
399: -- l_rec structure.
400: --

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

424: upd(
425: p_effective_date,l_rec);
426: p_object_version_number := l_rec.object_version_number;
427: --
428: hr_utility.set_location(' Leaving:'||l_proc, 10);
429: End upd;
430: --
431: end ben_xcc_upd;