DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE3 dependencies on HR_COMPETENCE_ELEMENT_BE3

Line 1: package body hr_competence_element_be3 as

1: package body hr_competence_element_be3 as
2: --Code generated on 03/01/2007 10:48:43
3: /* $Header: hrapiwfe.pkb 120.3 2006/06/20 10:26:28 sayyampe noship $*/
4: procedure update_personal_comp_element_a (
5: p_competence_element_id number,

Line 48: l_proc varchar2(72):=' hr_competence_element_be3.update_personal_comp_element_a';

44: --
45: cursor get_seq is
46: select per_wf_events_s.nextval from dual;
47: --
48: l_proc varchar2(72):=' hr_competence_element_be3.update_personal_comp_element_a';
49: begin
50: hr_utility.set_location('Entering: '||l_proc,10);
51: -- check the status of the business event
52: l_event_name:='oracle.apps.per.api.competence_element.update_personal_comp_element';

Line 235: end hr_competence_element_be3;

231: null;
232: end if;
233: hr_utility.set_location('Leaving: '||l_proc,50);
234: end update_personal_comp_element_a;
235: end hr_competence_element_be3;