DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BEE dependencies on HR_ASSIGNMENT_BEE

Line 1: package body hr_assignment_beE as

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

Line 20: l_proc varchar2(72):=' hr_assignment_beE.set_new_primary_asg_a';

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

Line 115: end hr_assignment_beE;

111: null;
112: end if;
113: hr_utility.set_location('Leaving: '||l_proc,50);
114: end set_new_primary_asg_a;
115: end hr_assignment_beE;