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 30/03/2009 04:46:44
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas 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;