DBA Data[Home] [Help]

APPS.GHR_TSP_PLAN_DESIGN dependencies on PER_BUSINESS_GROUPS

Line 12: p_business_group_id in per_business_groups.business_group_id%type,

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: