DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_BNFT_VRBL_RT_F

Line 6476: -- and tr.where_clause = l_BEN_BNFT_VRBL_RT_F

6472: from ben_copy_entity_results cpe,
6473: pqh_table_route tr
6474: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
6475: and cpe.table_route_id = tr.table_route_id
6476: -- and tr.where_clause = l_BEN_BNFT_VRBL_RT_F
6477: and tr.table_alias = l_table_alias
6478: and cpe.number_of_copies = 1 -- ADDITION
6479: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
6480: order by information1, information2; --added for bug: 5151945

Line 6514: from BEN_BNFT_VRBL_RT_F BVR1

6510: c_business_group_id number,
6511: c_new_pk_id number) is
6512: select
6513: BVR1.bnft_vrbl_rt_id new_value
6514: from BEN_BNFT_VRBL_RT_F BVR1
6515: where
6516: BVR1.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
6517: BVR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
6518: NVL(BVR1.ORDR_NUM,-9999)= NVL(l_ORDR_NUM,-9999) and

Line 6527: from BEN_BNFT_VRBL_RT_F BVR11

6523: and effective_end_date ;
6524: --END TEMPIK
6525: /*TEMPIK
6526: and exists ( select null
6527: from BEN_BNFT_VRBL_RT_F BVR11
6528: where
6529: BVR11.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
6530: BVR11.ORDR_NUM = l_ORDR_NUM and
6531: BVR11.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and

Line 6535: from BEN_BNFT_VRBL_RT_F BVR12

6531: BVR11.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
6532: BVR11.business_group_id = c_business_group_id
6533: and BVR11.effective_start_date <= c_effective_start_date )
6534: and exists ( select null
6535: from BEN_BNFT_VRBL_RT_F BVR12
6536: where
6537: BVR12.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
6538: BVR12.ORDR_NUM = l_ORDR_NUM and
6539: BVR12.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and

Line 6678: (p_base_table_name => 'BEN_BNFT_VRBL_RT_F',

6674: if c_find_BVR1_in_target%found then
6675: --
6676: --TEMPIK
6677: l_dt_rec_found := dt_api.check_min_max_dates
6678: (p_base_table_name => 'BEN_BNFT_VRBL_RT_F',
6679: p_base_key_column => 'BNFT_VRBL_RT_ID',
6680: p_base_key_value => l_new_value,
6681: p_from_date => l_min_esd,
6682: p_to_date => l_max_eed );

Line 6745: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F CREATE_BNFT_VRBL_RT ',20);

6741: if l_first_rec and not l_update then
6742: -- UPD END
6743:
6744: -- Call Create routine.
6745: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F CREATE_BNFT_VRBL_RT ',20);
6746: BEN_BNFT_VRBL_RT_API.CREATE_BNFT_VRBL_RT(
6747: --
6748: P_VALIDATE => false
6749: ,P_EFFECTIVE_DATE => l_effective_date

Line 6811: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F UPDATE_BNFT_VRBL_RT ',30);

6807: else
6808: --
6809: -- Call Update routine for the pk_id created in prev run .
6810: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6811: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F UPDATE_BNFT_VRBL_RT ',30);
6812: --UPD START
6813: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6814: --
6815: if l_update then