DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_BENFTS_GRP_RT_F

Line 10694: -- and tr.where_clause = l_BEN_BENFTS_GRP_RT_F

10690: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
10691: pqh_table_route tr
10692: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
10693: and cpe.table_route_id = tr.table_route_id
10694: -- and tr.where_clause = l_BEN_BENFTS_GRP_RT_F
10695: and tr.table_alias = l_table_alias
10696: and cpe.number_of_copies = 1 -- ADDITION
10697: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
10698: order by information1, information2; --added for bug: 5151945

Line 10732: from BEN_BENFTS_GRP_RT_F BRG

10728: c_business_group_id number,
10729: c_new_pk_id number) is
10730: select
10731: BRG.benfts_grp_rt_id new_value
10732: from BEN_BENFTS_GRP_RT_F BRG
10733: where
10734: BRG.BENFTS_GRP_ID = l_BENFTS_GRP_ID and
10735: BRG.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
10736: BRG.business_group_id = c_business_group_id

Line 10744: from BEN_BENFTS_GRP_RT_F BRG1

10740: and effective_end_date ;
10741: --END TEMPIK
10742: /*TEMPIK
10743: and exists ( select null
10744: from BEN_BENFTS_GRP_RT_F BRG1
10745: where
10746: BRG1.BENFTS_GRP_ID = l_BENFTS_GRP_ID and
10747: BRG1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
10748: BRG1.business_group_id = c_business_group_id

Line 10751: from BEN_BENFTS_GRP_RT_F BRG2

10747: BRG1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
10748: BRG1.business_group_id = c_business_group_id
10749: and BRG1.effective_start_date <= c_effective_start_date )
10750: and exists ( select null
10751: from BEN_BENFTS_GRP_RT_F BRG2
10752: where
10753: BRG2.BENFTS_GRP_ID = l_BENFTS_GRP_ID and
10754: BRG2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
10755: BRG2.business_group_id = c_business_group_id

Line 10888: (p_base_table_name => 'BEN_BENFTS_GRP_RT_F',

10884: --
10885:
10886: --TEMPIK
10887: l_dt_rec_found := dt_api.check_min_max_dates
10888: (p_base_table_name => 'BEN_BENFTS_GRP_RT_F',
10889: p_base_key_column => 'BENFTS_GRP_RT_ID',
10890: p_base_key_value => l_new_value,
10891: p_from_date => l_min_esd,
10892: p_to_date => l_max_eed );

Line 10946: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F CREATE_BENEFIT_GRP_RATE ',20);

10942: end if;
10943:
10944: if l_first_rec and not l_update then
10945: -- Call Create routine.
10946: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F CREATE_BENEFIT_GRP_RATE ',20);
10947: BEN_BENEFIT_GRP_RATE_API.CREATE_BENEFIT_GRP_RATE(
10948: --
10949: P_VALIDATE => false
10950: ,P_EFFECTIVE_DATE => l_effective_date

Line 11038: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F UPDATE_BENEFIT_GRP_RATE ',30);

11034: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11035: --
11036: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11037: --UPD END
11038: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F UPDATE_BENEFIT_GRP_RATE ',30);
11039: BEN_BENEFIT_GRP_RATE_API.UPDATE_BENEFIT_GRP_RATE(
11040: --
11041: P_VALIDATE => false
11042: ,P_EFFECTIVE_DATE => l_effective_date