DBA Data[Home] [Help]

APPS.HR_SIT_BE2 dependencies on HR_SIT_BE2

Line 1: package body hr_sit_be2 as

1: package body hr_sit_be2 as
2: --Code generated on 27/11/2012 03:58:42
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_sit_a (
5: p_person_analysis_id number,

Line 76: l_proc varchar2(72):=' hr_sit_be2.update_sit_a';

72: --
73: cursor get_seq is
74: select per_wf_events_s.nextval from dual;
75: --
76: l_proc varchar2(72):=' hr_sit_be2.update_sit_a';
77: begin
78: hr_utility.set_location('Entering: '||l_proc,10);
79: -- check the status of the business event
80: l_event_name:='oracle.apps.per.api.sit.update_sit';

Line 373: end hr_sit_be2;

369: null;
370: end if;
371: hr_utility.set_location('Leaving: '||l_proc,50);
372: end update_sit_a;
373: end hr_sit_be2;