DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_BE2 dependencies on PAY_ELEMENT_LINK_BE2

Line 1: package body pay_element_link_be2 as

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

Line 118: l_proc varchar2(72):=' pay_element_link_be2.update_element_link_a';

114: --
115: cursor get_seq is
116: select per_wf_events_s.nextval from dual;
117: --
118: l_proc varchar2(72):=' pay_element_link_be2.update_element_link_a';
119: begin
120: hr_utility.set_location('Entering: '||l_proc,10);
121: -- check the status of the business event
122: l_event_name:='oracle.apps.pay.api.element_link.update_element_link';

Line 605: end pay_element_link_be2;

601: null;
602: end if;
603: hr_utility.set_location('Leaving: '||l_proc,50);
604: end update_element_link_a;
605: end pay_element_link_be2;