DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_BE1 dependencies on PAY_ELEMENT_LINK_BE1

Line 1: package body pay_element_link_be1 as

1: package body pay_element_link_be1 as
2: --Code generated on 27/11/2012 03:57:33
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure create_element_link_a (
5: p_effective_date date,

Line 125: l_proc varchar2(72):=' pay_element_link_be1.create_element_link_a';

121: --
122: cursor get_seq is
123: select per_wf_events_s.nextval from dual;
124: --
125: l_proc varchar2(72):=' pay_element_link_be1.create_element_link_a';
126: begin
127: hr_utility.set_location('Entering: '||l_proc,10);
128: -- check the status of the business event
129: l_event_name:='oracle.apps.pay.api.element_link.create_element_link';

Line 640: end pay_element_link_be1;

636: null;
637: end if;
638: hr_utility.set_location('Leaving: '||l_proc,50);
639: end create_element_link_a;
640: end pay_element_link_be1;