DBA Data[Home] [Help]

APPS.BEN_PEI_UPD2 dependencies on HR_UTILITY

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

16: l_proc varchar2(72) := g_package||'convert_defs';
17: --
18: Begin
19: --
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: -- We must now examine each argument value in the
23: -- p_rec plsql record structure
24: -- to see if a system default is being used. If a system default

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

76: p_rec.business_group_id :=
77: ben_pei_shd.g_old_rec.business_group_id;
78: End If;
79: --
80: hr_utility.set_location(' Leaving:'||l_proc, 10);
81: --
82: End convert_defs;
83: --
84: end ben_pei_upd2;