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