DBA Data[Home] [Help]

PACKAGE: APPS.GHR_TSP_PLAN_DESIGN

Source


1 PACKAGE ghr_tsp_plan_design AUTHID CURRENT_USER AS
2     /* $Header: ghtsppd.pkh 120.0 2005/05/29 02:41 appldev noship $ */
3 
4 
5      procedure create_tsp_program_and_plans (p_target_business_group_id in Number);
6 
7      procedure populate_tsp_plan_design (p_errbuf     OUT NOCOPY Varchar2,
8                                           p_retcode    OUT NOCOPY Number,
9                                           p_target_business_group_id in Number);
10      procedure tsp_continue_coverage (
11                   p_person_id             in per_all_people_f.person_id%type,
12                   p_business_group_id     in per_business_groups.business_group_id%type,
13                   p_ler_id                in ben_ler_f.ler_id%type,
14                   p_pgm_id                in ben_pgm_f.pgm_id%type,
15                   p_effective_date        in Date );
16 
17      Procedure tsp_continue_coverage_cp(p_errbuf              OUT NOCOPY VARCHAR2,
18                                         p_retcode             OUT NOCOPY NUMBER);
19 
20 
21      Procedure get_recs_for_tsp_migration(p_errbuf     OUT NOCOPY Varchar2
22                                          ,p_retcode    OUT NOCOPY Number
23                                          ,p_business_group_id in Number);
24 
25 End ghr_tsp_plan_design;