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 27/11/2012 03:58:15
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava 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 473: end hr_document_extra_info_be2;

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