DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_BE2 dependencies on PER_QUALIFICATIONS_BE2

Line 1: package body per_qualifications_be2 as

1: package body per_qualifications_be2 as
2: --Code generated on 27/11/2012 03:58:40
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_qualification_a (
5: p_effective_date date,

Line 86: l_proc varchar2(72):=' per_qualifications_be2.update_qualification_a';

82: --
83: cursor get_seq is
84: select per_wf_events_s.nextval from dual;
85: --
86: l_proc varchar2(72):=' per_qualifications_be2.update_qualification_a';
87: begin
88: hr_utility.set_location('Entering: '||l_proc,10);
89: -- check the status of the business event
90: l_event_name:='oracle.apps.per.api.qualifications.update_qualification';

Line 423: end per_qualifications_be2;

419: null;
420: end if;
421: hr_utility.set_location('Leaving: '||l_proc,50);
422: end update_qualification_a;
423: end per_qualifications_be2;