DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_BE2 dependencies on OTA_DELEGATE_BOOKING_BE2

Line 1: package body ota_delegate_booking_be2 as

1: package body ota_delegate_booking_be2 as
2: --Code generated on 30/03/2009 04:39:25
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure update_delegate_booking_a (
5: p_effective_date date,

Line 102: l_proc varchar2(72):=' ota_delegate_booking_be2.update_delegate_booking_a';

98: --
99: cursor get_seq is
100: select per_wf_events_s.nextval from dual;
101: --
102: l_proc varchar2(72):=' ota_delegate_booking_be2.update_delegate_booking_a';
103: begin
104: hr_utility.set_location('Entering: '||l_proc,10);
105: -- check the status of the business event
106: l_event_name:='oracle.apps.ota.api.delegate_booking.update_delegate_booking';

Line 503: end ota_delegate_booking_be2;

499: null;
500: end if;
501: hr_utility.set_location('Leaving: '||l_proc,50);
502: end update_delegate_booking_a;
503: end ota_delegate_booking_be2;