DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE4 dependencies on HR_ASSIGNMENT_BE4

Line 1: package body hr_assignment_be4 as

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

Line 24: l_proc varchar2(72):=' hr_assignment_be4.actual_termination_emp_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_be4.actual_termination_emp_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_emp_asg';

Line 143: end hr_assignment_be4;

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