DBA Data[Home] [Help]

APPS.BEN_SEED_LIFE_EVENTS dependencies on HR_UTILITY

Line 54: hr_utility.set_location ('Entering '||l_package,10);

50: l_object_version_number number(38);
51: --
52: begin
53: --
54: hr_utility.set_location ('Entering '||l_package,10);
55: --
56: insert into ben_ler_f
57: (ler_id,
58: effective_start_date,

Line 133: hr_utility.set_location ('Leaving '||l_package,10);

129: where t.ler_id = b.ler_id
130: and t.effective_start_date = b.effective_start_date
131: and t.source_lang = userenv('LANG'));
132:
133: hr_utility.set_location ('Leaving '||l_package,10);
134: --
135: end seed_life_events;
136: --
137: end ben_seed_life_events;