DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE4 dependencies on HR_COMPETENCE_ELEMENT_BE4

Line 1: package body hr_competence_element_be4 as

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

Line 16: l_proc varchar2(72):=' hr_competence_element_be4.delete_competence_element_a';

12: --
13: cursor get_seq is
14: select per_wf_events_s.nextval from dual;
15: --
16: l_proc varchar2(72):=' hr_competence_element_be4.delete_competence_element_a';
17: begin
18: hr_utility.set_location('Entering: '||l_proc,10);
19: -- check the status of the business event
20: l_event_name:='oracle.apps.per.api.competence_element.delete_competence_element';

Line 75: end hr_competence_element_be4;

71: null;
72: end if;
73: hr_utility.set_location('Leaving: '||l_proc,50);
74: end delete_competence_element_a;
75: end hr_competence_element_be4;