DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY2 dependencies on BEN_DERIVE_PART_AND_RATE_FACTS

Line 1089: ,p_comp_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure

1085: ,p_oipl_id in number
1086: ,p_plip_id in number
1087: ,p_ptip_id in number
1088: ,p_ler_id in number
1089: ,p_comp_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
1090: ,p_oiplip_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
1091: ,p_inelg_rsn_cd in varchar2
1092: --
1093: ,p_elig_flag in out nocopy boolean

Line 1090: ,p_oiplip_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure

1086: ,p_plip_id in number
1087: ,p_ptip_id in number
1088: ,p_ler_id in number
1089: ,p_comp_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
1090: ,p_oiplip_rec in out NOCOPY ben_derive_part_and_rate_facts.g_cache_structure
1091: ,p_inelg_rsn_cd in varchar2
1092: --
1093: ,p_elig_flag in out nocopy boolean
1094: ,p_newly_elig out nocopy boolean

Line 1142: l_epo_row ben_derive_part_and_rate_facts.g_cache_structure;

1138: and now are eligible again, then that person will be treated as
1139: though they are newly eligible, i.e. a row will be inserted.
1140: */
1141: --
1142: l_epo_row ben_derive_part_and_rate_facts.g_cache_structure;
1143: l_oiplipepo_row ben_derive_part_and_rate_facts.g_cache_structure;
1144: l_oiplippep_row ben_derive_part_and_rate_facts.g_cache_structure;
1145: l_pep_row ben_derive_part_and_rate_facts.g_cache_structure;
1146: --

Line 1143: l_oiplipepo_row ben_derive_part_and_rate_facts.g_cache_structure;

1139: though they are newly eligible, i.e. a row will be inserted.
1140: */
1141: --
1142: l_epo_row ben_derive_part_and_rate_facts.g_cache_structure;
1143: l_oiplipepo_row ben_derive_part_and_rate_facts.g_cache_structure;
1144: l_oiplippep_row ben_derive_part_and_rate_facts.g_cache_structure;
1145: l_pep_row ben_derive_part_and_rate_facts.g_cache_structure;
1146: --
1147: l_new_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;

Line 1144: l_oiplippep_row ben_derive_part_and_rate_facts.g_cache_structure;

1140: */
1141: --
1142: l_epo_row ben_derive_part_and_rate_facts.g_cache_structure;
1143: l_oiplipepo_row ben_derive_part_and_rate_facts.g_cache_structure;
1144: l_oiplippep_row ben_derive_part_and_rate_facts.g_cache_structure;
1145: l_pep_row ben_derive_part_and_rate_facts.g_cache_structure;
1146: --
1147: l_new_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;
1148: l_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;

Line 1145: l_pep_row ben_derive_part_and_rate_facts.g_cache_structure;

1141: --
1142: l_epo_row ben_derive_part_and_rate_facts.g_cache_structure;
1143: l_oiplipepo_row ben_derive_part_and_rate_facts.g_cache_structure;
1144: l_oiplippep_row ben_derive_part_and_rate_facts.g_cache_structure;
1145: l_pep_row ben_derive_part_and_rate_facts.g_cache_structure;
1146: --
1147: l_new_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;
1148: l_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;
1149: l_prev_per_in_ler_id ben_elig_per_f.per_in_ler_id%type;

Line 1433: l_comp_rec ben_derive_part_and_rate_facts.g_cache_structure;

1429: l_prtn_eff_strt_dt_cd varchar2(80);
1430: l_prtn_eff_strt_dt_rl number(15);
1431: l_plan_ordr_num ben_pl_f.ordr_num%type;
1432: --
1433: l_comp_rec ben_derive_part_and_rate_facts.g_cache_structure;
1434: l_oiplip_rec ben_derive_part_and_rate_facts.g_cache_structure;
1435: l_pil_rec ben_per_in_ler%rowtype;
1436: l_prev_eligibility boolean;
1437: --

Line 1434: l_oiplip_rec ben_derive_part_and_rate_facts.g_cache_structure;

1430: l_prtn_eff_strt_dt_rl number(15);
1431: l_plan_ordr_num ben_pl_f.ordr_num%type;
1432: --
1433: l_comp_rec ben_derive_part_and_rate_facts.g_cache_structure;
1434: l_oiplip_rec ben_derive_part_and_rate_facts.g_cache_structure;
1435: l_pil_rec ben_per_in_ler%rowtype;
1436: l_prev_eligibility boolean;
1437: --
1438: l_oiplippep_dets ben_pep_cache.g_pep_rec;

Line 1559: ben_derive_part_and_rate_facts.derive_rates_and_factors

1555: close c_ptnl_le;
1556:
1557: -- There's no potential life event. Re determine temporal factors using
1558: -- the wait perd cmpltn date as the life event ocrd date or ntfn date.
1559: ben_derive_part_and_rate_facts.derive_rates_and_factors
1560: (p_comp_obj_tree_row => p_comp_obj_tree_row
1561: --
1562: ,p_per_row => p_per_row
1563: ,p_empasg_row => p_empasg_row