DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BE4 dependencies on HR_ORGANIZATION_BE4

Line 1: package body hr_organization_be4 as

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

Line 90: l_proc varchar2(72):=' hr_organization_be4.update_organization_a';

86: --
87: cursor get_seq is
88: select per_wf_events_s.nextval from dual;
89: --
90: l_proc varchar2(72):=' hr_organization_be4.update_organization_a';
91: begin
92: hr_utility.set_location('Entering: '||l_proc,10);
93: -- check the status of the business event
94: l_event_name:='oracle.apps.per.api.organization.update_organization';

Line 447: end hr_organization_be4;

443: null;
444: end if;
445: hr_utility.set_location('Leaving: '||l_proc,50);
446: end update_organization_a;
447: end hr_organization_be4;