DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BE1 dependencies on HR_ORGANIZATION_BE1

Line 1: package body hr_organization_be1 as

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

Line 60: l_proc varchar2(72):=' hr_organization_be1.create_org_information_a';

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

Line 293: end hr_organization_be1;

289: null;
290: end if;
291: hr_utility.set_location('Leaving: '||l_proc,50);
292: end create_org_information_a;
293: end hr_organization_be1;