DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE1 dependencies on HR_ASSIGNMENT_BE1

Line 1: package body hr_assignment_be1 as

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

Line 188: l_proc varchar2(72):=' hr_assignment_be1.create_secondary_emp_asg_a';

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

Line 963: end hr_assignment_be1;

959: null;
960: end if;
961: hr_utility.set_location('Leaving: '||l_proc,50);
962: end create_secondary_emp_asg_a;
963: end hr_assignment_be1;