DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BEK dependencies on HR_ASSIGNMENT_BEK

Line 1: package body hr_assignment_beK as

1: package body hr_assignment_beK as
2: --Code generated on 30/03/2009 04:46:57
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure actual_termination_cwk_asg_a (
5: p_assignment_id number,

Line 24: l_proc varchar2(72):=' hr_assignment_beK.actual_termination_cwk_asg_a';

20: --
21: cursor get_seq is
22: select per_wf_events_s.nextval from dual;
23: --
24: l_proc varchar2(72):=' hr_assignment_beK.actual_termination_cwk_asg_a';
25: begin
26: hr_utility.set_location('Entering: '||l_proc,10);
27: -- check the status of the business event
28: l_event_name:='oracle.apps.per.api.assignment.actual_termination_cwk_asg';

Line 143: end hr_assignment_beK;

139: null;
140: end if;
141: hr_utility.set_location('Leaving: '||l_proc,50);
142: end actual_termination_cwk_asg_a;
143: end hr_assignment_beK;