DBA Data[Home] [Help]

APPS.BEN_SEED_COMMUNICATION_TYPES dependencies on HR_UTILITY

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

31: l_package varchar2(80) := g_package||'.seed_communication_types';
32: --
33: begin
34: --
35: hr_utility.set_location ('Entering '||l_package,10);
36: --
37: insert into ben_cm_typ_f
38: (cm_typ_id,
39: effective_start_date,

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

105: where t.cm_typ_id = b.cm_typ_id
106: and t.effective_start_date = b.effective_start_date
107: and t.source_lang = userenv('LANG'));
108: --
109: hr_utility.set_location ('Leaving '||l_package,10);
110: --
111: end seed_communication_types;
112: --
113: end ben_seed_communication_types;