DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_BNFT_VRBL_RT_RL_F

Line 6953: -- and tr.where_clause = l_BEN_BNFT_VRBL_RT_RL_F

6949: from ben_copy_entity_results cpe,
6950: pqh_table_route tr
6951: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
6952: and cpe.table_route_id = tr.table_route_id
6953: -- and tr.where_clause = l_BEN_BNFT_VRBL_RT_RL_F
6954: and tr.table_alias = l_table_alias
6955: and cpe.number_of_copies = 1 -- ADDITION
6956: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
6957: order by information1, information2; --added for bug: 5151945

Line 6991: from BEN_BNFT_VRBL_RT_RL_F BRR

6987: c_business_group_id number,
6988: c_new_pk_id number) is
6989: select
6990: BRR.bnft_vrbl_rt_rl_id new_value
6991: from BEN_BNFT_VRBL_RT_RL_F BRR
6992: where
6993: BRR.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
6994: BRR.FORMULA_ID = l_FORMULA_ID and
6995: BRR.business_group_id = c_business_group_id

Line 7003: from BEN_BNFT_VRBL_RT_RL_F BRR1

6999: and effective_end_date ;
7000: --END TEMPIK
7001: /*TEMPIK
7002: and exists ( select null
7003: from BEN_BNFT_VRBL_RT_RL_F BRR1
7004: where
7005: BRR1.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
7006: BRR1.FORMULA_ID = l_FORMULA_ID and
7007: BRR1.business_group_id = c_business_group_id

Line 7010: from BEN_BNFT_VRBL_RT_RL_F BRR2

7006: BRR1.FORMULA_ID = l_FORMULA_ID and
7007: BRR1.business_group_id = c_business_group_id
7008: and BRR1.effective_start_date <= c_effective_start_date )
7009: and exists ( select null
7010: from BEN_BNFT_VRBL_RT_RL_F BRR2
7011: where
7012: BRR2.CVG_AMT_CALC_MTHD_ID = l_CVG_AMT_CALC_MTHD_ID and
7013: BRR2.FORMULA_ID = l_FORMULA_ID and
7014: BRR2.business_group_id = c_business_group_id

Line 7150: (p_base_table_name => 'BEN_BNFT_VRBL_RT_RL_F',

7146: fetch c_find_BRR_in_target into l_new_value ;
7147: if c_find_BRR_in_target%found then
7148: --TEMPIK
7149: l_dt_rec_found := dt_api.check_min_max_dates
7150: (p_base_table_name => 'BEN_BNFT_VRBL_RT_RL_F',
7151: p_base_key_column => 'BNFT_VRBL_RT_RL_ID',
7152: p_base_key_value => l_new_value,
7153: p_from_date => l_min_esd,
7154: p_to_date => l_max_eed );

Line 7215: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F CREATE_BNFT_VRBL_RT_RL ',20);

7211: -- UPD START
7212: --if l_first_rec then
7213: if l_first_rec and not l_update then
7214: -- Call Create routine.
7215: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F CREATE_BNFT_VRBL_RT_RL ',20);
7216: BEN_BNFT_VRBL_RT_RL_API.CREATE_BNFT_VRBL_RT_RL(
7217: --
7218: P_VALIDATE => false
7219: ,P_EFFECTIVE_DATE => l_effective_date

Line 7281: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F UPDATE_BNFT_VRBL_RT_RL ',30);

7277: else
7278: --
7279: -- Call Update routine for the pk_id created in prev run .
7280: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7281: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F UPDATE_BNFT_VRBL_RT_RL ',30);
7282: --UPD START
7283: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7284: --
7285: if l_update then