DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BEG dependencies on HR_ASSIGNMENT_BEG

Line 1: package body hr_assignment_beG as

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

Line 22: l_proc varchar2(72):=' hr_assignment_beG.interview2_apl_asg_a';

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

Line 125: end hr_assignment_beG;

121: null;
122: end if;
123: hr_utility.set_location('Leaving: '||l_proc,50);
124: end interview2_apl_asg_a;
125: end hr_assignment_beG;