DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_DPNT_CVRD_OTHR_PTIP_RT_F

Line 17602: -- and tr.where_clause = l_BEN_DPNT_CVRD_OTHR_PTIP_RT_F

17598: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
17599: pqh_table_route tr
17600: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
17601: and cpe.table_route_id = tr.table_route_id
17602: -- and tr.where_clause = l_BEN_DPNT_CVRD_OTHR_PTIP_RT_F
17603: and tr.table_alias = l_table_alias
17604: and cpe.number_of_copies = 1 -- ADDITION
17605: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
17606: order by information1, information2; --added for bug: 5151945

Line 17640: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO

17636: c_business_group_id number,
17637: c_new_pk_id number) is
17638: select
17639: DCO.dpnt_cvrd_othr_ptip_rt_id new_value
17640: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO
17641: where
17642: DCO.PTIP_ID = l_PTIP_ID and
17643: DCO.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
17644: DCO.business_group_id = c_business_group_id

Line 17652: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO1

17648: and effective_end_date ;
17649: --END TEMPIK
17650: /*TEMPIK
17651: and exists ( select null
17652: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO1
17653: where
17654: DCO1.PTIP_ID = l_PTIP_ID and
17655: DCO1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
17656: DCO1.business_group_id = c_business_group_id

Line 17659: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO2

17655: DCO1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
17656: DCO1.business_group_id = c_business_group_id
17657: and DCO1.effective_start_date <= c_effective_start_date )
17658: and exists ( select null
17659: from BEN_DPNT_CVRD_OTHR_PTIP_RT_F DCO2
17660: where
17661: DCO2.PTIP_ID = l_PTIP_ID and
17662: DCO2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
17663: DCO2.business_group_id = c_business_group_id

Line 17798: (p_base_table_name => 'BEN_DPNT_CVRD_OTHR_PTIP_RT_F',

17794: if c_find_DCO_in_target%found then
17795: --
17796: --TEMPIK
17797: l_dt_rec_found := dt_api.check_min_max_dates
17798: (p_base_table_name => 'BEN_DPNT_CVRD_OTHR_PTIP_RT_F',
17799: p_base_key_column => 'DPNT_CVRD_OTHR_PTIP_RT_ID',
17800: p_base_key_value => l_new_value,
17801: p_from_date => l_min_esd,
17802: p_to_date => l_max_eed );

Line 17856: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F CREATE_DPNT_CVD_O_PTIP_RT ',20);

17852: end if;
17853:
17854: if l_first_rec and not l_update then
17855: -- Call Create routine.
17856: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F CREATE_DPNT_CVD_O_PTIP_RT ',20);
17857: BEN_DPNT_CVD_O_PTIP_RT_API.CREATE_DPNT_CVD_O_PTIP_RT(
17858: --
17859: P_VALIDATE => false
17860: ,P_EFFECTIVE_DATE => l_effective_date

Line 17950: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F UPDATE_DPNT_CVD_O_PTIP_RT ',30);

17946: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17947: --
17948: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17949: --UPD END
17950: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F UPDATE_DPNT_CVD_O_PTIP_RT ',30);
17951: BEN_DPNT_CVD_O_PTIP_RT_API.UPDATE_DPNT_CVD_O_PTIP_RT(
17952: --
17953: P_VALIDATE => false
17954: ,P_EFFECTIVE_DATE => l_effective_date