DBA Data[Home] [Help]

APPS.GHR_FEHB_PLAN_DESIGN dependencies on GHR_FEHB_PLAN_DESIGN

Line 1: PACKAGE BODY ghr_fehb_plan_design AS

1: PACKAGE BODY ghr_fehb_plan_design AS
2: /* $Header: ghfehbpd.pkb 120.2 2005/06/28 14:07:36 bgarg noship $ */
3:
4: --
5: -- Package Variables

Line 7: g_package varchar2(100) := 'ghr_fehb_plan_design.';

3:
4: --
5: -- Package Variables
6: --
7: g_package varchar2(100) := 'ghr_fehb_plan_design.';
8:
9: procedure create_sub_life_events(p_target_business_group_id in number)
10: is
11: l_ler_id ben_ler_f.ler_id%type;

Line 687: ghr_fehb_plan_design.populate_fehb_plan_design(

683: hr_utility.set_location('entering :'|| g_package||l_proc, 10);
684: For i in c_get_business_group_id Loop
685: Begin
686: hr_utility.trace('Business Group Id ' ||i.business_group_id);
687: ghr_fehb_plan_design.populate_fehb_plan_design(
688: p_errbuf , p_retcode ,
689: i.business_group_id);
690: End;
691: End Loop;

Line 773: end ghr_fehb_plan_design;

769: commit;
770: End Loop;
771: end get_recs_for_fehb_migration;
772:
773: end ghr_fehb_plan_design;