DBA Data[Home] [Help]

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

390: where ext_rslt_dtl_id = p_rec.ext_rslt_dtl_id;
391: --
392: ben_xrd_shd.g_api_dml := false; -- Unset the api dml status
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 10);
395: --
396: Exception
397: When hr_api.check_integrity_violated Then
398: -- A check constraint has been violated

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

450: --
451: l_proc varchar2(72) := g_package||'pre_update';
452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End pre_update;
458: --

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

452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End pre_update;
458: --
459: -- ----------------------------------------------------------------------------
460: -- |-----------------------------< post_update >------------------------------|

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

492: --
493: l_proc varchar2(72) := g_package||'post_update';
494: --
495: Begin
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: --
499: -- Start of API User Hook for post_update.
500: --

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

1153: --
1154: -- End of API User Hook for post_update.
1155: --
1156: --
1157: hr_utility.set_location(' Leaving:'||l_proc, 10);
1158: End post_update;
1159: --
1160: -- ----------------------------------------------------------------------------
1161: -- |-----------------------------< convert_defs >-----------------------------|

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

1205: l_proc varchar2(72) := g_package||'convert_defs';
1206: --
1207: Begin
1208: --
1209: hr_utility.set_location('Entering:'||l_proc, 5);
1210: --
1211: -- We must now examine each argument value in the
1212: -- p_rec plsql record structure
1213: -- to see if a system default is being used. If a system default

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

2491: ben_xrd_shd.g_old_rec.request_id;
2492: End If;
2493:
2494: --
2495: hr_utility.set_location(' Leaving:'||l_proc, 10);
2496: --
2497: End convert_defs;
2498: --
2499: -- ----------------------------------------------------------------------------

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

2506: --
2507: l_proc varchar2(72) := g_package||'upd';
2508: --
2509: Begin
2510: hr_utility.set_location('Entering:'||l_proc, 5);
2511: --
2512: -- We must lock the row which we need to update.
2513: --
2514: ben_xrd_shd.lck

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

2868: l_rec ben_xrd_shd.g_rec_type;
2869: l_proc varchar2(72) := g_package||'upd';
2870: --
2871: Begin
2872: hr_utility.set_location('Entering:'||l_proc, 5);
2873: --
2874: -- Call conversion function to turn arguments into the
2875: -- l_rec structure.
2876: --

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

3204: --
3205: upd(l_rec);
3206: p_object_version_number := l_rec.object_version_number;
3207: --
3208: hr_utility.set_location(' Leaving:'||l_proc, 10);
3209: End upd;
3210: --
3211: end ben_xrd_upd;