DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_BE3 dependencies on PER_QUALIFICATIONS_BE3

Line 1: package body per_qualifications_be3 as

1: package body per_qualifications_be3 as
2: --Code generated on 27/11/2012 03:58:41
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure delete_qualification_a (
5: p_qualification_id number,

Line 17: l_proc varchar2(72):=' per_qualifications_be3.delete_qualification_a';

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

Line 78: end per_qualifications_be3;

74: null;
75: end if;
76: hr_utility.set_location('Leaving: '||l_proc,50);
77: end delete_qualification_a;
78: end per_qualifications_be3;