DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE2 dependencies on HR_ASSIGNMENT_BE2

Line 1: package body hr_assignment_be2 as

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

Line 146: l_proc varchar2(72):=' hr_assignment_be2.update_emp_asg_a';

142: --
143: cursor get_seq is
144: select per_wf_events_s.nextval from dual;
145: --
146: l_proc varchar2(72):=' hr_assignment_be2.update_emp_asg_a';
147: begin
148: hr_utility.set_location('Entering: '||l_proc,10);
149: -- check the status of the business event
150: l_event_name:='oracle.apps.per.api.assignment.update_emp_asg';

Line 757: end hr_assignment_be2;

753: null;
754: end if;
755: hr_utility.set_location('Leaving: '||l_proc,50);
756: end update_emp_asg_a;
757: end hr_assignment_be2;