DBA Data[Home] [Help]

APPS.HR_DOCUMENT_EXTRA_INFO_BE2 dependencies on HR_DOCUMENT_EXTRA_INFO_BE2

Line 1: package body hr_document_extra_info_be2 as

1: package body hr_document_extra_info_be2 as
2: --Code generated on 06/11/2008 01:29:42
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure update_doc_extra_info_a (
5: p_document_extra_info_id number,

Line 96: l_proc varchar2(72):=' hr_document_extra_info_be2.update_doc_extra_info_a';

92: --
93: cursor get_seq is
94: select per_wf_events_s.nextval from dual;
95: --
96: l_proc varchar2(72):=' hr_document_extra_info_be2.update_doc_extra_info_a';
97: begin
98: hr_utility.set_location('Entering: '||l_proc,10);
99: -- check the status of the business event
100: l_event_name:='oracle.apps.per.api.document_extra_info.update_doc_extra_info';

Line 475: end hr_document_extra_info_be2;

471: null;
472: end if;
473: hr_utility.set_location('Leaving: '||l_proc,50);
474: end update_doc_extra_info_a;
475: end hr_document_extra_info_be2;