DBA Data[Home] [Help]

APPS.HR_DOCUMENT_TYPES_BE2 dependencies on HR_DOCUMENT_TYPES_BE2

Line 1: package body hr_document_types_be2 as

1: package body hr_document_types_be2 as
2: --Code generated on 30/03/2009 04:46:03
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure update_document_type_a (
5: p_document_type_id number,

Line 31: l_proc varchar2(72):=' hr_document_types_be2.update_document_type_a';

27: --
28: cursor get_seq is
29: select per_wf_events_s.nextval from dual;
30: --
31: l_proc varchar2(72):=' hr_document_types_be2.update_document_type_a';
32: begin
33: hr_utility.set_location('Entering: '||l_proc,10);
34: -- check the status of the business event
35: l_event_name:='oracle.apps.per.api.document_types.update_document_type';

Line 148: end hr_document_types_be2;

144: null;
145: end if;
146: hr_utility.set_location('Leaving: '||l_proc,50);
147: end update_document_type_a;
148: end hr_document_types_be2;