DBA Data[Home] [Help]

APPS.OTA_CERT_ENROLLMENT_BE2 dependencies on OTA_CERT_ENROLLMENT_BE2

Line 1: package body ota_cert_enrollment_be2 as

1: package body ota_cert_enrollment_be2 as
2: --Code generated on 13/08/2013 06:39:56
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_cert_enrollment_a (
5: p_effective_date date,

Line 49: l_proc varchar2(72):=' ota_cert_enrollment_be2.update_cert_enrollment_a';

45: --
46: cursor get_seq is
47: select per_wf_events_s.nextval from dual;
48: --
49: l_proc varchar2(72):=' ota_cert_enrollment_be2.update_cert_enrollment_a';
50: begin
51: hr_utility.set_location('Entering: '||l_proc,10);
52: -- check the status of the business event
53: l_event_name:='oracle.apps.ota.api.cert_enrollment.update_cert_enrollment';

Line 238: end ota_cert_enrollment_be2;

234: null;
235: end if;
236: hr_utility.set_location('Leaving: '||l_proc,50);
237: end update_cert_enrollment_a;
238: end ota_cert_enrollment_be2;