DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_WK_LOC_RT_F

Line 21429: -- and tr.where_clause = l_BEN_WK_LOC_RT_F

21425: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
21426: pqh_table_route tr
21427: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
21428: and cpe.table_route_id = tr.table_route_id
21429: -- and tr.where_clause = l_BEN_WK_LOC_RT_F
21430: and tr.table_alias = l_table_alias
21431: and cpe.number_of_copies = 1 -- ADDITION
21432: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
21433: order by information1, information2; --added for bug: 5151945

Line 21467: from BEN_WK_LOC_RT_F WLR

21463: c_business_group_id number,
21464: c_new_pk_id number) is
21465: select
21466: WLR.wk_loc_rt_id new_value
21467: from BEN_WK_LOC_RT_F WLR
21468: where
21469: WLR.LOCATION_ID = l_LOCATION_ID and
21470: WLR.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
21471: WLR.business_group_id = c_business_group_id

Line 21479: from BEN_WK_LOC_RT_F WLR1

21475: and effective_end_date ;
21476: --END TEMPIK
21477: /*TEMPIK
21478: and exists ( select null
21479: from BEN_WK_LOC_RT_F WLR1
21480: where
21481: WLR1.LOCATION_ID = l_LOCATION_ID and
21482: WLR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
21483: WLR1.business_group_id = c_business_group_id

Line 21486: from BEN_WK_LOC_RT_F WLR2

21482: WLR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
21483: WLR1.business_group_id = c_business_group_id
21484: and WLR1.effective_start_date <= c_effective_start_date )
21485: and exists ( select null
21486: from BEN_WK_LOC_RT_F WLR2
21487: where
21488: WLR2.LOCATION_ID = l_LOCATION_ID and
21489: WLR2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
21490: WLR2.business_group_id = c_business_group_id

Line 21640: (p_base_table_name => 'BEN_WK_LOC_RT_F',

21636: if c_find_WLR_in_target%found then
21637: --
21638: --TEMPIK
21639: l_dt_rec_found := dt_api.check_min_max_dates
21640: (p_base_table_name => 'BEN_WK_LOC_RT_F',
21641: p_base_key_column => 'WK_LOC_RT_ID',
21642: p_base_key_value => l_new_value,
21643: p_from_date => l_min_esd,
21644: p_to_date => l_max_eed );

Line 21698: hr_utility.set_location(' BEN_WK_LOC_RT_F CREATE_WORK_LOC_RATE ',20);

21694: end if;
21695:
21696: if l_first_rec and not l_update then
21697: -- Call Create routine.
21698: hr_utility.set_location(' BEN_WK_LOC_RT_F CREATE_WORK_LOC_RATE ',20);
21699: BEN_WORK_LOC_RATE_API.CREATE_WORK_LOC_RATE(
21700: --
21701: P_VALIDATE => false
21702: ,P_EFFECTIVE_DATE => l_effective_date

Line 21790: hr_utility.set_location(' BEN_WK_LOC_RT_F UPDATE_WORK_LOC_RATE ',30);

21786: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21787: --
21788: IF l_update OR l_dml_operation <> 'UPDATE' THEN
21789: --UPD END
21790: hr_utility.set_location(' BEN_WK_LOC_RT_F UPDATE_WORK_LOC_RATE ',30);
21791: BEN_WORK_LOC_RATE_API.UPDATE_WORK_LOC_RATE(
21792: --
21793: P_VALIDATE => false
21794: ,P_EFFECTIVE_DATE => l_effective_date