DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE2 dependencies on HR_COMPETENCE_ELEMENT_BE2

Line 1: package body hr_competence_element_be2 as

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

Line 82: l_proc varchar2(72):=' hr_competence_element_be2.update_competence_element_a';

78: --
79: cursor get_seq is
80: select per_wf_events_s.nextval from dual;
81: --
82: l_proc varchar2(72):=' hr_competence_element_be2.update_competence_element_a';
83: begin
84: hr_utility.set_location('Entering: '||l_proc,10);
85: -- check the status of the business event
86: l_event_name:='oracle.apps.per.api.competence_element.update_competence_element';

Line 405: end hr_competence_element_be2;

401: null;
402: end if;
403: hr_utility.set_location('Leaving: '||l_proc,50);
404: end update_competence_element_a;
405: end hr_competence_element_be2;