DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BEH dependencies on HR_ASSIGNMENT_BEH

Line 1: package body hr_assignment_beH as

1: package body hr_assignment_beH as
2: --Code generated on 13/08/2013 06:42:27
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure final_process_cwk_asg_a (
5: p_assignment_id number,

Line 22: l_proc varchar2(72):=' hr_assignment_beH.final_process_cwk_asg_a';

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

Line 133: end hr_assignment_beH;

129: null;
130: end if;
131: hr_utility.set_location('Leaving: '||l_proc,50);
132: end final_process_cwk_asg_a;
133: end hr_assignment_beH;