DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BE2 dependencies on HR_ORGANIZATION_BE2

Line 1: package body hr_organization_be2 as

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

Line 59: l_proc varchar2(72):=' hr_organization_be2.update_org_information_a';

55: --
56: cursor get_seq is
57: select per_wf_events_s.nextval from dual;
58: --
59: l_proc varchar2(72):=' hr_organization_be2.update_org_information_a';
60: begin
61: hr_utility.set_location('Entering: '||l_proc,10);
62: -- check the status of the business event
63: l_event_name:='oracle.apps.per.api.organization.update_org_information';

Line 288: end hr_organization_be2;

284: null;
285: end if;
286: hr_utility.set_location('Leaving: '||l_proc,50);
287: end update_org_information_a;
288: end hr_organization_be2;