DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_WK_LOC_PRTE_F

Line 20584: -- and tr.where_clause = l_BEN_ELIG_WK_LOC_PRTE_F

20580: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
20581: pqh_table_route tr
20582: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
20583: and cpe.table_route_id = tr.table_route_id
20584: -- and tr.where_clause = l_BEN_ELIG_WK_LOC_PRTE_F
20585: and tr.table_alias = l_table_alias
20586: and cpe.number_of_copies = 1 -- ADDITION
20587: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
20588: order by information1, information2; --added for bug: 5151945

Line 20622: from BEN_ELIG_WK_LOC_PRTE_F EWL

20618: c_business_group_id number,
20619: c_new_pk_id number) is
20620: select
20621: EWL.elig_wk_loc_prte_id new_value
20622: from BEN_ELIG_WK_LOC_PRTE_F EWL
20623: where
20624: EWL.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
20625: EWL.LOCATION_ID = l_LOCATION_ID and
20626: EWL.business_group_id = c_business_group_id

Line 20633: from BEN_ELIG_WK_LOC_PRTE_F EWL1

20629: and effective_end_date ;
20630: --END TEMPIK
20631: /*TEMPIK
20632: and exists ( select null
20633: from BEN_ELIG_WK_LOC_PRTE_F EWL1
20634: where
20635: EWL1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
20636: EWL1.LOCATION_ID = l_LOCATION_ID and
20637: EWL1.business_group_id = c_business_group_id

Line 20640: from BEN_ELIG_WK_LOC_PRTE_F EWL2

20636: EWL1.LOCATION_ID = l_LOCATION_ID and
20637: EWL1.business_group_id = c_business_group_id
20638: and EWL1.effective_start_date <= c_effective_start_date )
20639: and exists ( select null
20640: from BEN_ELIG_WK_LOC_PRTE_F EWL2
20641: where
20642: EWL2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
20643: EWL2.LOCATION_ID = l_LOCATION_ID and
20644: EWL2.business_group_id = c_business_group_id

Line 20815: (p_base_table_name => 'BEN_ELIG_WK_LOC_PRTE_F',

20811: if c_find_EWL_in_target%found then
20812: --
20813: --TEMPIK
20814: l_dt_rec_found := dt_api.check_min_max_dates
20815: (p_base_table_name => 'BEN_ELIG_WK_LOC_PRTE_F',
20816: p_base_key_column => 'ELIG_WK_LOC_PRTE_ID',
20817: p_base_key_value => l_new_value,
20818: p_from_date => l_min_esd,
20819: p_to_date => l_max_eed );

Line 20878: hr_utility.set_location(' BEN_ELIG_WK_LOC_PRTE_F CREATE_ELIG_WK_LOC_PRTE ',20);

20874: end if;
20875:
20876: if l_first_rec and not l_update then
20877: -- Call Create routine.
20878: hr_utility.set_location(' BEN_ELIG_WK_LOC_PRTE_F CREATE_ELIG_WK_LOC_PRTE ',20);
20879: BEN_ELIG_WK_LOC_PRTE_API.CREATE_ELIG_WK_LOC_PRTE(
20880: --
20881: P_VALIDATE => false
20882: ,P_EFFECTIVE_DATE => l_effective_date

Line 20951: hr_utility.set_location(' BEN_ELIG_WK_LOC_PRTE_F UPDATE_ELIG_WK_LOC_PRTE ',30);

20947: else
20948: --
20949: -- Call Update routine for the pk_id created in prev run .
20950: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20951: hr_utility.set_location(' BEN_ELIG_WK_LOC_PRTE_F UPDATE_ELIG_WK_LOC_PRTE ',30);
20952: --UPD START
20953: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20954: --
20955: if l_update then