DBA Data[Home] [Help]

PACKAGE: APPS.BEN_DET_IMPUTED_INCOME

Source


1 PACKAGE ben_det_imputed_income as
2 /* $Header: bendeimp.pkh 120.0 2005/05/28 04:04:25 appldev noship $ */
3 
4   procedure p_comp_imputed_income(
5     p_person_id                      in  number
6    ,p_enrt_mthd_cd                   in  varchar2
7    ,p_business_group_id              in  number
8    ,p_per_in_ler_id                  in  number
9    ,p_effective_date                 in  date
10 -- Always supply this param as false unless its FIDO
11    ,p_ctrlm_fido_call                in boolean default true
12    ,p_validate                       in boolean default false
13    ,p_no_choice_flag                 in boolean default false);
14 
15 END ben_det_imputed_income;