DBA Data[Home] [Help]

APPS.GHR_TSP_PLAN_DESIGN dependencies on GHR_TSP_PLAN_DESIGN

Line 1: PACKAGE BODY ghr_tsp_plan_design AS

1: PACKAGE BODY ghr_tsp_plan_design AS
2: /* $Header: ghtsppd.pkb 120.2 2006/10/24 18:25:08 bgarg noship $ */
3:
4: --
5: -- Package Variables

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

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

Line 685: end ghr_tsp_plan_design;

681: emp_rec.person_id);
682: commit;
683: end loop;
684: End get_recs_for_tsp_migration;
685: end ghr_tsp_plan_design;