DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

321: ben_bai_shd.g_old_rec.business_group_id;
322: End If;
323:
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: --
327: End convert_defs;
328: --
329: -- ----------------------------------------------------------------------------

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

337: --
338: l_proc varchar2(72) := g_package||'upd';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: -- We must lock the row which we need to update.
344: --
345: ben_bai_shd.lck

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

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

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

421: upd(
422: p_effective_date,l_rec);
423: p_object_version_number := l_rec.object_version_number;
424: --
425: hr_utility.set_location(' Leaving:'||l_proc, 10);
426: End upd;
427: --
428: end ben_bai_upd;