DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE1 dependencies on HR_COMPETENCE_ELEMENT_BE1

Line 1: package body hr_competence_element_be1 as

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

Line 98: l_proc varchar2(72):=' hr_competence_element_be1.create_competence_element_a';

94: --
95: cursor get_seq is
96: select per_wf_events_s.nextval from dual;
97: --
98: l_proc varchar2(72):=' hr_competence_element_be1.create_competence_element_a';
99: begin
100: hr_utility.set_location('Entering: '||l_proc,10);
101: -- check the status of the business event
102: l_event_name:='oracle.apps.per.api.competence_element.create_competence_element';

Line 485: end hr_competence_element_be1;

481: null;
482: end if;
483: hr_utility.set_location('Leaving: '||l_proc,50);
484: end create_competence_element_a;
485: end hr_competence_element_be1;