DBA Data[Home] [Help]

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

120: and userenv('LANG') in (language, source_lang);
121:
122: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: --
126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated

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

180: --
181: l_proc varchar2(72) := g_package||'pre_update';
182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End pre_update;
188: --

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

182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End pre_update;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |-----------------------------< post_update >------------------------------|

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

223: --
224: l_proc varchar2(72) := g_package||'post_update';
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: --
229: --
230: -- Start of API User Hook for post_update.
231: --

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

321: --
322: -- End of API User Hook for post_update.
323: --
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: End post_update;
327: --
328: -- ----------------------------------------------------------------------------
329: -- |-----------------------------< convert_defs >-----------------------------|

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

373: l_proc varchar2(72) := g_package||'convert_defs';
374: --
375: Begin
376: --
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: -- We must now examine each argument value in the
380: -- p_rec plsql record structure
381: -- to see if a system default is being used. If a system default

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

522: ben_eat_shd.g_old_rec.eat_attribute30;
523: End If;
524:
525: --
526: hr_utility.set_location(' Leaving:'||l_proc, 10);
527: --
528: End convert_defs;
529: --
530: -- ----------------------------------------------------------------------------

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

538: --
539: l_proc varchar2(72) := g_package||'upd';
540: --
541: Begin
542: hr_utility.set_location('Entering:'||l_proc, 5);
543: --
544: -- We must lock the row which we need to update.
545: --
546: ben_eat_shd.lck

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

621: l_rec ben_eat_shd.g_rec_type;
622: l_proc varchar2(72) := g_package||'upd';
623: --
624: Begin
625: hr_utility.set_location('Entering:'||l_proc, 5);
626: --
627: -- Call conversion function to turn arguments into the
628: -- l_rec structure.
629: --

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

676: upd(
677: p_effective_date,l_rec);
678: p_object_version_number := l_rec.object_version_number;
679: --
680: hr_utility.set_location(' Leaving:'||l_proc, 10);
681: End upd;
682: --
683: end ben_eat_upd;