DBA Data[Home] [Help]

APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on GHR_TSP_CATCHUP_PLAN_DESIGN

Line 1: PACKAGE BODY ghr_tsp_catchup_plan_design AS

1: PACKAGE BODY ghr_tsp_catchup_plan_design AS
2: /* $Header: ghtspcpd.pkb 120.2 2006/10/23 20:38:40 bgarg noship $ */
3:
4: --
5: -- Package Variables

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

3:
4: --
5: -- Package Variables
6: --
7: g_package varchar2(100) := 'ghr_tsp_catchup_plan_design.';
8:
9: Procedure create_tspc_program_and_plans (p_target_business_group_id in Number) is
10: --
11: l_proc Varchar2(100):= g_package||'create_tspc_program_and_plans';

Line 382: end ghr_tsp_catchup_plan_design;

378: when others then
379: hr_utility.set_location('Error Leaving :'|| g_package||l_proc, 100);
380: hr_utility.trace('Error ' ||sqlerrm(sqlcode));
381: End update_alternate_check_date;
382: end ghr_tsp_catchup_plan_design;