DBA Data[Home] [Help]

APPS.BEN_ENV_OBJECT dependencies on HR_UTILITY

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

76: l_bgpdets c_bgpdets%rowtype;
77: --
78: begin
79: --
80: hr_utility.set_location('Entering '||l_proc,10);
81: --
82: -- Get benefit action info
83: --
84: open c_bftdets

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

122: g_global_env_rec.oipl_id := null;
123: g_global_env_rec.plip_id := null;
124: g_global_env_rec.ptip_id := null;
125: --
126: hr_utility.set_location('Leaving '||l_proc,10);
127: --
128: end init;
129: --
130: procedure get(p_rec out nocopy g_global_env_rec_type) is