DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE5 dependencies on HR_ASSIGNMENT_BE5

Line 1: package body hr_assignment_be5 as

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

Line 190: l_proc varchar2(72):=' hr_assignment_be5.update_apl_asg_a';

186: --
187: cursor get_seq is
188: select per_wf_events_s.nextval from dual;
189: --
190: l_proc varchar2(72):=' hr_assignment_be5.update_apl_asg_a';
191: begin
192: hr_utility.set_location('Entering: '||l_proc,10);
193: -- check the status of the business event
194: l_event_name:='oracle.apps.per.api.assignment.update_apl_asg';

Line 965: end hr_assignment_be5;

961: null;
962: end if;
963: hr_utility.set_location('Leaving: '||l_proc,50);
964: end update_apl_asg_a;
965: end hr_assignment_be5;