74: l_bgpdets c_bgpdets%rowtype;
75: --
76: begin
77: --
78: hr_utility.set_location('Entering '||l_proc,10);
79: --
80: -- Get benefit action info
81: --
82: open c_bftdets
120: g_global_env_rec.oipl_id := null;
121: g_global_env_rec.plip_id := null;
122: g_global_env_rec.ptip_id := null;
123: --
124: hr_utility.set_location('Leaving '||l_proc,10);
125: --
126: end init;
127: --
128: procedure get(p_rec out nocopy g_global_env_rec_type) is