DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_DPNT_CVRD_OTHR_PGM_RT_F

Line 16678: -- and tr.where_clause = l_BEN_DPNT_CVRD_OTHR_PGM_RT_F

16674: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
16675: pqh_table_route tr
16676: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
16677: and cpe.table_route_id = tr.table_route_id
16678: -- and tr.where_clause = l_BEN_DPNT_CVRD_OTHR_PGM_RT_F
16679: and tr.table_alias = l_table_alias
16680: and cpe.number_of_copies = 1 -- ADDITION
16681: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
16682: order by information1, information2; --added for bug: 5151945

Line 16716: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP

16712: c_business_group_id number,
16713: c_new_pk_id number) is
16714: select
16715: DOP.dpnt_cvrd_othr_pgm_rt_id new_value
16716: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP
16717: where
16718: DOP.PGM_ID = l_PGM_ID and
16719: DOP.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
16720: DOP.business_group_id = c_business_group_id

Line 16728: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP1

16724: and effective_end_date ;
16725: --END TEMPIK
16726: /*TEMPIK
16727: and exists ( select null
16728: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP1
16729: where
16730: DOP1.PGM_ID = l_PGM_ID and
16731: DOP1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
16732: DOP1.business_group_id = c_business_group_id

Line 16735: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP2

16731: DOP1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
16732: DOP1.business_group_id = c_business_group_id
16733: and DOP1.effective_start_date <= c_effective_start_date )
16734: and exists ( select null
16735: from BEN_DPNT_CVRD_OTHR_PGM_RT_F DOP2
16736: where
16737: DOP2.PGM_ID = l_PGM_ID and
16738: DOP2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
16739: DOP2.business_group_id = c_business_group_id

Line 16874: (p_base_table_name => 'BEN_DPNT_CVRD_OTHR_PGM_RT_F',

16870: if c_find_DOP_in_target%found then
16871: --
16872: --TEMPIK
16873: l_dt_rec_found := dt_api.check_min_max_dates
16874: (p_base_table_name => 'BEN_DPNT_CVRD_OTHR_PGM_RT_F',
16875: p_base_key_column => 'DPNT_CVRD_OTHR_PGM_RT_ID',
16876: p_base_key_value => l_new_value,
16877: p_from_date => l_min_esd,
16878: p_to_date => l_max_eed );

Line 16932: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F CREATE_DPNT_CVRD_OTHR_PGM_RT ',20);

16928: end if;
16929:
16930: if l_first_rec and not l_update then
16931: -- Call Create routine.
16932: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F CREATE_DPNT_CVRD_OTHR_PGM_RT ',20);
16933: BEN_DPNT_CVRD_OTHR_PGM_RT_API.CREATE_DPNT_CVRD_OTHR_PGM_RT(
16934: --
16935: P_VALIDATE => false
16936: ,P_EFFECTIVE_DATE => l_effective_date

Line 17026: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F UPDATE_DPNT_CVRD_OTHR_PGM_RT ',30);

17022: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17023: --
17024: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17025: --UPD END
17026: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F UPDATE_DPNT_CVRD_OTHR_PGM_RT ',30);
17027: BEN_DPNT_CVRD_OTHR_PGM_RT_API.UPDATE_DPNT_CVRD_OTHR_PGM_RT(
17028: --
17029: P_VALIDATE => false
17030: ,P_EFFECTIVE_DATE => l_effective_date