DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_HLTH_CVG_PRTE_F

Line 31208: -- and tr.where_clause = l_BEN_ELIG_HLTH_CVG_PRTE_F

31204: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
31205: pqh_table_route tr
31206: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
31207: and cpe.table_route_id = tr.table_route_id
31208: -- and tr.where_clause = l_BEN_ELIG_HLTH_CVG_PRTE_F
31209: and tr.table_alias = l_table_alias
31210: and cpe.number_of_copies = 1 -- ADDITION
31211: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
31212: order by information1, information2; --added for bug: 5151945

Line 31246: from BEN_ELIG_HLTH_CVG_PRTE_F EHC

31242: c_business_group_id number,
31243: c_new_pk_id number) is
31244: select
31245: EHC.elig_hlth_cvg_prte_id new_value
31246: from BEN_ELIG_HLTH_CVG_PRTE_F EHC
31247: where
31248: EHC.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31249: EHC.OIPL_ID = l_OIPL_ID and
31250: EHC.PL_TYP_OPT_TYP_ID = l_PL_TYP_OPT_TYP_ID and

Line 31258: from BEN_ELIG_HLTH_CVG_PRTE_F EHC1

31254: and effective_end_date ;
31255: --END TEMPIK
31256: /*TEMPIK
31257: and exists ( select null
31258: from BEN_ELIG_HLTH_CVG_PRTE_F EHC1
31259: where
31260: EHC1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31261: EHC1.OIPL_ID = l_OIPL_ID and
31262: EHC1.PL_TYP_OPT_TYP_ID = l_PL_TYP_OPT_TYP_ID and

Line 31266: from BEN_ELIG_HLTH_CVG_PRTE_F EHC2

31262: EHC1.PL_TYP_OPT_TYP_ID = l_PL_TYP_OPT_TYP_ID and
31263: EHC1.business_group_id = c_business_group_id
31264: and EHC1.effective_start_date <= c_effective_start_date )
31265: and exists ( select null
31266: from BEN_ELIG_HLTH_CVG_PRTE_F EHC2
31267: where
31268: EHC2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31269: EHC2.OIPL_ID = l_OIPL_ID and
31270: EHC2.PL_TYP_OPT_TYP_ID = l_PL_TYP_OPT_TYP_ID and

Line 31436: (p_base_table_name => 'BEN_ELIG_HLTH_CVG_PRTE_F',

31432: if c_find_EHC_in_target%found then
31433: --
31434: --TEMPIK
31435: l_dt_rec_found := dt_api.check_min_max_dates
31436: (p_base_table_name => 'BEN_ELIG_HLTH_CVG_PRTE_F',
31437: p_base_key_column => 'ELIG_HLTH_CVG_PRTE_ID',
31438: p_base_key_value => l_new_value,
31439: p_from_date => l_min_esd,
31440: p_to_date => l_max_eed );

Line 31496: hr_utility.set_location(' BEN_ELIG_HLTH_CVG_PRTE_F CREATE_ELIG_HLTH_CVG_PRTE ',20);

31492: end if;
31493:
31494: if l_first_rec and not l_update then
31495: -- Call Create routine.
31496: hr_utility.set_location(' BEN_ELIG_HLTH_CVG_PRTE_F CREATE_ELIG_HLTH_CVG_PRTE ',20);
31497: BEN_ELIG_HLTH_CVG_PRTE_API.CREATE_ELIG_HLTH_CVG_PRTE(
31498: --
31499: P_VALIDATE => false
31500: ,P_EFFECTIVE_DATE => l_effective_date

Line 31564: hr_utility.set_location(' BEN_ELIG_HLTH_CVG_PRTE_F UPDATE_ELIG_HLTH_CVG_PRTE ',30);

31560: else
31561: --
31562: -- Call Update routine for the pk_id created in prev run .
31563: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
31564: hr_utility.set_location(' BEN_ELIG_HLTH_CVG_PRTE_F UPDATE_ELIG_HLTH_CVG_PRTE ',30);
31565: --UPD START
31566: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
31567: --
31568: if l_update then