DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE3 dependencies on HR_ASSIGNMENT_BE3

Line 1: package body hr_assignment_be3 as

1: package body hr_assignment_be3 as
2: --Code generated on 13/08/2013 06:42:26
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_emp_asg_criteria_a (
5: p_effective_date date,

Line 72: l_proc varchar2(72):=' hr_assignment_be3.update_emp_asg_criteria_a';

68: --
69: cursor get_seq is
70: select per_wf_events_s.nextval from dual;
71: --
72: l_proc varchar2(72):=' hr_assignment_be3.update_emp_asg_criteria_a';
73: begin
74: hr_utility.set_location('Entering: '||l_proc,10);
75: -- check the status of the business event
76: l_event_name:='oracle.apps.per.api.assignment.update_emp_asg_criteria';

Line 391: end hr_assignment_be3;

387: null;
388: end if;
389: hr_utility.set_location('Leaving: '||l_proc,50);
390: end update_emp_asg_criteria_a;
391: end hr_assignment_be3;