DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_BE6 dependencies on HR_COMPETENCE_ELEMENT_BE6

Line 1: package body hr_competence_element_be6 as

1: package body hr_competence_element_be6 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 copy_competencies_a (
5: p_activity_version_from number,

Line 18: l_proc varchar2(72):=' hr_competence_element_be6.copy_competencies_a';

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

Line 85: end hr_competence_element_be6;

81: null;
82: end if;
83: hr_utility.set_location('Leaving: '||l_proc,50);
84: end copy_competencies_a;
85: end hr_competence_element_be6;