DBA Data[Home] [Help]

PACKAGE: APPS.GHR_TSP_CATCHUP_PLAN_DESIGN

Source


1 PACKAGE ghr_tsp_catchup_plan_design AS
2     /* $Header: ghtspcpd.pkh 120.1 2005/09/19 12:49 bgarg noship $ */
3 
4 
5      procedure create_tspc_program_and_plans (p_target_business_group_id in Number);
6 
7      procedure populate_tspc_plan_design (p_errbuf     OUT NOCOPY Varchar2,
8                                           p_retcode    OUT NOCOPY Number,
9                                           p_target_business_group_id in Number);
10 
11      Procedure get_recs_for_tspc_migration(p_errbuf     OUT NOCOPY Varchar2
12                                           ,p_retcode    OUT NOCOPY Number
13                                           ,p_business_group_id in Number);
14 
15      Procedure update_alternate_check_date(p_errbuf     OUT NOCOPY Varchar2
16                                           ,p_retcode    OUT NOCOPY Number
17                                           ,p_payroll_id in  Number
18                                           ,p_date_start in  Varchar2
19                                           ,p_date_to    in  Varchar2
20                                           ,p_chk_offset in  Number);
21 End ghr_tsp_catchup_plan_design;