DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on BEN_DET_IMPUTED_INCOME

Line 1: PACKAGE body ben_det_imputed_income as

1: PACKAGE body ben_det_imputed_income as
2: /* $Header: bendeimp.pkb 120.10.12020000.2 2012/09/20 09:58:20 usaraswa ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' ben_det_imputed_income.';

2: /* $Header: bendeimp.pkb 120.10.12020000.2 2012/09/20 09:58:20 usaraswa ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_det_imputed_income.';
7: --
8: /*
9: 8716870: Imputed Income Enhancement:
10: If we de-enroll from a plan subject to imputed income, then before re-evaluating the imputed income rate, any

Line 2086: l_proc varchar2(80) := 'ben_det_imputed_income.p_comp_imputed_income';

2082: ,p_validate in boolean default false
2083: ,p_no_choice_flag in boolean default false
2084: ) is
2085: --
2086: l_proc varchar2(80) := 'ben_det_imputed_income.p_comp_imputed_income';
2087: l_commit number;
2088: l_SES_DATE date;
2089: l_SES_YESTERDAY_DATE date;
2090: l_START_OF_TIME date;

Line 2309: END ben_det_imputed_income;

2305: hr_utility.set_location(' Leaving ' || l_proc , 10);
2306:
2307: end p_comp_imputed_income;
2308: --
2309: END ben_det_imputed_income;