DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE5 dependencies on HR_COMPETENCE_ELEMENT_BE5

Line 1: package body hr_competence_element_be5 as

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

Line 27: l_proc varchar2(72):=' hr_competence_element_be5.maintain_student_comp_elemen_a';

23: --
24: cursor get_seq is
25: select per_wf_events_s.nextval from dual;
26: --
27: l_proc varchar2(72):=' hr_competence_element_be5.maintain_student_comp_elemen_a';
28: begin
29: hr_utility.set_location('Entering: '||l_proc,10);
30: -- check the status of the business event
31: l_event_name:='oracle.apps.per.api.competence_element.maintain_student_comp_elemen';

Line 130: end hr_competence_element_be5;

126: null;
127: end if;
128: hr_utility.set_location('Leaving: '||l_proc,50);
129: end maintain_student_comp_elemen_a;
130: end hr_competence_element_be5;